Modifier and Type | Method and Description |
---|---|
XMLParser |
XMLParser.getMemberNode(String name)
Locates a node in a structure based on the the "name" associated
with the member.
|
XMLParser |
XMLParser.getMemberParent(String name)
Find the parent class for a member.
|
XMLParser |
XMLParser.getTopParent(String name)
Find the top level parent class for a member.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<XMLParser> |
XMLParser.getNodes(String path)
Return the list of nodes of a member given the XPath like reference to the member.
|
ArrayList<XMLParser> |
XMLParser.getNodes(String path,
boolean alwaysOne)
Return the list of nodes of a member given the XPath like reference to the member.
|
ArrayList<XMLParser> |
XMLParser.getNodes(XMLParser parent,
String name)
Return the list of nodes given the name of the member.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<XMLParser> |
XMLParser.getNodes(XMLParser parent,
String name)
Return the list of nodes given the name of the member.
|
Copyright © 2008-2015 Regents University of California. All Rights Reserved.