org.exist.util
Class IncludeXMLFilter

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.exist.util.IncludeXMLFilter
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class IncludeXMLFilter
extends org.xml.sax.helpers.DefaultHandler

Description of the Class

Author:
wolf

Constructor Summary
IncludeXMLFilter(org.xml.sax.ContentHandler handler)
          Constructor for the WhitespaceFilter object
 
Method Summary
 void characters(char[] ch, int start, int length)
          Description of the Method
 void endDocument()
          Description of the Method
 void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName)
          Description of the Method
 void endPrefixMapping(java.lang.String prefix)
          Description of the Method
 void ignorableWhitespace(char[] ch, int start, int length)
          Description of the Method
 void processingInstruction(java.lang.String target, java.lang.String data)
          Description of the Method
 void skippedEntity(java.lang.String name)
          Description of the Method
 void startDocument()
          Description of the Method
 void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
          Description of the Method
 void startPrefixMapping(java.lang.String prefix, java.lang.String uri)
          Description of the Method
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
error, fatalError, notationDecl, resolveEntity, setDocumentLocator, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeXMLFilter

public IncludeXMLFilter(org.xml.sax.ContentHandler handler)
Constructor for the WhitespaceFilter object

Parameters:
handler - Description of the Parameter
Method Detail

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws org.xml.sax.SAXException
Description of the Method

Parameters:
ch - Description of the Parameter
start - Description of the Parameter
length - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

endDocument

public void endDocument()
                 throws org.xml.sax.SAXException
Description of the Method

Throws:
org.xml.sax.SAXException - Description of the Exception

endElement

public void endElement(java.lang.String namespaceURI,
                       java.lang.String localName,
                       java.lang.String qName)
                throws org.xml.sax.SAXException
Description of the Method

Parameters:
namespaceURI - Description of the Parameter
localName - Description of the Parameter
qName - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

endPrefixMapping

public void endPrefixMapping(java.lang.String prefix)
                      throws org.xml.sax.SAXException
Description of the Method

Parameters:
prefix - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

ignorableWhitespace

public void ignorableWhitespace(char[] ch,
                                int start,
                                int length)
                         throws org.xml.sax.SAXException
Description of the Method

Parameters:
ch - Description of the Parameter
start - Description of the Parameter
length - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

processingInstruction

public void processingInstruction(java.lang.String target,
                                  java.lang.String data)
                           throws org.xml.sax.SAXException
Description of the Method

Parameters:
target - Description of the Parameter
data - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

skippedEntity

public void skippedEntity(java.lang.String name)
                   throws org.xml.sax.SAXException
Description of the Method

Parameters:
name - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

startDocument

public void startDocument()
                   throws org.xml.sax.SAXException
Description of the Method

Throws:
org.xml.sax.SAXException - Description of the Exception

startElement

public void startElement(java.lang.String namespaceURI,
                         java.lang.String localName,
                         java.lang.String qName,
                         org.xml.sax.Attributes atts)
                  throws org.xml.sax.SAXException
Description of the Method

Parameters:
namespaceURI - Description of the Parameter
localName - Description of the Parameter
qName - Description of the Parameter
atts - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception

startPrefixMapping

public void startPrefixMapping(java.lang.String prefix,
                               java.lang.String uri)
                        throws org.xml.sax.SAXException
Description of the Method

Parameters:
prefix - Description of the Parameter
uri - Description of the Parameter
Throws:
org.xml.sax.SAXException - Description of the Exception


Copyright (C) Wolfgang Meier. All rights reserved.