org.apache.xml.resolver.readers

Class ExtendedXMLCatalogReader

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:

Field Summary
static StringextendedNamespaceName
The namespace name of extended catalog elements
Method Summary
voidendElement(String namespaceURI, String localName, String qName)

The SAX endElement method does nothing.

voidstartElement(String namespaceURI, String localName, String qName, Attributes atts)

The SAX startElement method recognizes elements from the plain catalog format and instantiates CatalogEntry objects for them.

Field Detail

extendedNamespaceName

public static final String extendedNamespaceName
The namespace name of extended catalog elements

Method Detail

endElement

public void endElement(String namespaceURI, String localName, String qName)

The SAX endElement method does nothing.

startElement

public void startElement(String namespaceURI, String localName, String qName, Attributes atts)

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

Copyright B) 2001 Apache. All Rights Reserved.