org.apache.xml.resolver.readers
Class ExtendedXMLCatalogReader
java.lang.Object
org.apache.xml.resolver.readers.SAXCatalogReader
org.apache.xml.resolver.readers.OASISXMLCatalogReader
org.apache.xml.resolver.readers.ExtendedXMLCatalogReader
- All Implemented Interfaces:
- CatalogReader, ContentHandler, DocumentHandler, SAXCatalogParser
- public class ExtendedXMLCatalogReader
- extends OASISXMLCatalogReader
Parse Extended OASIS Entity Resolution Technical Committee
XML Catalog files.
- Version:
- 1.0
- Author:
- Norman Walsh
Norman.Walsh@Sun.COM
- See Also:
Catalog
Methods inherited from class org.apache.xml.resolver.readers.OASISXMLCatalogReader |
characters, checkAttributes, checkAttributes, endDocument, endPrefixMapping, getCatalog, ignorableWhitespace, inExtensionNamespace, processingInstruction, setCatalog, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extendedNamespaceName
public static final String extendedNamespaceName
- The namespace name of extended catalog elements
- See Also:
- Constant Field Values
ExtendedXMLCatalogReader
public ExtendedXMLCatalogReader()
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
The SAX startElement
method recognizes elements
from the plain catalog format and instantiates CatalogEntry
objects for them.
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class OASISXMLCatalogReader
- Parameters:
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.
- Throws:
SAXException
- See Also:
CatalogEntry
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
The SAX endElement
method does nothing.
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class OASISXMLCatalogReader
- Throws:
SAXException
Copyright ? 2001 Apache. All Rights Reserved.