Package org.eclipse.jetty.xml
Class XmlConfiguration.ConfigurationParser
- java.lang.Object
-
- org.eclipse.jetty.xml.XmlParser
-
- org.eclipse.jetty.xml.XmlConfiguration.ConfigurationParser
-
- All Implemented Interfaces:
java.lang.AutoCloseable
- Enclosing class:
- XmlConfiguration
private static class XmlConfiguration.ConfigurationParser extends XmlParser implements java.lang.AutoCloseable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.xml.XmlParser
XmlParser.Attribute, XmlParser.Node
-
-
Field Summary
Fields Modifier and Type Field Description private Pool.Entry
_entry
-
Constructor Summary
Constructors Modifier Constructor Description private
ConfigurationParser(Pool.Entry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
Methods inherited from class org.eclipse.jetty.xml.XmlParser
addContentHandler, getDTD, getXpath, isValidating, parse, parse, parse, parse, redirectEntity, resolveEntity, setValidating, setXpath
-
-
-
-
Field Detail
-
_entry
private final Pool.Entry _entry
-
-
Constructor Detail
-
ConfigurationParser
private ConfigurationParser(Pool.Entry entry)
-
-