|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpandedName | |
org.eclipse.jet.xpath.inspector | Interfaces allowing in-memory models to be handled by the JET XPath processor. |
Uses of ExpandedName in org.eclipse.jet.xpath.inspector |
Methods in org.eclipse.jet.xpath.inspector that return ExpandedName | |
ExpandedName |
SimpleElementRequiresValueException.getElementName()
|
ExpandedName |
InvalidChildException.getElementName()
|
ExpandedName |
INodeInspector.expandedNameOf(Object node)
Return the expanded name of the node. |
Methods in org.eclipse.jet.xpath.inspector with parameters of type ExpandedName | |
Object[] |
INodeInspectorExtension1.getNamedChildren(Object node,
ExpandedName nameTestExpandedName)
Return the named children element for the given contextNode. |
boolean |
INodeInspector.testExpandedName(Object node,
ExpandedName testName)
Determine whether the name of the node matches the passed expanded name. |
Object |
IElementInspector.getNamedAttribute(Object node,
ExpandedName nameTestExpandedName)
Return the named attribute for the given contextNode. |
Object |
IElementInspector.addElement(Object node,
ExpandedName elementName,
Object addBeforeThisSibling)
Create a new Element under context Node |
Constructors in org.eclipse.jet.xpath.inspector with parameters of type ExpandedName | |
SimpleElementRequiresValueException(Object parentElement,
ExpandedName elementName)
Construct an exception instance |
|
InvalidChildException(Object parentElement,
ExpandedName elementName,
Object childElement)
Create an exception instance |
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |