|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
edu.wisc.my.webproxy.beans.filtering.ChainingSaxFilter
public abstract class ChainingSaxFilter
This abstract class can be implemented by filters that can use SAX events to perform their action.
| Constructor Summary | |
|---|---|
ChainingSaxFilter()
The default constructor |
|
ChainingSaxFilter(XMLReader parent)
Constructor that takes XMLReader object as argument |
|
| Method Summary | |
|---|---|
void |
characters(char[] arg0,
int arg1,
int arg2)
|
void |
clearData()
Called at the end of a request that the component was used in. |
void |
comment(char[] ch,
int start,
int length)
|
void |
endCDATA()
|
void |
endDTD()
|
void |
endEntity(String name)
|
LexicalHandler |
getLexicalHandler()
|
void |
parse(InputSource input)
|
void |
parse(String systemId)
|
void |
setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
This method is called on a component that is being used by the portlet at the begining of the action request it will be used in. |
void |
setLexicalHandler(LexicalHandler lexHandler)
|
void |
setParent(XMLReader parent)
|
void |
setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
This method is called on a component that is being used by the portlet at the begining of the render request it will be used in. |
void |
startCDATA()
|
void |
startDTD(String name,
String publicId,
String systemId)
|
void |
startEntity(String name)
|
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
|---|
endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.wisc.my.webproxy.beans.config.ProxyComponent |
|---|
getName |
| Constructor Detail |
|---|
public ChainingSaxFilter()
public ChainingSaxFilter(XMLReader parent)
parent - the (@link XMLReader) object| Method Detail |
|---|
public void characters(char[] arg0,
int arg1,
int arg2)
throws SAXException
characters in interface ContentHandlercharacters in class XMLFilterImplSAXExceptionXMLFilterImpl.characters(char[], int, int)public LexicalHandler getLexicalHandler()
public void setLexicalHandler(LexicalHandler lexHandler)
lexHandler - The lexHandler to set.
public void setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
ProxyComponent
setActionData in interface ProxyComponent
public void setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
ProxyComponent
setRenderData in interface ProxyComponentpublic void clearData()
ProxyComponent
clearData in interface ProxyComponentpublic void setParent(XMLReader parent)
setParent in interface XMLFiltersetParent in class XMLFilterImplXMLFilter.setParent(org.xml.sax.XMLReader)
public void parse(InputSource input)
throws SAXException,
IOException
parse in interface XMLReaderparse in class XMLFilterImplSAXException
IOExceptionXMLReader.parse(org.xml.sax.InputSource)
public void parse(String systemId)
throws SAXException,
IOException
parse in interface XMLReaderparse in class XMLFilterImplSAXException
IOExceptionXMLReader.parse(java.lang.String)
public void comment(char[] ch,
int start,
int length)
throws SAXException
comment in interface LexicalHandlerSAXExceptionLexicalHandler.comment(char[], int, int)
public void endCDATA()
throws SAXException
endCDATA in interface LexicalHandlerSAXExceptionLexicalHandler.endCDATA()
public void endDTD()
throws SAXException
endDTD in interface LexicalHandlerSAXExceptionLexicalHandler.endDTD()
public void startCDATA()
throws SAXException
startCDATA in interface LexicalHandlerSAXExceptionLexicalHandler.startCDATA()
public void endEntity(String name)
throws SAXException
endEntity in interface LexicalHandlerSAXExceptionLexicalHandler.endEntity(java.lang.String)
public void startEntity(String name)
throws SAXException
startEntity in interface LexicalHandlerSAXExceptionLexicalHandler.startEntity(java.lang.String)
public void startDTD(String name,
String publicId,
String systemId)
throws SAXException
startDTD in interface LexicalHandlerSAXExceptionLexicalHandler.startDTD(java.lang.String, java.lang.String, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||