You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Aspire Object is XPath compliant. See the Javadoc for examples and more information.

Example:

AXPath myXPath = AXPathFactory.newInstance("components/component/config/agency"); 
String agency = myXPath.getString(someDOMElementOrAspireObject);
  • No labels