be.hikage.xdt4j.transform
Class RemoveAllTransform

java.lang.Object
  extended by be.hikage.xdt4j.transform.Transform
      extended by be.hikage.xdt4j.transform.AbstractXPathSelectionBaseTransform
          extended by be.hikage.xdt4j.transform.RemoveTransform
              extended by be.hikage.xdt4j.transform.RemoveAllTransform

public class RemoveAllTransform
extends RemoveTransform


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
RemoveAllTransform(org.dom4j.Document workingDocument, org.dom4j.Element transformElement, String arguments)
           
 
Method Summary
 
Methods inherited from class be.hikage.xdt4j.transform.RemoveTransform
getSelectionQuery, processElement
 
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

RemoveAllTransform

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


Copyright © 2012. All Rights Reserved.