程序包 | 说明 |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.datatype |
An implementation of the dom4j API which supports the
XML Schema Data Types specification.
|
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.
|
限定符和类型 | 方法和说明 |
---|---|
protected static DocumentFactory |
DocumentFactory.createSingleton(String className)
createSingleton creates the singleton instance from the
given class name. |
DocumentFactory |
QName.getDocumentFactory()
DOCUMENT ME!
|
static DocumentFactory |
DocumentFactory.getInstance()
Access to singleton implementation of DocumentFactory which is used if no
DocumentFactory is specified when building using the standard builders.
|
限定符和类型 | 方法和说明 |
---|---|
void |
QName.setDocumentFactory(DocumentFactory documentFactory) |
限定符和类型 | 类和说明 |
---|---|
class |
DatatypeDocumentFactory
DatatypeDocumentFactory is a factory of XML objects which
support the XML Schema Data Types
specification. |
class |
DatatypeElementFactory
DatatypeElementFactory is a factory for a specific Element in
an XML Schema. |
限定符和类型 | 方法和说明 |
---|---|
static DocumentFactory |
DatatypeDocumentFactory.getInstance()
Access to the singleton instance of this factory.
|
限定符和类型 | 方法和说明 |
---|---|
DocumentFactory |
SAXModifier.getDocumentFactory()
Get the
DocumentFactory used to create the DOM4J
document structure |
DocumentFactory |
SAXReader.getDocumentFactory()
DOCUMENT ME!
|
DocumentFactory |
XPPReader.getDocumentFactory()
DOCUMENT ME!
|
DocumentFactory |
DOMReader.getDocumentFactory()
DOCUMENT ME!
|
DocumentFactory |
XPP3Reader.getDocumentFactory()
DOCUMENT ME!
|
限定符和类型 | 方法和说明 |
---|---|
void |
SAXModifier.setDocumentFactory(DocumentFactory factory)
Sets the
DocumentFactory used to create the DOM4J
document tree. |
void |
SAXReader.setDocumentFactory(DocumentFactory documentFactory)
This sets the
DocumentFactory used to create new
documents. |
void |
XPPReader.setDocumentFactory(DocumentFactory documentFactory)
This sets the
DocumentFactory used to create new
documents. |
void |
STAXEventReader.setDocumentFactory(DocumentFactory documentFactory)
Sets the DocumentFactory to be used when constructing DOM4J nodes.
|
void |
DOMReader.setDocumentFactory(DocumentFactory docFactory)
This sets the
DocumentFactory used to create new
documents. |
void |
XPP3Reader.setDocumentFactory(DocumentFactory documentFactory)
This sets the
DocumentFactory used to create new
documents. |
构造器和说明 |
---|
DOMReader(DocumentFactory factory) |
SAXContentHandler(DocumentFactory documentFactory) |
SAXContentHandler(DocumentFactory documentFactory,
ElementHandler elementHandler) |
SAXContentHandler(DocumentFactory documentFactory,
ElementHandler elementHandler,
org.dom4j.io.ElementStack elementStack) |
SAXReader(DocumentFactory factory) |
SAXReader(DocumentFactory factory,
boolean validating) |
STAXEventReader(DocumentFactory factory)
Constructs a
STAXEventReader instance that uses the
specified DocumentFactory to construct DOM4J Node s. |
XPP3Reader(DocumentFactory factory) |
XPPReader(DocumentFactory factory) |
限定符和类型 | 类和说明 |
---|---|
class |
IndexedDocumentFactory
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
NonLazyDocumentFactory is a factory of XML objects which avoid
using the lazy creation pattern. |
class |
UserDataDocumentFactory
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. |
限定符和类型 | 方法和说明 |
---|---|
static DocumentFactory |
IndexedDocumentFactory.getInstance()
Access to the singleton instance of this factory.
|
static DocumentFactory |
UserDataDocumentFactory.getInstance()
Access to the singleton instance of this factory.
|
static DocumentFactory |
NonLazyDocumentFactory.getInstance()
Access to the singleton instance of this factory.
|
protected DocumentFactory |
ProxyDocumentFactory.getProxy() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
ProxyDocumentFactory.setProxy(DocumentFactory proxy) |
构造器和说明 |
---|
ProxyDocumentFactory(DocumentFactory proxy) |
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by