|
JDOM 2.0.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdom2.input.sax.XMLReaderJAXPFactory
public class XMLReaderJAXPFactory
Create XMLReaders directly from the javax.xml.parsers.SAXParserFactory API using an explicit implementation of the parser instead of relying on the default JAXP search path.
If you want to rely on the default JAXP search mechanism you should instead use one of the simple
members of the XMLReaders enumeration, or use one of the simple constructors on
XMLReaderXSDFactory or XMLReaderSchemaFactory.
See the documentation for SAXParserFactory for the details on what the factoryClassName
and classLoader should be.
org.jdom2.input.sax| Constructor Summary | |
|---|---|
XMLReaderJAXPFactory(java.lang.String factoryClassName,
java.lang.ClassLoader classLoader,
boolean dtdvalidate)
Create an XMLReaderJAXPFactory using the specified factory name, classloader, and dtdvalidating flag. |
|
| Method Summary | |
|---|---|
org.xml.sax.XMLReader |
createXMLReader()
Return a new XMLReader according to the implementation of this XMLReaderJDOMFactory instance. |
boolean |
isValidating()
Does an XMLReader from this factory do more than just well-formed checks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLReaderJAXPFactory(java.lang.String factoryClassName,
java.lang.ClassLoader classLoader,
boolean dtdvalidate)
factoryClassName - The name of the implementation to use for the SAXParserFactory.classLoader - The classloader to use for locating the SAXParserFactory (may be null).dtdvalidate - Whether this should create DTD Validating XMLReaders.| Method Detail |
|---|
public org.xml.sax.XMLReader createXMLReader()
throws JDOMException
XMLReaderJDOMFactorySAXBuilder.
createXMLReader in interface XMLReaderJDOMFactoryJDOMException - if an XMLReader was not available.public boolean isValidating()
XMLReaderJDOMFactory
isValidating in interface XMLReaderJDOMFactory
|
JDOM 2.0.4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||