|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.sdk.model.support.JaxpSaxXmlReaderFactory
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public final class JaxpSaxXmlReaderFactory extends Object
JAXP 'SAXParser' factory implementation.
Specifications
'org.xml.sax.XMLReader'
(org.xml.sax.XMLReader)
Multiton
Properties
XIncludeAware
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce XInclude aware parsers;false
otherwise.
features
"
Property of type java.util.Map<String,Boolean>
.
namespaceAware
"
Property of typejava.lang.Boolean
.
true
if the factory is configured to produce parsers which are namespace aware;false
otherwise.
properties
"
Property of type java.util.Map<String,Object>
.
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
contentHandler
"Dependency on'org.xml.sax.ContentHandler'
(org.xml.sax.ContentHandler)
bound to an instance.
dtdHandler
"Dependency on'org.xml.sax.DTDHandler'
(org.xml.sax.DTDHandler)
bound to an instance.
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 |
---|
JaxpSaxXmlReaderFactory()
Creates a new JaxpSaxXmlReaderFactory instance. |
Modifier and Type | Method and Description |
---|---|
XMLReader |
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 JaxpSaxXmlReaderFactory()
JaxpSaxXmlReaderFactory
instance.
Method Detail |
---|
public XMLReader getObject() throws ParserConfigurationException, SAXException
ParserConfigurationException
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |