public class SimpleXMLPropertyParser extends Object
Constructor and Description |
---|
SimpleXMLPropertyParser() |
Modifier and Type | Method and Description |
---|---|
static String |
walk(Property property,
String rootElementName,
String defaultNamespacePrefix,
boolean isResolvePropertiesAbsolute)
Return the xPath corresponding to the given property.
|
public static String walk(Property property, String rootElementName, String defaultNamespacePrefix, boolean isResolvePropertiesAbsolute)
property
- is the propertyrootElementName
- is the name of the root element for generating the XPath expressiondefaultNamespacePrefix
- is the prefix of the default namespaceisResolvePropertiesAbsolute
- is true to indicate to resolve XPath properties as absolute props
or relative propsCopyright © 2005–2018. All rights reserved.