| org.apache.jetspeed.rewriter.html.neko.CallbackElementRemover
CallbackElementRemover | public class CallbackElementRemover extends ElementRemover (Code) | |
CallbackElementRemover
Extended version of the NekoHTML ElementRemover which provides
tag stripping/removal based on Rewriter settings.
author: Scott T. Weaver version: $Id: CallbackElementRemover.java 517719 2007-03-13 15:05:48Z ate $ |
Method Summary | |
public void | comment(XMLString text, Augmentations augs) | public void | emptyElement(QName element, XMLAttributes attrs, Augmentations arg2) | protected String[] | getAttributeNames(XMLAttributes attrs) | protected void | processTag(QName element, XMLAttributes attrs) | public void | startElement(QName element, XMLAttributes attrs, Augmentations arg2) |
CallbackElementRemover | public CallbackElementRemover(Rewriter rewriter)(Code) | | Construct with reference to the rewriter context to consult for rewriting advice
|
comment | public void comment(XMLString text, Augmentations augs) throws XNIException(Code) | |
comment
See Also: org.apache.xerces.xni.XMLDocumentHandler.comment(org.apache.xerces.xni.XMLString textorg.apache.xerces.xni.Augmentations augs) Parameters: text - Parameters: augs - throws: org.apache.xerces.xni.XNIException - |
emptyElement | public void emptyElement(QName element, XMLAttributes attrs, Augmentations arg2) throws XNIException(Code) | |
emptyElement
See Also: org.apache.xerces.xni.XMLDocumentHandler.emptyElement(org.apache.xerces.xni.QNameorg.apache.xerces.xni.XMLAttributesorg.apache.xerces.xni.Augmentations) Parameters: element - Parameters: arg1 - Parameters: arg2 - throws: org.apache.xerces.xni.XNIException - |
getAttributeNames | protected String[] getAttributeNames(XMLAttributes attrs)(Code) | | |
processTag | protected void processTag(QName element, XMLAttributes attrs)(Code) | |
processTag
Parameters: tag - |
startElement | public void startElement(QName element, XMLAttributes attrs, Augmentations arg2) throws XNIException(Code) | |
startElement
See Also: org.apache.xerces.xni.XMLDocumentHandler.startElement(org.apache.xerces.xni.QNameorg.apache.xerces.xni.XMLAttributesorg.apache.xerces.xni.Augmentations) Parameters: element - Parameters: arg1 - Parameters: arg2 - throws: org.apache.xerces.xni.XNIException - |
|
|