|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dom4j.DocumentFactory
org.dom4j.util.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.
Field Summary |
Fields inherited from class org.dom4j.DocumentFactory |
cache |
Constructor Summary | |
IndexedDocumentFactory()
|
Method Summary | |
Element |
createElement(QName qname)
|
Element |
createElement(QName qname,
int attributeCount)
|
static DocumentFactory |
getInstance()
Access to the singleton instance of this factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexedDocumentFactory()
Method Detail |
public static DocumentFactory getInstance()
Access to the singleton instance of this factory.
public Element createElement(QName qname)
createElement
in class DocumentFactory
public Element createElement(QName qname, int attributeCount)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |