|
||||||||||
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)
Multiton
Properties
XIncludeAware
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce XInclude aware parsers;false
otherwise.
attributes
"
Property of type java.util.Map<String,Object>
.
coalescing
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce parsers which convert CDATA nodes to Text nodes and append them to the adjacent (if any) Text node;false
otherwise.
expandingEntityReferences
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce parsers which expand entity reference nodes;false
otherwise.
features
"
Property of type java.util.Map<String,Boolean>
.
ignoringComments
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce parsers which ignores comments;false
otherwise.
ignoringElementContentWhitespace
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce parsers which ignore ignorable whitespace in element content;false
otherwise.
namespaceAware
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce parsers which are namespace aware;false
otherwise.
validating
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce parsers which validate the XML content during parse;false
otherwise.
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 |