|
||||||||||
| 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
@Deprecated public class 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.
| Field Summary |
|---|
| Fields inherited from class org.jasig.portal.utils.SAX2FilterImpl |
|---|
contentHandler, dtdHandler, entityResolver, errorHandler, lexicalHandler, locator, log |
| Constructor Summary | |
|---|---|
ChannelSAXStreamFilter(ContentHandler handler)
Deprecated. |
|
ChannelSAXStreamFilter(XMLReader parent)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
endDocument()
Deprecated. Filter an end document event. |
void |
processingInstruction(String target,
String data)
Deprecated. Filter a processing instruction event. |
void |
startDocument()
Deprecated. 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelSAXStreamFilter(ContentHandler handler)
public ChannelSAXStreamFilter(XMLReader parent)
| Method Detail |
|---|
public void startDocument()
throws SAXException
SAX2FilterImpl
startDocument in interface ContentHandlerstartDocument in class SAX2FilterImplSAXException - The client may throw
an exception during processing.ContentHandler.startDocument()
public void endDocument()
throws SAXException
SAX2FilterImpl
endDocument in interface ContentHandlerendDocument in class SAX2FilterImplSAXException - The client may throw
an exception during processing.ContentHandler.endDocument()
public void processingInstruction(String target,
String data)
throws SAXException
SAX2FilterImpl
processingInstruction in interface ContentHandlerprocessingInstruction in class SAX2FilterImpltarget - The processing instruction target.data - The text following the target.
SAXException - The client may throw
an exception during processing.ContentHandler.processingInstruction(java.lang.String, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||