|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An optional extension interface of INodeInspector
allowing
faster access to named child nodes.
Method Summary | |
Object[] |
getNamedChildren(Object node,
ExpandedName nameTestExpandedName)
Return the named children element for the given contextNode. |
Method Detail |
public Object[] getNamedChildren(Object node, ExpandedName nameTestExpandedName)
ExpandedName.getNamespaceURI()
returns null and ExpandedName.getLocalPart()
is a name.ExpandedName.getNamespaceURI()
returns non-null and ExpandedName.getLocalPart()
is a name.
node
- the ELEMENT or ROOT to searchnameTestExpandedName
- the expanded name of the element to find.
null
if not found.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |