|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttomp.xtcl.filter.XTFilterImpl
tomp.xtcl.filter.DynamicFilterImpl
tomp.xtcl.filter.AdaptiveFilterImpl
tomp.xml.include.AdaptiveXIncludeFilter
Field Summary | |
protected XIncludeFilter |
xif
|
Fields inherited from class tomp.xtcl.filter.AdaptiveFilterImpl |
targetType, typeDetectorFilter, variant |
Fields inherited from class tomp.xtcl.filter.DynamicFilterImpl |
filter, isContentHandler, isDTDHandler, isEntityResolver, isErrorHandler, isLexicalHandler, outputPropertiesListener |
Fields inherited from class tomp.xtcl.filter.XTFilterImpl |
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, parent |
Constructor Summary | |
AdaptiveXIncludeFilter()
|
|
AdaptiveXIncludeFilter(org.xml.sax.XMLReader p)
Construct an XML filter with the specified parent. |
Method Summary | |
XIncludeFilter |
getXIncludeFilter()
|
void |
setDocumentLocator(org.xml.sax.Locator locator)
Filter a new document locator event. |
void |
setParent(org.xml.sax.XMLReader p)
Set the parent reader. |
Methods inherited from class tomp.xtcl.filter.AdaptiveFilterImpl |
getSourceType, getSourceTypeForCurrentContext, getTargetType, getTypeDatabase, getVariant, setParameter, setTargetType, setTargetType, setTypeDatabase, setVariant, startDocument |
Methods inherited from class tomp.xtcl.filter.XTFilterImpl |
getParent, parse, setupParse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xml.sax.XMLFilter |
getParent |
Methods inherited from interface org.xml.sax.XMLReader |
parse |
Field Detail |
protected XIncludeFilter xif
Constructor Detail |
public AdaptiveXIncludeFilter()
public AdaptiveXIncludeFilter(org.xml.sax.XMLReader p)
setParent(org.xml.sax.XMLReader)
,
XTFilterImpl.getParent()
Method Detail |
public void setParent(org.xml.sax.XMLReader p)
DynamicFilterImpl
This is the XMLReader
from which
this filter will obtain its events and to which it will pass its
configuration requests. The parent may itself be another filter.
If there is no parent reader set, any attempt to parse or to set or get a feature or property will fail.
setParent
in interface org.xml.sax.XMLFilter
setParent
in class AdaptiveFilterImpl
public void setDocumentLocator(org.xml.sax.Locator locator)
DynamicFilterImpl
setDocumentLocator
in interface org.xml.sax.ContentHandler
setDocumentLocator
in class DynamicFilterImpl
locator
- The document locator.public XIncludeFilter getXIncludeFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |