Uses of Class org.dom4j.DocumentFactory

Uses in package org.dom4j.io

Constructors with parameter type org.dom4j.DocumentFactory

SAXContentHandler.SAXContentHandler(DocumentFactory documentFactory, ElementHandler elementHandler, org.dom4j.io.ElementStack elementStack)
SAXReader.SAXReader(DocumentFactory factory, boolean validating)
Constructs a STAXEventReader instance that uses the specified DocumentFactoryto construct DOM4J Nodes.

Methods with parameter type org.dom4j.DocumentFactory

void
This sets the DocumentFactory used to create new documents.
void
Sets the DocumentFactoryused 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 DocumentFactoryused to create the DOM4J document structure
DocumentFactory
DOCUMENT ME!
DocumentFactory
DOCUMENT ME!
DocumentFactory
DOCUMENT ME!

Uses in package org.dom4j.util

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

Uses in package org.dom4j.datatype

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.

Uses in package org.dom4j

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.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo