be.hikage.xdt4j.transform
Class Transform
java.lang.Object
be.hikage.xdt4j.transform.Transform
- Direct Known Subclasses:
- InsertAfterTransform, InsertBeforeTransform, InsertTransform, RemoveAttributesTransform, RemoveTransform, ReplaceTransform, SetAttributesTransform
public abstract class Transform
- extends Object
|
Constructor Summary |
protected |
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 |
LOG
public static org.slf4j.Logger LOG
transformElement
protected org.dom4j.Element transformElement
workingDocument
protected org.dom4j.Document workingDocument
arguments
protected String arguments
Transform
protected 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 © 2011. All Rights Reserved.