| Modifier and Type | Method and Description |
|---|---|
XmlParser.Node |
XmlParser.Node.get(String tag)
Get the first child node with the tag.
|
XmlParser.Node |
XmlParser.Node.getParent() |
XmlParser.Node |
XmlParser.parse(File file)
Parse File.
|
XmlParser.Node |
XmlParser.parse(InputSource source) |
XmlParser.Node |
XmlParser.parse(InputStream in)
Parse InputStream.
|
XmlParser.Node |
XmlParser.parse(String url)
Parse String URL.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<XmlParser.Node> |
XmlParser.Node.iterator(String tag)
Iterator over named child nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationProcessor.init(URL url,
XmlParser.Node config,
Map<String,Object> idMap,
Map<String,String> properties) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.