|
||||||||||
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.xtcl.resolver.XTResolvingReader
public class XTResolvingReader
Extension of Apache XML catalog entity resolver,
enables to resolve also references to object stored
in the XTCL Context.
Does not do anything?
Field Summary |
---|
Fields inherited from class org.apache.xml.resolver.tools.ResolvingXMLFilter |
---|
suppressExplanation |
Constructor Summary | |
---|---|
XTResolvingReader()
|
|
XTResolvingReader(org.apache.xml.resolver.CatalogManager manager)
|
|
XTResolvingReader(org.xml.sax.XMLReader parent,
org.apache.xml.resolver.CatalogManager manager)
Construct an XML filter with the specified parent. |
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
- public XTResolvingReader(org.xml.sax.XMLReader parent, org.apache.xml.resolver.CatalogManager 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.
resolveEntity
in interface org.xml.sax.EntityResolver
resolveEntity
in class org.apache.xml.resolver.tools.ResolvingXMLFilter
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 |