|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DomDocument in org.jvnet.hk2.config |
|---|
| Fields in org.jvnet.hk2.config declared as DomDocument | |
|---|---|
DomDocument |
Dom.document
Owner of the DOM tree. |
| Methods in org.jvnet.hk2.config that return DomDocument | |
|---|---|
DomDocument |
ConfigParser.parse(URL source)
Parses the given source as a config file, and adds resulting Doms into Habitat as Inhabitants. |
DomDocument |
ConfigParser.parse(URL source,
DomDocument document)
|
DomDocument |
ConfigParser.parse(URL source,
DomDocument document,
Dom parent)
|
DomDocument |
ConfigParser.parse(XMLStreamReader in)
|
| Methods in org.jvnet.hk2.config with parameters of type DomDocument | |
|---|---|
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)
|
| Constructors in org.jvnet.hk2.config with parameters of type DomDocument | |
|---|---|
ConfigBean(Habitat habitat,
DomDocument document,
ConfigBean parent,
ConfigModel model,
XMLStreamReader in)
|
|
ConfigModel(DomDocument document,
Inhabitant<? extends ConfigInjector> injector,
MultiMap<String,String> description)
|
|
Dom(Habitat habitat,
DomDocument document,
Dom parent,
ConfigModel model)
|
|
Dom(Habitat habitat,
DomDocument document,
Dom parent,
ConfigModel model,
XMLStreamReader in)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||