|
uPortal 2.4.1 API Documentation |
|||||||||
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.ChannelSAXStreamFilter
Filters out startDocument and endDocument from the channel content. This filter is invoked by the ChannelManager prior to passing channel content to the ChannelIncorporationFilter.
Constructor Summary | |
ChannelSAXStreamFilter(org.xml.sax.ContentHandler handler)
|
|
ChannelSAXStreamFilter(org.xml.sax.XMLReader parent)
|
Method Summary | |
void |
endDocument()
Filter an end document event. |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
Filter a processing instruction 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, 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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChannelSAXStreamFilter(org.xml.sax.ContentHandler handler)
public ChannelSAXStreamFilter(org.xml.sax.XMLReader parent)
Method Detail |
public void startDocument() throws org.xml.sax.SAXException
SAX2FilterImpl
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class SAX2FilterImpl
org.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.ContentHandler
endDocument
in class SAX2FilterImpl
org.xml.sax.SAXException
- The client may throw
an exception during processing.ContentHandler.endDocument()
public void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException
SAX2FilterImpl
processingInstruction
in interface org.xml.sax.ContentHandler
processingInstruction
in class SAX2FilterImpl
target
- The processing instruction target.data
- The text following the target.
org.xml.sax.SAXException
- The client may throw
an exception during processing.ContentHandler.processingInstruction(java.lang.String, java.lang.String)
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |