|
|
|
|
Uses of Class org.eclipse.jet.xpath.inspector.ExpandedName
Methods in
org.eclipse.jet.xpath.inspector with parameters of type
ExpandedName
|
java.lang.Object
|
IElementInspector.
addElement
(java.lang.Object node,
ExpandedName elementName,
java.lang.Object addBeforeThisSibling)
Create a new Element under context Node |
java.lang.Object
|
IElementInspector.
getNamedAttribute
(java.lang.Object node,
ExpandedName nameTestExpandedName)
Return the named attribute for the given contextNode. |
java.lang.Object[]
|
INodeInspectorExtension1.
getNamedChildren
(java.lang.Object node,
ExpandedName nameTestExpandedName)
Return the named children element for the given contextNode. |
boolean
|
INodeInspector.
testExpandedName
(java.lang.Object node,
ExpandedName testName)
Determine whether the name of the node matches the passed expanded name. |
|
|
|