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, startPrefixMapping
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
void setCatalog(Catalog catalog)
catalog
- Copyright © 2018 JBoss by Red Hat. All rights reserved.