|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.utils.SAX2FilterImpl
org.jasig.portal.utils.SAXDocumentFilter
public class SAXDocumentFilter
Filters out startDocument and endDocument from the channel content.
| Field Summary |
|---|
| Fields inherited from class org.jasig.portal.utils.SAX2FilterImpl |
|---|
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, log |
| Constructor Summary | |
|---|---|
SAXDocumentFilter(org.xml.sax.ContentHandler handler)
|
|
SAXDocumentFilter(org.xml.sax.XMLReader parent)
|
|
| Method Summary | |
|---|---|
void |
endDocument()
Filter an end document event. |
void |
startDocument()
Filter a start document event. |
| Methods inherited from class org.jasig.portal.utils.SAX2FilterImpl |
|---|
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setAllHandlers, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setParent, setProperty, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAXDocumentFilter(org.xml.sax.ContentHandler handler)
public SAXDocumentFilter(org.xml.sax.XMLReader parent)
| Method Detail |
|---|
public void startDocument()
throws org.xml.sax.SAXException
SAX2FilterImpl
startDocument in interface org.xml.sax.ContentHandlerstartDocument in class SAX2FilterImplorg.xml.sax.SAXException - The client may throw
an exception during processing.ContentHandler.startDocument()
public void endDocument()
throws org.xml.sax.SAXException
SAX2FilterImpl
endDocument in interface org.xml.sax.ContentHandlerendDocument in class SAX2FilterImplorg.xml.sax.SAXException - The client may throw
an exception during processing.ContentHandler.endDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||