public abstract class InsertInElement extends XmlVisitor
| Constructor and Description |
|---|
InsertInElement(com.google.common.base.Predicate<XmlPath> matcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement() |
protected abstract String |
insert() |
void |
startDocument(XmlPatcher scanner)
Called by
XmlScanner at the beginning of scan |
void |
startElement() |
getPatcher, getPathpublic InsertInElement(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 XmlVisitorprotected abstract String insert()
Copyright © 2013. All Rights Reserved.