Uses of Class
org.jvnet.hk2.config.DomDocument
Packages that use DomDocument
-
Uses of DomDocument in org.jvnet.hk2.config
Fields in org.jvnet.hk2.config declared as DomDocumentMethods in org.jvnet.hk2.config that return DomDocumentModifier and TypeMethodDescriptionParses the given source as a config file, and adds resultingDoms intoasinvalid reference
Habitats.invalid reference
InhabitantConfigParser.parse(URL source, DomDocument document) ConfigParser.parse(URL source, DomDocument document, Dom parent) ConfigParser.parse(XMLStreamReader in) Methods in org.jvnet.hk2.config with parameters of type DomDocumentModifier and TypeMethodDescriptionDomDecorator.decorate(org.glassfish.hk2.api.ServiceLocator habitat, DomDocument document, T parent, ConfigModel model, XMLStreamReader in) protected DomConfigParser.handleElement(XMLStreamReader in, DomDocument document, Dom parent) Parses a whole XML tree and builds aDomtree.protected DomConfigParser.handleElement(XMLStreamReader in, DomDocument document, Dom parent, ConfigModel model) Parses a whole XML tree and builds aDomtree, by using the given model for the top-level element.ConfigParser.parse(URL source, DomDocument document) ConfigParser.parse(URL source, DomDocument document, Dom parent) voidConfigParser.parse(XMLStreamReader in, DomDocument document) voidConfigParser.parse(XMLStreamReader in, DomDocument document, Dom parent) Constructors in org.jvnet.hk2.config with parameters of type DomDocumentModifierConstructorDescriptionConfigBean(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)