|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.SAXParserFactory
com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
SAXParserFactory implementation that supports validation.
This class uses another SAXParserFactory implementation and adds the validation capability to it.
Constructor Summary | |
SAXParserFactoryImpl()
Creates a new instance by using the default SAXParserFactory implementation as the underlying parser. |
|
SAXParserFactoryImpl(java.io.File schemaAsFile)
Creates a new instance that validates documents against the specified schema. |
|
SAXParserFactoryImpl(org.xml.sax.InputSource _schema)
Creates a new instance that validates documents against the specified schema. |
|
SAXParserFactoryImpl(javax.xml.parsers.SAXParserFactory _factory)
Creates a new instance by specifying the underlying SAXParserFactory implementation. |
|
SAXParserFactoryImpl(javax.xml.parsers.SAXParserFactory _factory,
org.iso_relax.verifier.Schema _schema)
|
|
SAXParserFactoryImpl(org.iso_relax.verifier.Schema schema)
Creates a new instance by using a default SAXParserFactory implementation and the specified schema object. |
|
SAXParserFactoryImpl(java.lang.String schemaUrl)
Creates a new instance that validates documents against the specified schema. |
Method Summary | |
boolean |
getFeature(java.lang.String name)
|
boolean |
isNamespaceAware()
|
boolean |
isValidating()
|
javax.xml.parsers.SAXParser |
newSAXParser()
|
void |
setFeature(java.lang.String name,
boolean value)
|
void |
setNamespaceAware(boolean awareness)
|
void |
setValidating(boolean validating)
|
Methods inherited from class javax.xml.parsers.SAXParserFactory |
newInstance |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SAXParserFactoryImpl()
public SAXParserFactoryImpl(java.io.File schemaAsFile) throws org.iso_relax.verifier.VerifierConfigurationException, org.xml.sax.SAXException, java.io.IOException
public SAXParserFactoryImpl(org.xml.sax.InputSource _schema) throws org.iso_relax.verifier.VerifierConfigurationException, org.xml.sax.SAXException, java.io.IOException
public SAXParserFactoryImpl(javax.xml.parsers.SAXParserFactory _factory)
public SAXParserFactoryImpl(javax.xml.parsers.SAXParserFactory _factory, org.iso_relax.verifier.Schema _schema)
public SAXParserFactoryImpl(org.iso_relax.verifier.Schema schema)
public SAXParserFactoryImpl(java.lang.String schemaUrl) throws org.iso_relax.verifier.VerifierConfigurationException, org.xml.sax.SAXException, java.io.IOException
Method Detail |
public boolean getFeature(java.lang.String name) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public boolean isNamespaceAware()
public boolean isValidating()
public javax.xml.parsers.SAXParser newSAXParser() throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
public void setFeature(java.lang.String name, boolean value) throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public void setNamespaceAware(boolean awareness)
public void setValidating(boolean validating)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |