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, tr9401NamespaceName
debug, 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, startPrefixMapping
endElement, getCatalogParser, getParserClass, getParserFactory, readCatalog, readCatalog, setCatalogParser, setParserClass, setParserFactory, startElement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endElement, startElement
public 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 ContentHandler
startElement
in class OASISXMLCatalogReader
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.SAXException
CatalogEntry
public void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement
method does nothing.endElement
in interface ContentHandler
endElement
in class OASISXMLCatalogReader
SAXException
Copyright © 2018 JBoss by Red Hat. All rights reserved.