Java org.dom4j DocumentFactory fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j DocumentFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j DocumentFactory.

The text is from its open source code.

Subclass

org.dom4j.DocumentFactory has subclasses.
Click this link to see all its subclasses.

Constructor

Method

AttributecreateAttribute(Element owner, QName qname, String value)
AttributecreateAttribute(Element owner, String name, String value)
CDATAcreateCDATA(String text)
DocumentcreateDocument()
DocumentcreateDocument(String encoding)
DOCUMENT ME!
DocumentcreateDocument(Element rootElement)
ElementcreateElement(QName qname)
ElementcreateElement(String name)
ElementcreateElement(String qualifiedName, String namespaceURI)
NamespacecreateNamespace(String prefix, String uri)
QNamecreateQName(String localName, Namespace namespace)
QNamecreateQName(String qualifiedName, String uri)
QNamecreateQName(String name, String prefix, String uri)
QNamecreateQName(String localName)
TextcreateText(String text)
XPathcreateXPath(String xpathExpression)

createXPath parses an XPath expression and creates a new XPath XPath instance.

DocumentFactorygetInstance()
Access to singleton implementation of DocumentFactory which is used if no DocumentFactory is specified when building using the standard builders.
voidsetXPathNamespaceURIs(Map namespaceURIs)
Sets the namespace URIs to be used by XPath expressions created by this factory or by nodes associated with this factory.