Searched defs:xpath (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/model/
H A DJ2eeApplicationObject.java95 * @param xpath An XPath string referring to a location in the
99 public DDBean[] getChildBean(ModuleType type, String xpath); argument
106 * @param xpath An xpath string referring to a location in the
108 * @return The text values of this xpath or 'null' if there are no
111 public String[] getText(ModuleType type, String xpath); argument
118 * @param xpath The xpath to listen for.
121 public void addXpathListener(ModuleType type, String xpath, argument
128 * @param xpath h
131 removeXpathListener(ModuleType type, String xpath, XpathListener xpl) argument
[all...]
H A DDDBean.java52 * Returns the original xpath string provided by the DConfigBean.
81 * @param xpath An XPath string referring to a location in the
86 public DDBean[] getChildBean(String xpath); argument
91 * @param xpath An XPath.
95 public String[] getText(String xpath); argument
100 * @param xpath The XPath this listener is to be registered for.
103 public void addXpathListener(String xpath, XpathListener xpl); argument
108 * @param xpath The XPath from which this listener is to be
112 public void removeXpathListener(String xpath, XpathListener xpl); argument
H A DDeployableObject.java82 * @param xpath An XPath string identifying the data to
87 public DDBean[] getChildBean(String xpath); argument
93 * @param xpath An xpath string referring to a location in the
97 public String[] getText(String xpath); argument
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/runtime/
H A DASEntBeanCmpResource.java167 private Result testProperty(String testFor, Result result, String xpath, ComponentNameConstructor compName, EjbDescriptor descriptor){ argument
170 int count = getCountNodeSet(xpath);
173 name = getXPathValue(xpath+"/name");
188 value = getXPathValue(xpath+"/value");
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/
H A DVerifierTest.java65 import com.sun.org.apache.xpath.internal.XPathAPI;
66 import com.sun.org.apache.xpath.internal.NodeSet;
71 import com.sun.org.apache.xpath.internal.objects.XObject;
405 *getXPathValueForNonRuntime(String xpath)
406 * return String - is the value of the element specified in the xpath.
408 public String getXPathValueForNonRuntime(String xpath){ argument
413 XObject result = XPathAPI.eval(d, xpath,
429 *getXPathValue(String xpath)
430 * return String - is the value of the element specified in the xpath.
432 public String getXPathValue(String xpath){ argument
454 getCountNodeSet(String xpath) argument
468 getNonRuntimeCountNodeSet(String xpath) argument
[all...]

Completed in 607 milliseconds