public abstract class ReplaceElementText extends XmlVisitor
| Constructor and Description |
|---|
ReplaceElementText(com.google.common.base.Predicate<XmlPath> matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement() |
abstract String |
replace(String current) |
void |
startDocument(XmlPatcher scanner)
Called by
XmlScanner at the beginning of scan |
void |
startElement() |
getPatcher, getPathpublic ReplaceElementText(com.google.common.base.Predicate<XmlPath> matcher)
public void startDocument(XmlPatcher scanner)
XmlVisitorXmlScanner at the beginning of scanstartDocument in class XmlVisitorpublic void startElement()
startElement in class XmlVisitorpublic void endElement()
endElement in class XmlVisitorCopyright © 2013. All Rights Reserved.