Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
|
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
Modifier and Type | Method and Description |
---|---|
static Entity |
DocumentHelper.createEntity(java.lang.String name,
java.lang.String text) |
Entity |
DocumentFactory.createEntity(java.lang.String name,
java.lang.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 |
Visitor.visit(Entity node)
Visits the given
Entity |
void |
VisitorSupport.visit(Entity node) |
Modifier and Type | Method and Description |
---|---|
Entity |
STAXEventReader.createEntity(javax.xml.stream.events.EntityReference entityRef)
Constructs a new DOM4J Entity from the provided StAX EntityReference
event.
|
Entity |
STAXEventReader.readEntityReference(javax.xml.stream.XMLEventReader reader)
Constructs a DOM4J Entity from the provided event stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DOMWriter.appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
Entity entity) |
void |
SAXWriter.write(Entity entity)
Generates SAX events for the given Entity
|
void |
XMLWriter.write(Entity entity)
Writes the given
Entity . |
protected void |
XMLWriter.writeEntity(Entity entity) |
protected void |
HTMLWriter.writeEntity(Entity entity) |
void |
STAXEventWriter.writeEntity(Entity entity)
Writes a DOM4J
Entity to the stream. |
Modifier and Type | Method and Description |
---|---|
Entity |
ProxyDocumentFactory.createEntity(java.lang.String name,
java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
int |
NodeComparator.compare(Entity n1,
Entity n2) |
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by