Uses of Class
com.sun.tools.xjc.reader.internalizer.DOMForest
Packages that use DOMForest
Package
Description
Schema to Java compiler
implementation of the XJC API for schema to java.
internalization of external binding files and <jaxb:bindings> customizations.
-
Uses of DOMForest in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return DOMForestModifier and TypeMethodDescriptionModelLoader.buildDOMForest
(InternalizationLogic logic) Builds DOMForest and performs the internalization.Methods in com.sun.tools.xjc with parameters of type DOMForestModifier and TypeMethodDescriptionModelLoader.createXSOM
(DOMForest forest, SCDBasedBindingSet scdBasedBindingSet) Parses aDOMForest
into aXSSchemaSet
.ModelLoader.createXSOMParser
(DOMForest forest) -
Uses of DOMForest in com.sun.tools.xjc.api.impl.s2j
Fields in com.sun.tools.xjc.api.impl.s2j declared as DOMForest -
Uses of DOMForest in com.sun.tools.xjc.reader.internalizer
Fields in com.sun.tools.xjc.reader.internalizer declared as DOMForestMethods in com.sun.tools.xjc.reader.internalizer with parameters of type DOMForestModifier and TypeMethodDescriptionboolean
InternalizationLogic.checkIfValidTargetNode
(DOMForest parent, Element bindings, Element target) Checks if the specified element is a valid target node to attach a customization.InternalizationLogic.createExternalReferenceFinder
(DOMForest parent) Creates a new instance of XMLFilter that can be used to find references to external schemas.Constructors in com.sun.tools.xjc.reader.internalizer with parameters of type DOMForestModifierConstructorDescriptionprotected
AbstractReferenceFinderImpl
(DOMForest _parent) DOMForestScanner
(DOMForest _forest) Scans DOM nodes of the given forest. -
Uses of DOMForest in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng with parameters of type DOMForestModifier and TypeMethodDescriptionboolean
RELAXNGInternalizationLogic.checkIfValidTargetNode
(DOMForest parent, Element bindings, Element target) RELAXNGInternalizationLogic.createExternalReferenceFinder
(DOMForest parent) -
Uses of DOMForest in com.sun.tools.xjc.reader.xmlschema.parser
Methods in com.sun.tools.xjc.reader.xmlschema.parser with parameters of type DOMForestModifier and TypeMethodDescriptionboolean
XMLSchemaInternalizationLogic.checkIfValidTargetNode
(DOMForest parent, Element bindings, Element target) XMLSchemaInternalizationLogic.createExternalReferenceFinder
(DOMForest parent)