Uses of Class
com.sun.tools.xjc.reader.internalizer.DOMForest

Packages that use DOMForest
com.sun.tools.xjc Schema to Java compiler 
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
 DOMForest ModelLoader.buildDOMForest(InternalizationLogic logic)
          Builds DOMForest and performs the internalization.
 DOMForest ModelLoader.buildDOMForest(InternalizationLogic logic)
          Builds DOMForest and performs the internalization.
 

Methods in com.sun.tools.xjc with parameters of type DOMForest
 com.sun.xml.xsom.XSSchemaSet ModelLoader.createXSOM(DOMForest forest, SCDBasedBindingSet scdBasedBindingSet)
          Parses a DOMForest into a XSSchemaSet.
 com.sun.xml.xsom.XSSchemaSet ModelLoader.createXSOM(DOMForest forest, SCDBasedBindingSet scdBasedBindingSet)
          Parses a DOMForest into a XSSchemaSet.
 com.sun.xml.xsom.parser.XSOMParser ModelLoader.createXSOMParser(DOMForest forest)
           
 com.sun.xml.xsom.parser.XSOMParser ModelLoader.createXSOMParser(DOMForest forest)
           
 

Uses of DOMForest in com.sun.tools.xjc.reader.internalizer
 

Methods in com.sun.tools.xjc.reader.internalizer with parameters of type DOMForest
 boolean InternalizationLogic.checkIfValidTargetNode(DOMForest parent, org.w3c.dom.Element bindings, org.w3c.dom.Element target)
          Checks if the specified element is a valid target node to attach a customization.
 org.xml.sax.helpers.XMLFilterImpl 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 DOMForest
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
 boolean RELAXNGInternalizationLogic.checkIfValidTargetNode(DOMForest parent, org.w3c.dom.Element bindings, org.w3c.dom.Element target)
           
 org.xml.sax.helpers.XMLFilterImpl 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 DOMForest
 boolean XMLSchemaInternalizationLogic.checkIfValidTargetNode(DOMForest parent, org.w3c.dom.Element bindings, org.w3c.dom.Element target)
           
 org.xml.sax.helpers.XMLFilterImpl XMLSchemaInternalizationLogic.createExternalReferenceFinder(DOMForest parent)