|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Entity | |
| org.dom4j | |
| org.dom4j.dom | |
| org.dom4j.io | |
| org.dom4j.tree | |
| org.dom4j.util | |
| Uses of Entity in org.dom4j |
| Methods in org.dom4j that return Entity | |
static Entity |
DocumentHelper.createEntity(java.lang.String name,
java.lang.String text)
|
Entity |
DocumentFactory.createEntity(java.lang.String name,
java.lang.String text)
|
| Methods in org.dom4j with parameters of type Entity | |
void |
Visitor.visit(Entity node)
Visits the given Entity |
void |
VisitorSupport.visit(Entity node)
|
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. |
| Uses of Entity in org.dom4j.dom |
| Classes in org.dom4j.dom that implement Entity | |
class |
DOMEntityReference
DOMEntity implements a Entity node which
supports the W3C DOM API. |
| Methods in org.dom4j.dom that return Entity | |
Entity |
DOMDocumentFactory.createEntity(java.lang.String name)
|
Entity |
DOMDocumentFactory.createEntity(java.lang.String name,
java.lang.String text)
|
| Uses of Entity in org.dom4j.io |
| Methods in org.dom4j.io with parameters of type Entity | |
protected void |
HTMLWriter.writeEntity(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 |
DOMWriter.appendDOMTree(org.w3c.dom.Document domDocument,
org.w3c.dom.Node domCurrent,
Entity entity)
|
| Uses of Entity in org.dom4j.tree |
| Classes in org.dom4j.tree that implement Entity | |
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. |
| Methods in org.dom4j.tree with parameters of type Entity | |
void |
AbstractElement.add(Entity entity)
|
boolean |
AbstractElement.remove(Entity entity)
|
| Uses of Entity in org.dom4j.util |
| Methods in org.dom4j.util that return Entity | |
Entity |
ProxyDocumentFactory.createEntity(java.lang.String name,
java.lang.String text)
|
| Methods in org.dom4j.util with parameters of type Entity | |
int |
NodeComparator.compare(Entity n1,
Entity n2)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||