public abstract class BaseXJDFHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
protected KElement |
theElement |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseXJDFHelper() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
cleanUp()
generic cleanup routine
|
KElement |
deleteNode() |
boolean |
equals(Object obj)
equals and hash are based on the xml element that this helper represents
|
String |
getID()
get the ID from the generic Parameter or Resource element
|
KElement |
getRoot() |
String |
getXPathValue(String xpath) |
int |
hashCode()
equals and hash are based on the xml element that this helper represents
|
boolean |
isEqual(BaseXJDFHelper other) |
void |
reorder()
reorder elements in their canonical order - usually nop
|
void |
setID(String newID) |
void |
setXPathValue(String xpath,
String value) |
protected final org.apache.commons.logging.Log log
protected KElement theElement
public void reorder()
public abstract void cleanUp()
public KElement getRoot()
public KElement deleteNode()
public boolean isEqual(BaseXJDFHelper other)
public String getID()
public void setID(String newID)
newID - public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2015. All rights reserved.