|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFactory | |
org.dom4j | |
org.dom4j.bean | |
org.dom4j.datatype | |
org.dom4j.dom | |
org.dom4j.io | |
org.dom4j.tree | |
org.dom4j.util | |
org.dom4j.xpp |
Uses of DocumentFactory in org.dom4j |
Methods in org.dom4j that return DocumentFactory | |
static DocumentFactory |
DocumentFactory.getInstance()
Access to singleton implementation of DocumentFactory which is used if no DocumentFactory is specified when building using the standard builders. |
protected static DocumentFactory |
DocumentFactory.createSingleton(java.lang.String className)
createSingleton creates the singleton instance
from the given class name. |
DocumentFactory |
QName.getDocumentFactory()
|
Methods in org.dom4j with parameters of type DocumentFactory | |
void |
QName.setDocumentFactory(DocumentFactory documentFactory)
|
Uses of DocumentFactory in org.dom4j.bean |
Subclasses of DocumentFactory in org.dom4j.bean | |
class |
BeanDocumentFactory
BeanDocumentFactory is a factory of DOM4J objects
which may be BeanElements which are backed by JavaBeans
and their properties. |
Methods in org.dom4j.bean that return DocumentFactory | |
static DocumentFactory |
BeanDocumentFactory.getInstance()
Access to the singleton instance of this factory. |
protected DocumentFactory |
BeanElement.getDocumentFactory()
|
Uses of DocumentFactory in org.dom4j.datatype |
Subclasses of DocumentFactory in org.dom4j.datatype | |
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. |
Methods in org.dom4j.datatype that return DocumentFactory | |
static DocumentFactory |
DatatypeDocumentFactory.getInstance()
Access to the singleton instance of this factory. |
Methods in org.dom4j.datatype with parameters of type DocumentFactory | |
protected void |
SchemaParser.onDatatypeElement(Element xsdElement,
DocumentFactory parentFactory)
processes an XML Schema <element> tag |
Uses of DocumentFactory in org.dom4j.dom |
Subclasses of DocumentFactory in org.dom4j.dom | |
class |
DOMDocumentFactory
DOMDocumentFactory is a factory of DOM4J objects
which implement the W3C DOM API. |
Methods in org.dom4j.dom that return DocumentFactory | |
static DocumentFactory |
DOMDocumentFactory.getInstance()
Access to the singleton instance of this factory. |
protected DocumentFactory |
DOMDocument.getDocumentFactory()
|
protected DocumentFactory |
DOMElement.getDocumentFactory()
|
Uses of DocumentFactory in org.dom4j.io |
Methods in org.dom4j.io that return DocumentFactory | |
DocumentFactory |
XPPReader.getDocumentFactory()
|
DocumentFactory |
DOMReader.getDocumentFactory()
|
DocumentFactory |
SAXReader.getDocumentFactory()
|
Methods in org.dom4j.io with parameters of type DocumentFactory | |
void |
XPPReader.setDocumentFactory(DocumentFactory factory)
This sets the DocumentFactory used to create new documents. |
void |
DOMReader.setDocumentFactory(DocumentFactory factory)
This sets the DocumentFactory used to create new documents. |
void |
SAXReader.setDocumentFactory(DocumentFactory factory)
This sets the DocumentFactory used to create new documents. |
Constructors in org.dom4j.io with parameters of type DocumentFactory | |
XPPReader(DocumentFactory factory)
|
|
DOMReader(DocumentFactory factory)
|
|
SAXReader(DocumentFactory factory)
|
|
SAXReader(DocumentFactory factory,
boolean validating)
|
|
SAXContentHandler(DocumentFactory documentFactory)
|
|
SAXContentHandler(DocumentFactory documentFactory,
ElementHandler elementHandler)
|
|
SAXContentHandler(DocumentFactory documentFactory,
ElementHandler elementHandler,
org.dom4j.io.ElementStack elementStack)
|
Uses of DocumentFactory in org.dom4j.tree |
Methods in org.dom4j.tree that return DocumentFactory | |
protected DocumentFactory |
DefaultElement.getDocumentFactory()
|
protected DocumentFactory |
AbstractElement.getDocumentFactory()
|
protected DocumentFactory |
DefaultDocument.getDocumentFactory()
|
protected DocumentFactory |
AbstractNode.getDocumentFactory()
|
DocumentFactory |
NamespaceStack.getDocumentFactory()
|
Methods in org.dom4j.tree with parameters of type DocumentFactory | |
void |
DefaultDocument.setDocumentFactory(DocumentFactory documentFactory)
|
void |
NamespaceStack.setDocumentFactory(DocumentFactory documentFactory)
|
Constructors in org.dom4j.tree with parameters of type DocumentFactory | |
QNameCache(DocumentFactory documentFactory)
|
|
NamespaceStack(DocumentFactory documentFactory)
|
Uses of DocumentFactory in org.dom4j.util |
Subclasses of DocumentFactory in org.dom4j.util | |
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. |
Methods in org.dom4j.util that return DocumentFactory | |
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()
|
static DocumentFactory |
IndexedDocumentFactory.getInstance()
Access to the singleton instance of this factory. |
Methods in org.dom4j.util with parameters of type DocumentFactory | |
protected void |
ProxyDocumentFactory.setProxy(DocumentFactory proxy)
|
Constructors in org.dom4j.util with parameters of type DocumentFactory | |
ProxyDocumentFactory(DocumentFactory proxy)
|
Uses of DocumentFactory in org.dom4j.xpp |
Methods in org.dom4j.xpp that return DocumentFactory | |
DocumentFactory |
ProxyXmlStartTag.getDocumentFactory()
|
Methods in org.dom4j.xpp with parameters of type DocumentFactory | |
void |
ProxyXmlStartTag.setDocumentFactory(DocumentFactory factory)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |