|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoMatchFoundExceptionServer | |
---|---|
com.sun.ws.management |
Uses of NoMatchFoundExceptionServer in com.sun.ws.management |
---|
Methods in com.sun.ws.management that throw NoMatchFoundExceptionServer | |
---|---|
org.w3c.dom.NodeList |
ResourceStateDocument.getValues(java.lang.String xPathExpression)
Returns a list of nodes that match the provided XPath criteria. |
java.lang.String |
ResourceStateDocument.getValueText(javax.xml.namespace.QName name,
org.w3c.dom.Node context)
|
java.lang.String |
ResourceStateDocument.getValueText(java.lang.String xPathExpression)
Returns the element text of the Element pointed to by the provided XPath. |
java.lang.String |
ResourceStateDocument.getWrappedValueText(javax.xml.namespace.QName name)
|
void |
ResourceStateDocument.setFieldValue(javax.xml.namespace.QName name,
java.lang.String value,
org.w3c.dom.Node context)
Sets the element text of the first element that matches QName relative to the provided dom node. |
void |
ResourceStateDocument.setFieldValues(java.lang.String xPathExpression,
java.lang.String value)
Sets all the text elements of the selected nodes to the value provided. |
void |
ResourceStateDocument.setWrappedFieldValue(javax.xml.namespace.QName name,
java.lang.String value)
Sets the element text of the specified QName to null. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |