|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SAXParserFactory | |
|---|---|
| javax.xml.parsers | Provides classes allowing the processing of XML documents. |
| org.apache.xerces.jaxp | |
| org.apache.xml.resolver.readers | Apache XML Commons Resolver Readers package. |
| Uses of SAXParserFactory in javax.xml.parsers |
|---|
| Methods in javax.xml.parsers that return SAXParserFactory | |
|---|---|
static SAXParserFactory |
SAXParserFactory.newInstance()
Obtain a new instance of a SAXParserFactory. |
| Uses of SAXParserFactory in org.apache.xerces.jaxp |
|---|
| Subclasses of SAXParserFactory in org.apache.xerces.jaxp | |
|---|---|
class |
SAXParserFactoryImpl
This is the implementation specific class for the javax.xml.parsers.SAXParserFactory. |
| Uses of SAXParserFactory in org.apache.xml.resolver.readers |
|---|
| Methods in org.apache.xml.resolver.readers that return SAXParserFactory | |
|---|---|
SAXParserFactory |
SAXCatalogReader.getParserFactory()
Get the parser factory currently in use. |
| Methods in org.apache.xml.resolver.readers with parameters of type SAXParserFactory | |
|---|---|
void |
SAXCatalogReader.setParserFactory(SAXParserFactory parserFactory)
Set the XML SAX Parser Factory. |
| Constructors in org.apache.xml.resolver.readers with parameters of type SAXParserFactory | |
|---|---|
OASISXMLCatalogReader(SAXParserFactory parserFactory,
Catalog catalog)
Constructor allowing for providing custom SAX parser factory |
|
SAXCatalogReader(SAXParserFactory parserFactory)
The constructor |
|
XCatalogReader(SAXParserFactory parserFactory,
Catalog catalog)
Constructor allowing for providing custom SAX parser factory |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||