- get(int) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get the ith child node or content.
- get(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get the first child node with the tag.
- getAttribute(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an element attribute.
- getAttribute(String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an element attribute.
- getAttributes() - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an array of element attributes.
- getConfigurationProcessor(String, String) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessorFactory
-
- getDTD() - Method in class org.eclipse.jetty.xml.XmlParser
-
- getIdMap() - Method in class org.eclipse.jetty.xml.XmlConfiguration
-
Get the map of ID String to Objects that is used to hold
and lookup any objects by ID.
- getName() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
-
- getParent() - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
- getPath() - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
- getProperties() - Method in class org.eclipse.jetty.xml.XmlConfiguration
-
Get the map of properties used by the Property XML element
to parameterise configuration.
- getString(String, boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get a tag as a string.
- getTag() - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
- getValue() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
-
- getXpath() - Method in class org.eclipse.jetty.xml.XmlParser
-