public class URLRewriterFilter
extends org.cyberneko.html.filters.DefaultFilter
URLRewriterFilter
| Constructor and Description |
|---|
URLRewriterFilter(Rewriter rewriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(org.apache.xerces.xni.XMLString text,
org.apache.xerces.xni.Augmentations arg1)
characters
|
void |
comment(org.apache.xerces.xni.XMLString comment,
org.apache.xerces.xni.Augmentations augs)
comment
|
protected void |
doRewrite(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attrs)
doRewrite
|
void |
emptyElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attrs,
org.apache.xerces.xni.Augmentations arg2)
emptyElement
|
void |
endElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.Augmentations augs)
endElement
|
protected void |
rewriteAttribute(String attrName,
org.apache.xerces.xni.XMLAttributes attributes) |
void |
startElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attrs,
org.apache.xerces.xni.Augmentations augs)
startElement
|
doctypeDecl, endCDATA, endDocument, endGeneralEntity, endPrefixMapping, getDocumentHandler, getDocumentSource, getFeatureDefault, getPropertyDefault, getRecognizedFeatures, getRecognizedProperties, ignorableWhitespace, merge, processingInstruction, reset, setDocumentHandler, setDocumentSource, setFeature, setProperty, startCDATA, startDocument, startDocument, startGeneralEntity, startPrefixMapping, textDecl, xmlDeclpublic URLRewriterFilter(Rewriter rewriter)
public void startElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attrs,
org.apache.xerces.xni.Augmentations augs)
throws org.apache.xerces.xni.XNIException
startElement
startElement in interface org.apache.xerces.xni.XMLDocumentHandlerstartElement in class org.cyberneko.html.filters.DefaultFilterelement - attrs - augs - org.apache.xerces.xni.XNIExceptionXMLDocumentHandler.startElement(org.apache.xerces.xni.QName,
org.apache.xerces.xni.XMLAttributes,
org.apache.xerces.xni.Augmentations)protected void doRewrite(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attrs)
doRewrite
element - attrs - protected void rewriteAttribute(String attrName, org.apache.xerces.xni.XMLAttributes attributes)
public void emptyElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attrs,
org.apache.xerces.xni.Augmentations arg2)
throws org.apache.xerces.xni.XNIException
emptyElement
emptyElement in interface org.apache.xerces.xni.XMLDocumentHandleremptyElement in class org.cyberneko.html.filters.DefaultFilterarg0 - arg1 - arg2 - org.apache.xerces.xni.XNIExceptionXMLDocumentHandler.emptyElement(org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations)public void comment(org.apache.xerces.xni.XMLString comment,
org.apache.xerces.xni.Augmentations augs)
throws org.apache.xerces.xni.XNIException
comment
comment in interface org.apache.xerces.xni.XMLDocumentHandlercomment in class org.cyberneko.html.filters.DefaultFiltercomment - augs - org.apache.xerces.xni.XNIExceptionXMLDocumentHandler.comment(org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations)public void endElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.Augmentations augs)
throws org.apache.xerces.xni.XNIException
endElement
endElement in interface org.apache.xerces.xni.XMLDocumentHandlerendElement in class org.cyberneko.html.filters.DefaultFilterarg0 - arg1 - org.apache.xerces.xni.XNIExceptionXMLDocumentHandler.endElement(org.apache.xerces.xni.QName, org.apache.xerces.xni.Augmentations)public void characters(org.apache.xerces.xni.XMLString text,
org.apache.xerces.xni.Augmentations arg1)
throws org.apache.xerces.xni.XNIException
characters
characters in interface org.apache.xerces.xni.XMLDocumentHandlercharacters in class org.cyberneko.html.filters.DefaultFilterarg0 - arg1 - org.apache.xerces.xni.XNIExceptionXMLDocumentHandler.characters(org.apache.xerces.xni.XMLString, org.apache.xerces.xni.Augmentations)Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.