|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INodeInspectorExtension1
An optional extension interface of INodeInspector
allowing
faster access to named child nodes.
Method Summary | |
---|---|
java.lang.Object[] |
getNamedChildren(java.lang.Object node,
ExpandedName nameTestExpandedName)
Return the named children element for the given contextNode. |
Method Detail |
---|
java.lang.Object[] getNamedChildren(java.lang.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 |