| Package | Description |
|---|---|
| org.jvnet.hk2.config |
| Modifier and Type | Field and Description |
|---|---|
DomDocument |
Dom.document
Owner of the DOM tree.
|
| Modifier and Type | Method and Description |
|---|---|
DomDocument |
ConfigParser.parse(URL source)
|
DomDocument |
ConfigParser.parse(URL source,
DomDocument document) |
DomDocument |
ConfigParser.parse(URL source,
DomDocument document,
Dom parent) |
DomDocument |
ConfigParser.parse(XMLStreamReader in) |
| Modifier and Type | Method and Description |
|---|---|
Dom |
DomDecorator.decorate(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
T parent,
ConfigModel model,
XMLStreamReader in) |
protected Dom |
ConfigParser.handleElement(XMLStreamReader in,
DomDocument document,
Dom parent)
Parses a whole XML tree and builds a
Dom tree. |
protected Dom |
ConfigParser.handleElement(XMLStreamReader in,
DomDocument document,
Dom parent,
ConfigModel model)
Parses a whole XML tree and builds a
Dom tree, by using the given model
for the top-level element. |
DomDocument |
ConfigParser.parse(URL source,
DomDocument document) |
DomDocument |
ConfigParser.parse(URL source,
DomDocument document,
Dom parent) |
void |
ConfigParser.parse(XMLStreamReader in,
DomDocument document) |
void |
ConfigParser.parse(XMLStreamReader in,
DomDocument document,
Dom parent) |
| Constructor and Description |
|---|
ConfigBean(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
ConfigBean parent,
ConfigModel model,
XMLStreamReader in) |
ConfigModel(DomDocument document,
org.glassfish.hk2.api.ActiveDescriptor<? extends ConfigInjector> injector,
Map<String,List<String>> description,
org.glassfish.hk2.api.ServiceLocator locator) |
Dom(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
Dom parent,
ConfigModel model) |
Dom(org.glassfish.hk2.api.ServiceLocator habitat,
DomDocument document,
Dom parent,
ConfigModel model,
XMLStreamReader in) |
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.