net.sf.tomp.xml.include
Class AdaptiveXIncludeFilter

java.lang.Object
  extended bynet.sf.tomp.xtcl.filter.XTFilterImpl
      extended bynet.sf.tomp.xtcl.filter.DynamicFilterImpl
          extended bynet.sf.tomp.xml.include.AdaptiveFilterImpl
              extended bynet.sf.tomp.xml.include.AdaptiveXIncludeFilter
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, net.sf.tomp.xtcl.filter.DynamicFilter, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, net.sf.tomp.xtcl.filter.HasOutputProperties, org.xml.sax.ext.LexicalHandler, net.sf.tomp.general.Parametrized, org.xml.sax.XMLFilter, org.xml.sax.XMLReader, net.sf.tomp.xtcl.filter.XTFilter

public class AdaptiveXIncludeFilter
extends AdaptiveFilterImpl

DOCUMENT ME!

Version:
$Revision$
Author:
$author$

Field Summary
protected  XIncludeFilter xif
          DOCUMENT ME!
 
Fields inherited from class net.sf.tomp.xml.include.AdaptiveFilterImpl
targetType, typeDetectorFilter, variant
 
Fields inherited from class net.sf.tomp.xtcl.filter.DynamicFilterImpl
filter, isContentHandler, isDTDHandler, isEntityResolver, isErrorHandler, isLexicalHandler, outputPropertiesListener
 
Fields inherited from class net.sf.tomp.xtcl.filter.XTFilterImpl
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, parent
 
Constructor Summary
AdaptiveXIncludeFilter()
          Creates a new AdaptiveXIncludeFilter object.
AdaptiveXIncludeFilter(org.xml.sax.XMLReader p)
          Construct an XML filter with the specified parent.
 
Method Summary
 XIncludeFilter getXIncludeFilter()
           
 java.lang.String getXIncludeNamespace()
           
 void setParent(org.xml.sax.XMLReader p)
          DOCUMENT ME!
 
Methods inherited from class net.sf.tomp.xml.include.AdaptiveFilterImpl
getSourceType, getSourceTypeForCurrentContext, getTargetType, getTypeDatabase, getVariant, setParameter, setTargetType, setTargetType, setTypeDatabase, setVariant, startDocument
 
Methods inherited from class net.sf.tomp.xtcl.filter.DynamicFilterImpl
comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getFilter, getLexicalHandler, getOutputProperties, getProperty, characters, ignorableWhitespace, notationDecl, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setFilter, setLexicalHandler, setOutputProperties, setOutputPropertiesListener, setProperty, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class net.sf.tomp.xtcl.filter.XTFilterImpl
getDocumentLocator, 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

xif

protected XIncludeFilter xif
DOCUMENT ME!

Constructor Detail

AdaptiveXIncludeFilter

public AdaptiveXIncludeFilter()
Creates a new AdaptiveXIncludeFilter object.


AdaptiveXIncludeFilter

public AdaptiveXIncludeFilter(org.xml.sax.XMLReader p)
Construct an XML filter with the specified parent.

Parameters:
p - DOCUMENT ME!
See Also:
setParent(org.xml.sax.XMLReader), XTFilterImpl.getParent()
Method Detail

setParent

public void setParent(org.xml.sax.XMLReader p)
DOCUMENT ME!

Specified by:
setParent in interface org.xml.sax.XMLFilter
Overrides:
setParent in class AdaptiveFilterImpl
Parameters:
p - DOCUMENT ME!

getXIncludeFilter

public XIncludeFilter getXIncludeFilter()

getXIncludeNamespace

public java.lang.String getXIncludeNamespace()
Returns:
Returns the xINCLUDE_NAMESPACE.


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.