public interface SAXCatalogParser extends ContentHandler, DocumentHandler
This interface must be implemented in order for a class to participate as a parser for the SAXCatalogReader.
Catalog,
SAXCatalogReader| Modifier and Type | Method and Description |
|---|---|
void |
setCatalog(Catalog catalog)
Set the Catalog for which parsing is being performed.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingcharacters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElementvoid setCatalog(Catalog catalog)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.