be.hikage.xdt4j.transform
Class RemoveTransform

java.lang.Object
  extended by be.hikage.xdt4j.transform.Transform
      extended by be.hikage.xdt4j.transform.AbstractXPathSelectionBaseTransform
          extended by be.hikage.xdt4j.transform.RemoveTransform
Direct Known Subclasses:
RemoveAllTransform

public class RemoveTransform
extends AbstractXPathSelectionBaseTransform


Nested Class Summary
 
Nested classes/interfaces inherited from class be.hikage.xdt4j.transform.AbstractXPathSelectionBaseTransform
AbstractXPathSelectionBaseTransform.ProcessChildenStrategy
 
Field Summary
 
Fields inherited from class be.hikage.xdt4j.transform.AbstractXPathSelectionBaseTransform
selectionXPathExpression
 
Fields inherited from class be.hikage.xdt4j.transform.Transform
arguments, transformElement, workingDocument
 
Constructor Summary
  RemoveTransform(org.dom4j.Document workingDocument, org.dom4j.Element transformElement, String arguments)
           
protected RemoveTransform(org.dom4j.Document workingDocument, org.dom4j.Element transformElement, String arguments, AbstractXPathSelectionBaseTransform.ProcessChildenStrategy strategy)
           
 
Method Summary
protected  String getSelectionQuery()
           
protected  void processElement(org.dom4j.Element targetElement)
           
 
Methods inherited from class be.hikage.xdt4j.transform.AbstractXPathSelectionBaseTransform
applyInternal, processSelection
 
Methods inherited from class be.hikage.xdt4j.transform.Transform
apply, getTransformElementCopy, getXPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveTransform

public RemoveTransform(org.dom4j.Document workingDocument,
                       org.dom4j.Element transformElement,
                       String arguments)

RemoveTransform

protected RemoveTransform(org.dom4j.Document workingDocument,
                          org.dom4j.Element transformElement,
                          String arguments,
                          AbstractXPathSelectionBaseTransform.ProcessChildenStrategy strategy)
Method Detail

processElement

protected void processElement(org.dom4j.Element targetElement)
Specified by:
processElement in class AbstractXPathSelectionBaseTransform

getSelectionQuery

protected String getSelectionQuery()
Specified by:
getSelectionQuery in class AbstractXPathSelectionBaseTransform


Copyright © 2012. All Rights Reserved.