Frames | No Frames |
Constructors with parameter type org.dom4j.DocumentFactory | |
SAXContentHandler.SAXContentHandler(DocumentFactory documentFactory, ElementHandler elementHandler, org.dom4j.io.ElementStack elementStack) | |
Constructs a STAXEventReader instance that uses the
specified DocumentFactory to construct DOM4J Node s. | |
Methods with parameter type org.dom4j.DocumentFactory | |
void |
This sets the DocumentFactory used to create new
documents. |
void | Sets the DocumentFactory used to create the DOM4J
document tree. |
void |
This sets the DocumentFactory used to create new
documents. |
void | Sets the DocumentFactory to be used when constructing DOM4J nodes. |
void |
This sets the DocumentFactory used to create new
documents. |
void |
This sets the DocumentFactory used to create new
documents. |
Methods with return type org.dom4j.DocumentFactory | |
DocumentFactory | DOCUMENT ME!
|
DocumentFactory | Get the DocumentFactory used to create the DOM4J
document structure
|
DocumentFactory | DOCUMENT ME!
|
DocumentFactory | DOCUMENT ME!
|
DocumentFactory | DOCUMENT ME!
|
Classes derived from org.dom4j.DocumentFactory | |
class | IndexedDocumentFactory is a factory of XML objects which
create indexed Element implementations to allow quicker lookup via name of
Element and Attributes though at the expense of more memory used to create
the name indexes. |
class | NonLazyDocumentFactory is a factory of XML objects which avoid
using the lazy creation pattern. |
class | UserDataDocumentFactory is a factory of XML objects which
support the adornment of a user data object on an Element or Attribute
instance such that the methods getData() and
setData() will get and set the values of a user data object. |
Constructors with parameter type org.dom4j.DocumentFactory | |
Methods with parameter type org.dom4j.DocumentFactory | |
void |
Methods with return type org.dom4j.DocumentFactory | |
DocumentFactory |
Access to the singleton instance of this factory. |
DocumentFactory |
Access to the singleton instance of this factory. |
DocumentFactory |
Access to the singleton instance of this factory. |
DocumentFactory |
Classes derived from org.dom4j.DocumentFactory | |
class | DatatypeDocumentFactory is a factory of XML objects which
support the XML Schema Data Types
specification. |
class | DatatypeElementFactory is a factory for a specific Element in
an XML Schema. |
Methods with return type org.dom4j.DocumentFactory | |
DocumentFactory |
Access to the singleton instance of this factory. |
Methods with parameter type org.dom4j.DocumentFactory | |
void |
Methods with return type org.dom4j.DocumentFactory | |
DocumentFactory | DocumentFactory.createSingleton(String className) createSingleton creates the singleton instance from the
given class name. |
DocumentFactory | DOCUMENT ME!
|
DocumentFactory |
Access to singleton implementation of DocumentFactory which is used if no
DocumentFactory is specified when building using the standard builders. |