Method Summary |
|
public Iterator | getAttributeAxisIterator(Object pObject) Get an iterator over all attributes in the given node.
An iterator. |
public String | getAttributeName(Object pObject) |
public String | getAttributeNamespaceUri(Object object) Get the Namespace URI of an attribute. |
public String | getAttributeQName(Object pObject) |
public String | getAttributeStringValue(Object pObject) Get the string value for the attribute. |
public Iterator | getChildAxisIterator(Object pObject) Get an iterator over all elements which are children to the given node.
An iterator. |
public String | getCommentStringValue(Object pObject) Get the string value for the comment. |
public Object | getDocumentNode(Object pObject) |
public String | getElementName(Object pObject) |
public String | getElementNamespaceUri(Object pObject) Get the Namespace URI of an element. |
public String | getElementQName(Object pObject) |
public String | getElementStringValue(Object pObject) Get the string value for the element. |
public static FunctionContext | getFunctionContextInstance() |
public static MOFXPathDocumentNavigator | getInstance() |
public String | getNamespacePrefix(Object pObject) Get the string value for the namespace prefix. |
public String | getNamespaceStringValue(Object pObject) Get the string value for the namespace. |
public Iterator | getParentAxisIterator(Object pObject) Get an iterator over parent element of the given node.
An iterator. |
public String | getTextStringValue(Object pObject) Get the string value for the text. |
public boolean | isAttribute(Object pObject) Test if object is an attribute. |
public boolean | isComment(Object pObject) Test if object is a comment. |
public boolean | isDocument(Object pObject) Test if object is a document. |
public boolean | isElement(Object pObject) Test if object is an element. |
public boolean | isNamespace(Object pObject) Test if object is a namespace. |
public boolean | isProcessingInstruction(Object pObject) Test if object is a processing instruction. |
public boolean | isText(Object pObject) Test if object is a processing instruction. |
public XPath | parseXPath(String pXPathExpression) Returns a parsed form of the given xpath string, which will be suitable
for queries on MOF documents. |
public Object | postprocessObject(Object pObject) |
public Object | preprocessObject(Object pObject) |