org.dom4j.util
public class: UserDataDocumentFactory [javadoc |
source]
java.lang.Object
org.dom4j.DocumentFactory
org.dom4j.util.UserDataDocumentFactory
All Implemented Interfaces:
Serializable
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.
This can be useful for developers wishing to create XML trees and adorn the
trees with user defined objects.
- author:
< - a href="mailto:jstrachan@apache.org">James Strachan
- version:
$ - Revision: 1.11 $
| Field Summary |
|---|
| protected static transient UserDataDocumentFactory | singleton | The Singleton instance |
| Methods from org.dom4j.DocumentFactory: |
|---|
|
createAttribute, createAttribute, createCDATA, createComment, createDocType, createDocument, createDocument, createDocument, createElement, createElement, createElement, createEntity, createNamespace, createPattern, createProcessingInstruction, createProcessingInstruction, createQName, createQName, createQName, createQName, createQNameCache, createSingleton, createText, createXPath, createXPath, createXPathFilter, createXPathFilter, getInstance, getQNames, getXPathNamespaceURIs, init, intern, setXPathNamespaceURIs |