Frames | No Frames |
Methods with parameter type org.dom4j.Entity | |
void | DOMWriter.appendDOMTree(org.w3c.dom.Document domDocument, org.w3c.dom.Node domCurrent, Entity entity) |
void | Generates SAX events for the given Entity
|
void | Writes the given Entity . |
void | |
void | Writes a DOM4J Entity to the stream. |
void |
Methods with return type org.dom4j.Entity | |
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. |
Methods with parameter type org.dom4j.Entity | |
int |
Methods with return type org.dom4j.Entity | |
Entity | ProxyDocumentFactory.createEntity(String name, String text) |
Methods with parameter type org.dom4j.Entity | |
void | Adds the given Entity to this element. |
boolean | Removes the given Entity if the node is an immediate child
of this element. |
void |
Visits the given Entity
|
void |
Methods with return type org.dom4j.Entity | |
Entity | DocumentFactory.createEntity(String name, String text) |
Entity | DocumentHelper.createEntity(String name, String text) |