Uses of Class
org.jvnet.hk2.config.DomDocument

Packages that use DomDocument
org.jvnet.hk2.config   
 

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
 Dom DomDecorator.decorate(Habitat 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)
           
 

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, Map<String,List<String>> description, ServiceLocator locator)
           
Dom(Habitat habitat, DomDocument document, Dom parent, ConfigModel model)
           
Dom(Habitat habitat, DomDocument document, Dom parent, ConfigModel model, XMLStreamReader in)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.