be.hikage.xdt4j.transform
Class AbstractAllChildBasedTransform

java.lang.Object
  extended by be.hikage.xdt4j.transform.Transform
      extended by be.hikage.xdt4j.transform.AbstractXPathSelectionBaseTransform
          extended by be.hikage.xdt4j.transform.AbstractAllChildBasedTransform
Direct Known Subclasses:
RemoveAttributesTransform, SetAttributesTransform

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

AbstractAllChildBasedTransform

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


Copyright © 2012. All Rights Reserved.