org.dom4j.util
public class IndexedDocumentFactory extends DocumentFactory
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.
Version: $Revision: 1.9 $
Field Summary | |
---|---|
protected static IndexedDocumentFactory | singleton The Singleton instance |
Method Summary | |
---|---|
Element | createElement(QName qname) |
Element | createElement(QName qname, int attributeCount) |
static DocumentFactory | getInstance() Access to the singleton instance of this factory. |
Access to the singleton instance of this factory.
Returns: the default singleon instance