|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jomc.sdk.model.support.JaxpSaxParserFactory
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public final class JaxpSaxParserFactory extends Object
JAXP 'SAXParser' factory implementation.
Specifications
'javax.xml.parsers.SAXParser'
(javax.xml.parsers.SAXParser)
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
schema
"Dependency on'javax.xml.validation.Schema'
(javax.xml.validation.Schema)
bound to an instance.
Constructor and Description |
---|
JaxpSaxParserFactory()
Creates a new JaxpSaxParserFactory instance. |
Modifier and Type | Method and Description |
---|---|
SAXParser |
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 JaxpSaxParserFactory()
JaxpSaxParserFactory
instance.
Method Detail |
---|
public SAXParser getObject() throws ParserConfigurationException, SAXException
ParserConfigurationException
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |