be.hikage.xdt4j.transform
Class Transform
java.lang.Object
be.hikage.xdt4j.transform.Transform
- Direct Known Subclasses:
- AbstractXPathSelectionBaseTransform, InsertChildrenTransform
public abstract class Transform
- extends Object
|
Constructor Summary |
Transform(org.dom4j.Document workingDocument,
org.dom4j.Element transformElement,
String arguments)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transformElement
protected org.dom4j.Element transformElement
workingDocument
protected org.dom4j.Document workingDocument
arguments
protected String arguments
Transform
public Transform(org.dom4j.Document workingDocument,
org.dom4j.Element transformElement,
String arguments)
apply
public void apply()
applyInternal
protected abstract void applyInternal()
getTransformElementCopy
protected org.dom4j.Element getTransformElementCopy()
getXPath
protected String getXPath()
Copyright © 2012. All Rights Reserved.