Uses of Class
org.eclipse.jetty.xml.XmlParser.Node
-
-
Uses of XmlParser.Node in org.eclipse.jetty.xml
Methods in org.eclipse.jetty.xml that return XmlParser.Node Modifier and Type Method Description XmlParser.NodeXmlParser.Node. get(java.lang.String tag)Get the first child node with the tag.XmlParser.NodeXmlParser.Node. getParent()XmlParser.NodeXmlParser. parse(java.io.File file)Parse File.XmlParser.NodeXmlParser. parse(java.io.InputStream in)Parse InputStream.XmlParser.NodeXmlParser. parse(java.lang.String url)Parse String URL.XmlParser.NodeXmlParser. parse(org.xml.sax.InputSource source)Methods in org.eclipse.jetty.xml that return types with arguments of type XmlParser.Node Modifier and Type Method Description java.util.Iterator<XmlParser.Node>XmlParser.Node. iterator(java.lang.String tag)Iterator over named child nodes.Methods in org.eclipse.jetty.xml with parameters of type XmlParser.Node Modifier and Type Method Description voidConfigurationProcessor. init(org.eclipse.jetty.util.resource.Resource resource, XmlParser.Node root, XmlConfiguration configuration)Initialize a ConfigurationProcessor from provided Resource and XML
-