Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.dom |
An implementation of the dom4j API which also supports the
W3C object model.
|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
|
org.dom4j.tree |
Contains the default implementations of the dom4j Document Object Model
together with some helpful base classes for those wishing to
implement their own document object model.
|
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
org.hibernate.proxy.dom4j | |
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
Modifier and Type | Method and Description |
---|---|
static Entity |
DocumentHelper.createEntity(String name,
String text) |
Entity |
DocumentFactory.createEntity(String name,
String text) |
Modifier and Type | Method and Description |
---|---|
void |
Element.add(Entity entity)
Adds the given
Entity to this element. |
boolean |
Element.remove(Entity entity)
Removes the given
Entity if the node is an immediate child
of this element. |
void |
VisitorSupport.visit(Entity node) |
void |
Visitor.visit(Entity node)
Visits the given
Entity |
Modifier and Type | Class and Description |
---|---|
class |
DOMEntityReference
DOMEntity implements a Entity node which supports the W3C DOM
API. |
Modifier and Type | Method and Description |
---|---|
Entity |
DOMDocumentFactory.createEntity(String name) |
Entity |
DOMDocumentFactory.createEntity(String name,
String text) |
Modifier and Type | Method and Description |
---|---|
Entity |
STAXEventReader.createEntity(EntityReference entityRef)
Constructs a new DOM4J Entity from the provided StAX EntityReference
event.
|
Entity |
STAXEventReader.readEntityReference(XMLEventReader reader)
Constructs a DOM4J Entity from the provided event stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DOMWriter.appendDOMTree(Document domDocument,
Node domCurrent,
Entity entity) |
void |
XMLWriter.write(Entity entity)
Writes the given
Entity . |
void |
SAXWriter.write(Entity entity)
Generates SAX events for the given Entity
|
protected void |
XMLWriter.writeEntity(Entity entity) |
void |
STAXEventWriter.writeEntity(Entity entity)
Writes a DOM4J
Entity to the stream. |
protected void |
HTMLWriter.writeEntity(Entity entity) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntity
AbstractEntity is an abstract base class for tree implementors
to use for implementation inheritence. |
class |
DefaultEntity
DefaultEntity is the default Entity implementation. |
class |
FlyweightEntity
FlyweightEntity is a Flyweight pattern implementation of a
singly linked, read-only XML entity. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractElement.add(Entity entity) |
boolean |
AbstractElement.remove(Entity entity) |
Modifier and Type | Method and Description |
---|---|
Entity |
ProxyDocumentFactory.createEntity(String name,
String text) |
Modifier and Type | Method and Description |
---|---|
int |
NodeComparator.compare(Entity n1,
Entity n2) |
Modifier and Type | Method and Description |
---|---|
void |
Dom4jProxy.add(Entity entity) |
boolean |
Dom4jProxy.remove(Entity entity) |
Modifier and Type | Method and Description |
---|---|
void |
ElementWrapper.add(Entity entity) |
boolean |
ElementWrapper.remove(Entity entity) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.