|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.jomc.sdk.model.support.JaxpDocumentBuilderFactory
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public final class JaxpDocumentBuilderFactory
extends Object
JAXP 'DocumentBuilder' factory implementation.
Specifications
'javax.xml.parsers.DocumentBuilder' (javax.xml.parsers.DocumentBuilder) MultitonProperties
XIncludeAware"
Property of typejava.lang.Boolean.
trueif the factory is configured to produce XInclude aware parsers;falseotherwise.
attributes"
Property of type java.util.Map<String,Object>.
coalescing"
Property of typejava.lang.Boolean.
trueif the factory is configured to produce parsers which convert CDATA nodes to Text nodes and append them to the adjacent (if any) Text node;falseotherwise.
expandingEntityReferences"
Property of typejava.lang.Boolean.
trueif the factory is configured to produce parsers which expand entity reference nodes;falseotherwise.
features"
Property of type java.util.Map<String,Boolean>.
ignoringComments"
Property of typejava.lang.Boolean.
trueif the factory is configured to produce parsers which ignores comments;falseotherwise.
ignoringElementContentWhitespace"
Property of typejava.lang.Boolean.
trueif the factory is configured to produce parsers which ignore ignorable whitespace in element content;falseotherwise.
namespaceAware"
Property of typejava.lang.Boolean.
trueif the factory is configured to produce parsers which are namespace aware;falseotherwise.
validating"
Property of typejava.lang.Boolean.
trueif the factory is configured to produce parsers which validate the XML content during parse;falseotherwise.
Dependencies
entityResolver"Dependency on'org.xml.sax.EntityResolver'(org.xml.sax.EntityResolver)bound to an instance.
errorHandler"Dependency on'org.xml.sax.ErrorHandler'(org.xml.sax.ErrorHandler)bound to an instance.
schema"Dependency on'javax.xml.validation.Schema'(javax.xml.validation.Schema)bound to an instance.
| Constructor and Description |
|---|
JaxpDocumentBuilderFactory()
Creates a new JaxpDocumentBuilderFactory instance. |
| Modifier and Type | Method and Description |
|---|---|
DocumentBuilder |
getObject()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public JaxpDocumentBuilderFactory()
JaxpDocumentBuilderFactory instance.
| Method Detail |
|---|
public DocumentBuilder getObject()
throws ParserConfigurationException
ParserConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||