org.apache.xml.resolver.readers
public class ExtendedXMLCatalogReader extends OASISXMLCatalogReader
Parse Extended OASIS Entity Resolution Technical Committee XML Catalog files.
Catalog
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
extendedNamespaceName
The namespace name of extended catalog elements
|
baseURIStack, catalog, namespaceName, namespaceStack, overrideStack, tr9401NamespaceName
namespaceMap, parserClass, parserFactory
Constructor and Description |
---|
ExtendedXMLCatalogReader() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName)
The SAX
endElement method does nothing. |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
The SAX
startElement method recognizes elements
from the plain catalog format and instantiates CatalogEntry
objects for them. |
characters, checkAttributes, checkAttributes, endDocument, endPrefixMapping, getCatalog, ignorableWhitespace, inExtensionNamespace, processingInstruction, setCatalog, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
endElement, getCatalogParser, getParserClass, getParserFactory, readCatalog, readCatalog, setCatalogParser, setParserClass, setParserFactory, startElement
public static final java.lang.String extendedNamespaceName
public void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
The SAX startElement
method recognizes elements
from the plain catalog format and instantiates CatalogEntry
objects for them.
startElement
in interface org.xml.sax.ContentHandler
startElement
in class OASISXMLCatalogReader
namespaceURI
- The namespace name of the element.localName
- The local name of the element.qName
- The QName of the element.atts
- The list of attributes on the element.org.xml.sax.SAXException
CatalogEntry
public void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
The SAX endElement
method does nothing.
endElement
in interface org.xml.sax.ContentHandler
endElement
in class OASISXMLCatalogReader
org.xml.sax.SAXException
Copyright ? 2001 Apache. All Rights Reserved.