public class XPathModelItemData extends Object
Constructor and Description |
---|
XPathModelItemData(com.eviware.soapui.model.ModelItem modelItem) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(XPathModelItemData ch) |
void |
addXPath(XPathForRefactoring xp,
String newPath) |
boolean |
allNewPathsAreSet()
Check if all xpaths in this element and its children are set.
|
List<XPathModelItemData> |
getChildren() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
XPathForRefactoring[] |
getUpdatedXPaths() |
List<XPathRefactoringData> |
getXpathData() |
boolean |
isEmpty() |
boolean |
isSameAsBefore()
Check if all xpaths in this element and its children were set
automatically.
|
String |
toString() |
public XPathModelItemData(com.eviware.soapui.model.ModelItem modelItem)
public void addXPath(XPathForRefactoring xp, String newPath)
public void addChild(XPathModelItemData ch)
public com.eviware.soapui.model.ModelItem getModelItem()
public List<XPathRefactoringData> getXpathData()
public List<XPathModelItemData> getChildren()
public boolean isEmpty()
public boolean allNewPathsAreSet()
public boolean isSameAsBefore()
public XPathForRefactoring[] getUpdatedXPaths()
Copyright © 2019. All rights reserved.