Uses of Class
com.sun.tools.xjc.reader.internalizer.DOMForest
-
Packages that use DOMForest Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java.com.sun.tools.xjc.reader.internalizer internalization of external binding files and <jaxb:bindings> customizations.com.sun.tools.xjc.reader.relaxng com.sun.tools.xjc.reader.xmlschema.parser -
-
Uses of DOMForest in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return DOMForest Modifier and Type Method Description DOMForestModelLoader. buildDOMForest(InternalizationLogic logic)Builds DOMForest and performs the internalization.Methods in com.sun.tools.xjc with parameters of type DOMForest Modifier and Type Method Description XSSchemaSetModelLoader. createXSOM(DOMForest forest, SCDBasedBindingSet scdBasedBindingSet)Parses aDOMForestinto aXSSchemaSet.XSOMParserModelLoader. 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 Modifier and Type Field Description protected DOMForestSchemaCompilerImpl. forest -
Uses of DOMForest in com.sun.tools.xjc.reader.internalizer
Fields in com.sun.tools.xjc.reader.internalizer declared as DOMForest Modifier and Type Field Description protected DOMForestAbstractReferenceFinderImpl. parentMethods in com.sun.tools.xjc.reader.internalizer with parameters of type DOMForest Modifier and Type Method Description booleanInternalizationLogic. checkIfValidTargetNode(DOMForest parent, Element bindings, Element target)Checks if the specified element is a valid target node to attach a customization.XMLFilterImplInternalizationLogic. 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 DOMForest Constructor Description 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 DOMForest Modifier and Type Method Description booleanRELAXNGInternalizationLogic. checkIfValidTargetNode(DOMForest parent, Element bindings, Element target)XMLFilterImplRELAXNGInternalizationLogic. 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 DOMForest Modifier and Type Method Description booleanXMLSchemaInternalizationLogic. checkIfValidTargetNode(DOMForest parent, Element bindings, Element target)XMLFilterImplXMLSchemaInternalizationLogic. createExternalReferenceFinder(DOMForest parent)
-