Uses of Class
org.dom4j.DocumentFactory
Packages that use DocumentFactory
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
An implementation of the dom4j API which allows JavaBeans to be used to store and retrieve attribute values from Element.
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 DocumentFactory in org.dom4j
Fields in org.dom4j declared as DocumentFactoryModifier and TypeFieldDescriptionprivate DocumentFactoryQName.documentFactoryThe document factory used for this QName if specified or nullFields in org.dom4j with type parameters of type DocumentFactoryModifier and TypeFieldDescriptionprivate static SingletonStrategy<DocumentFactory> DocumentFactory.singletonMethods in org.dom4j that return DocumentFactoryModifier and TypeMethodDescriptionprotected static DocumentFactoryDocumentFactory.createSingleton(String className) createSingletoncreates the singleton instance from the given class name.private static DocumentFactoryDocumentHelper.getDocumentFactory()QName.getDocumentFactory()DOCUMENT ME!static DocumentFactoryDocumentFactory.getInstance()Access to singleton implementation of DocumentFactory which is used if no DocumentFactory is specified when building using the standard builders.Methods in org.dom4j that return types with arguments of type DocumentFactoryModifier and TypeMethodDescriptionprivate static SingletonStrategy<DocumentFactory> DocumentFactory.createSingleton()Methods in org.dom4j with parameters of type DocumentFactory -
Uses of DocumentFactory in org.dom4j.bean
Subclasses of DocumentFactory in org.dom4j.beanModifier and TypeClassDescriptionclassBeanDocumentFactoryis a factory of DOM4J objects which may be BeanElements which are backed by JavaBeans and their properties.Fields in org.dom4j.bean declared as DocumentFactoryModifier and TypeFieldDescriptionprivate static final DocumentFactoryBeanElement.DOCUMENT_FACTORYTheDocumentFactoryinstance used by defaultprivate static final DocumentFactoryBeanMetaData.DOCUMENT_FACTORYMethods in org.dom4j.bean that return DocumentFactoryModifier and TypeMethodDescriptionprotected DocumentFactoryBeanElement.getDocumentFactory()static DocumentFactoryBeanDocumentFactory.getInstance()Access to the singleton instance of this factory. -
Uses of DocumentFactory in org.dom4j.dom
Subclasses of DocumentFactory in org.dom4j.domModifier and TypeClassDescriptionclassDOMDocumentFactoryis a factory of DOM4J objects which implement the W3C DOM API.Fields in org.dom4j.dom declared as DocumentFactoryModifier and TypeFieldDescriptionprivate static final DocumentFactoryDOMElement.DOCUMENT_FACTORYTheDocumentFactoryinstance used by defaultMethods in org.dom4j.dom that return DocumentFactoryModifier and TypeMethodDescriptionprotected DocumentFactoryDOMDocument.getDocumentFactory()protected DocumentFactoryDOMElement.getDocumentFactory()static DocumentFactoryDOMDocumentFactory.getInstance()Access to the singleton instance of this factory. -
Uses of DocumentFactory in org.dom4j.io
Fields in org.dom4j.io declared as DocumentFactoryModifier and TypeFieldDescriptionprivate DocumentFactorySAXContentHandler.documentFactoryThe factory used to create newDocumentinstancesprivate DocumentFactoryDOMReader.factoryDocumentFactoryused to create new document objectsprivate DocumentFactorySAXReader.factoryDocumentFactoryused to create new document objectsprivate DocumentFactorySTAXEventReader.factoryReference to the DocumentFactory used to build DOM4J nodes.Methods in org.dom4j.io that return DocumentFactoryModifier and TypeMethodDescriptionDOMReader.getDocumentFactory()DOCUMENT ME!SAXModifier.getDocumentFactory()Get theDocumentFactoryused to create the DOM4J document structureSAXReader.getDocumentFactory()DOCUMENT ME!Methods in org.dom4j.io with parameters of type DocumentFactoryModifier and TypeMethodDescriptionvoidDOMReader.setDocumentFactory(DocumentFactory docFactory) This sets theDocumentFactoryused to create new documents.voidSAXModifier.setDocumentFactory(DocumentFactory factory) Sets theDocumentFactoryused to create the DOM4J document tree.voidSAXReader.setDocumentFactory(DocumentFactory documentFactory) This sets theDocumentFactoryused to create new documents.voidSTAXEventReader.setDocumentFactory(DocumentFactory documentFactory) Sets the DocumentFactory to be used when constructing DOM4J nodes.Constructors in org.dom4j.io with parameters of type DocumentFactoryModifierConstructorDescriptionDOMReader(DocumentFactory factory) SAXContentHandler(DocumentFactory documentFactory) SAXContentHandler(DocumentFactory documentFactory, ElementHandler elementHandler) SAXContentHandler(DocumentFactory documentFactory, ElementHandler elementHandler, ElementStack elementStack) SAXModifyContentHandler(DocumentFactory documentFactory) SAXModifyContentHandler(DocumentFactory documentFactory, ElementHandler elementHandler) SAXModifyContentHandler(DocumentFactory documentFactory, ElementHandler elementHandler, ElementStack elementStack) SAXModifyReader(DocumentFactory factory) SAXModifyReader(DocumentFactory factory, boolean validating) SAXReader(DocumentFactory factory) This method internally callsSAXParserFactory.newInstance().newSAXParser().getXMLReader()orXMLReaderFactory.createXMLReader().SAXReader(DocumentFactory factory, boolean validating) This method internally callsSAXParserFactory.newInstance().newSAXParser().getXMLReader()orXMLReaderFactory.createXMLReader().STAXEventReader(DocumentFactory factory) Constructs aSTAXEventReaderinstance that uses the specifiedDocumentFactoryto construct DOM4JNodes. -
Uses of DocumentFactory in org.dom4j.tree
Fields in org.dom4j.tree declared as DocumentFactoryModifier and TypeFieldDescriptionprivate static final DocumentFactoryAbstractElement.DOCUMENT_FACTORYTheDocumentFactoryinstance used by defaultprivate static final DocumentFactoryAbstractNode.DOCUMENT_FACTORYTheDocumentFactoryinstance used by defaultprivate static final DocumentFactoryDefaultElement.DOCUMENT_FACTORYTheDocumentFactoryinstance used by defaultprivate DocumentFactoryDefaultDocument.documentFactoryThe document factory used by defaultprivate DocumentFactoryNamespaceStack.documentFactoryThe factory used to create newNamespaceinstancesprivate DocumentFactoryQNameCache.documentFactoryThe document factory associated with new QNames instances in this cache or null if no instances should be associated by defaultMethods in org.dom4j.tree that return DocumentFactoryModifier and TypeMethodDescriptionprotected DocumentFactoryAbstractElement.getDocumentFactory()protected DocumentFactoryAbstractNode.getDocumentFactory()protected DocumentFactoryDefaultDocument.getDocumentFactory()protected DocumentFactoryDefaultElement.getDocumentFactory()NamespaceStack.getDocumentFactory()Methods in org.dom4j.tree with parameters of type DocumentFactoryModifier and TypeMethodDescriptionvoidDefaultDocument.setDocumentFactory(DocumentFactory documentFactory) voidNamespaceStack.setDocumentFactory(DocumentFactory documentFactory) Constructors in org.dom4j.tree with parameters of type DocumentFactoryModifierConstructorDescriptionNamespaceStack(DocumentFactory documentFactory) QNameCache(DocumentFactory documentFactory) -
Uses of DocumentFactory in org.dom4j.util
Subclasses of DocumentFactory in org.dom4j.utilModifier and TypeClassDescriptionclassIndexedDocumentFactoryis 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.classNonLazyDocumentFactoryis a factory of XML objects which avoid using the lazy creation pattern.classUserDataDocumentFactoryis a factory of XML objects which support the adornment of a user data object on an Element or Attribute instance such that the methodsgetData()andsetData()will get and set the values of a user data object.Fields in org.dom4j.util declared as DocumentFactoryMethods in org.dom4j.util that return DocumentFactoryModifier and TypeMethodDescriptionstatic DocumentFactoryIndexedDocumentFactory.getInstance()Access to the singleton instance of this factory.static DocumentFactoryNonLazyDocumentFactory.getInstance()Access to the singleton instance of this factory.static DocumentFactoryUserDataDocumentFactory.getInstance()Access to the singleton instance of this factory.protected DocumentFactoryProxyDocumentFactory.getProxy()Methods in org.dom4j.util with parameters of type DocumentFactoryModifier and TypeMethodDescriptionprotected voidProxyDocumentFactory.setProxy(DocumentFactory proxy) Constructors in org.dom4j.util with parameters of type DocumentFactory