|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.exist.util.IncludeXMLFilter
Description of the Class
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 |
public IncludeXMLFilter(org.xml.sax.ContentHandler handler)
handler
- Description of the ParameterMethod Detail |
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
ch
- Description of the Parameterstart
- Description of the Parameterlength
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic void endDocument() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- Description of the Exceptionpublic void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
namespaceURI
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic void endPrefixMapping(java.lang.String prefix) throws org.xml.sax.SAXException
prefix
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic void ignorableWhitespace(char[] ch, int start, int length) throws org.xml.sax.SAXException
ch
- Description of the Parameterstart
- Description of the Parameterlength
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException
target
- Description of the Parameterdata
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic void skippedEntity(java.lang.String name) throws org.xml.sax.SAXException
name
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic void startDocument() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- Description of the Exceptionpublic void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
namespaceURI
- Description of the ParameterlocalName
- Description of the ParameterqName
- Description of the Parameteratts
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exceptionpublic void startPrefixMapping(java.lang.String prefix, java.lang.String uri) throws org.xml.sax.SAXException
prefix
- Description of the Parameteruri
- Description of the Parameter
org.xml.sax.SAXException
- Description of the Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |