public class ChildAlignment
extends java.lang.Object
Constructor and Description |
---|
ChildAlignment(java.lang.String childXpath,
java.lang.String keyXpath)
Constructor with xpath to the child element and also the xpath to the associated key specifiers.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChildXpath()
Gets the child XPath.
|
java.lang.String |
getKeyXpath()
Gets the key XPath.
|
void |
setChildXpath(java.lang.String childXpath)
Sets the child XPath.
|
void |
setKeyXpath(java.lang.String keyXpath)
Sets the key XPath.
|
public ChildAlignment(java.lang.String childXpath, java.lang.String keyXpath)
childXpath
- The XPath string representing the child element location.keyXpath
- The XPath string representing the key location.java.lang.IllegalArgumentException
- if passed childXpath or keyXpath is invalid.public java.lang.String getChildXpath()
public void setChildXpath(java.lang.String childXpath)
childXpath
- The XPath string representing the child element location.java.lang.IllegalArgumentException
- if passed childXpath is invalid.public java.lang.String getKeyXpath()
public void setKeyXpath(java.lang.String keyXpath)
keyXpath
- The XPath string representing the key location.java.lang.IllegalArgumentException
- if passed keyXpath is invalid.