public interface XMLFactoriesConfig extends Serializable
XBProjector
. See
DefaultXMLFactoriesConfig
for further information.Modifier and Type | Method and Description |
---|---|
DocumentBuilder |
createDocumentBuilder()
Factory method to provide a
DocumentBuilder . |
DocumentBuilderFactory |
createDocumentBuilderFactory()
Factory method to provide a
DocumentBuilderFactory . |
Transformer |
createTransformer(Document... document)
Factory method to provide a
Transformer . |
TransformerFactory |
createTransformerFactory()
Factory method to provide a
TransformerFactory . |
XPath |
createXPath(Document... document)
Factory method to provide a
XPath . |
XPathFactory |
createXPathFactory()
Factory method to provide a
XPathFactory . |
Map<String,String> |
getUserDefinedNamespaceMapping()
Get a prefix to namespace mapping that can be used to access or create documents with
namespaces.
|
TransformerFactory createTransformerFactory()
TransformerFactory
.DocumentBuilderFactory createDocumentBuilderFactory()
DocumentBuilderFactory
.XPathFactory createXPathFactory()
XPathFactory
.Transformer createTransformer(Document... document)
Transformer
. Creation and
configuration may depend on the content of a document.document
- (optional)DocumentBuilder createDocumentBuilder()
DocumentBuilder
.XPath createXPath(Document... document)
XPath
. Creation and configuration may
depend on the content of a document. This may happen when you want to use the namespace
mapping of the document in your xpath expresssions.document
- (optional)Copyright © 2012-12-21-2018. All Rights Reserved.