org.apache.xml.resolver.readers
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)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.