public class ExtendedXMLCatalogReader extends OASISXMLCatalogReader
Catalog| Modifier and Type | Field and Description |
|---|---|
static String |
extendedNamespaceName
The namespace name of extended catalog elements
|
baseURIStack, catalog, namespaceName, namespaceStack, overrideStack, tr9401NamespaceNamedebug, namespaceMap, parserClass, parserFactory| Constructor and Description |
|---|
ExtendedXMLCatalogReader() |
| Modifier and Type | Method and Description |
|---|---|
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. |
characters, checkAttributes, checkAttributes, endDocument, endPrefixMapping, getCatalog, ignorableWhitespace, inExtensionNamespace, processingInstruction, setCatalog, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingendElement, getCatalogParser, getParserClass, getParserFactory, readCatalog, readCatalog, setCatalogParser, setParserClass, setParserFactory, startElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendElement, startElementpublic static final String extendedNamespaceName
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement method recognizes elements
from the plain catalog format and instantiates CatalogEntry
objects for them.startElement in interface ContentHandlerstartElement in class OASISXMLCatalogReadernamespaceURI - 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.SAXExceptionCatalogEntrypublic void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement method does nothing.endElement in interface ContentHandlerendElement in class OASISXMLCatalogReaderSAXExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.