org.apache.xml.resolver.readers
public class ExtendedXMLCatalogReader extends OASISXMLCatalogReader
Parse Extended OASIS Entity Resolution Technical Committee XML Catalog files.
Version: 1.0
Field Summary | |
---|---|
static String | extendedNamespaceName The namespace name of extended catalog elements |
Method Summary | |
---|---|
void | endElement(String namespaceURI, String localName, String qName) The SAX |
void | startElement(String namespaceURI, String localName, String qName, Attributes atts) The SAX |
The SAX endElement
method does nothing.
The SAX startElement
method recognizes elements
from the plain catalog format and instantiates CatalogEntry
objects for them.
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.
See Also: CatalogEntry