Uses of Interface
org.dom4j.Entity
Packages that use Entity
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
An implementation of the dom4j API which also supports the W3C object model.
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
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.
A collection of utility classes for the dom4j API.
-
Uses of Entity in org.dom4j
Modifier and TypeMethodDescriptionDocumentFactory.createEntity
(String name, String text) static Entity
DocumentHelper.createEntity
(String name, String text) Modifier and TypeMethodDescriptionvoid
Adds the givenEntity
to this element.boolean
Removes the givenEntity
if the node is an immediate child of this element.void
Visits the givenEntity
void
-
Uses of Entity in org.dom4j.dom
Classes in org.dom4j.dom that implement EntityModifier and TypeClassDescriptionclass
DOMEntity
implements a Entity node which supports the W3C DOM API.Methods in org.dom4j.dom that return EntityModifier and TypeMethodDescriptionDOMDocumentFactory.createEntity
(String name) DOMDocumentFactory.createEntity
(String name, String text) -
Uses of Entity in org.dom4j.io
Methods in org.dom4j.io that return EntityModifier and TypeMethodDescriptionSTAXEventReader.createEntity
(EntityReference entityRef) Constructs a new DOM4J Entity from the provided StAX EntityReference event.STAXEventReader.readEntityReference
(XMLEventReader reader) Constructs a DOM4J Entity from the provided event stream.Methods in org.dom4j.io with parameters of type EntityModifier and TypeMethodDescriptionprotected void
DOMWriter.appendDOMTree
(Document domDocument, Node domCurrent, Entity entity) private EntityReference
STAXEventWriter.createEntityReference
(Entity entity) Constructs a STAXEntityReference
event from a DOM4JEntity
.void
Generates SAX events for the given Entityvoid
Writes the givenEntity
.protected void
HTMLWriter.writeEntity
(Entity entity) void
STAXEventWriter.writeEntity
(Entity entity) Writes a DOM4JEntity
to the stream.protected void
XMLWriter.writeEntity
(Entity entity) -
Uses of Entity in org.dom4j.tree
Classes in org.dom4j.tree that implement EntityModifier and TypeClassDescriptionclass
AbstractEntity
is an abstract base class for tree implementors to use for implementation inheritence.class
DefaultEntity
is the default Entity implementation.class
FlyweightEntity
is a Flyweight pattern implementation of a singly linked, read-only XML entity.Methods in org.dom4j.tree with parameters of type Entity -
Uses of Entity in org.dom4j.util
Methods in org.dom4j.util that return EntityMethods in org.dom4j.util with parameters of type Entity