org.apache.xml.resolver.readers
public class ExtendedXMLCatalogReader extends OASISXMLCatalogReader
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 endElement method does nothing. |
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.
|
endElement
method does nothing.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