|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
org.apache.xml.resolver.tools.ResolvingXMLFilter
org.apache.xml.resolver.tools.ResolvingXMLReader
net.sf.tomp.xml.sax.XTResolvingReader
Field Summary |
Fields inherited from class org.apache.xml.resolver.tools.ResolvingXMLFilter |
suppressExplanation |
Constructor Summary | |
XTResolvingReader()
|
|
XTResolvingReader(org.apache.xml.resolver.CatalogManager manager)
|
Method Summary | |
Context |
getContext()
|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Implements the resolveEntity method for the SAX interface,
using an underlying CatalogResolver to do the real work. |
void |
setContext(Context context)
|
Methods inherited from class org.apache.xml.resolver.tools.ResolvingXMLFilter |
getCatalog, notationDecl, parse, parse, processingInstruction, startElement, unparsedEntityDecl |
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, characters, ignorableWhitespace, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startPrefixMapping, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XTResolvingReader()
public XTResolvingReader(org.apache.xml.resolver.CatalogManager manager)
manager
- Method Detail |
public Context getContext()
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
resolveEntity
method for the SAX interface,
using an underlying CatalogResolver to do the real work.
public void setContext(Context context)
context
- The context to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |