be.hikage.xdt4j.transform
Class RemoveAttributesTransform

java.lang.Object
  extended by be.hikage.xdt4j.transform.Transform
      extended by be.hikage.xdt4j.transform.AbstractXPathSelectionBaseTransform
          extended by be.hikage.xdt4j.transform.AbstractAllChildBasedTransform
              extended by be.hikage.xdt4j.transform.RemoveAttributesTransform

public class RemoveAttributesTransform
extends AbstractAllChildBasedTransform


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
RemoveAttributesTransform(org.dom4j.Document workingDocument, org.dom4j.Element transformElement, String arguments)
           
 
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

RemoveAttributesTransform

public RemoveAttributesTransform(org.dom4j.Document workingDocument,
                                 org.dom4j.Element transformElement,
                                 String arguments)
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.