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

Packages that use LocatorTable
com.sun.tools.xjc.reader.internalizer internalization of external binding files and <jaxb:bindings> customizations. 
 

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

Fields in com.sun.tools.xjc.reader.internalizer declared as LocatorTable
 LocatorTable DOMForest.locatorTable
          Stores location information for all the trees in this forest.
 

Constructors in com.sun.tools.xjc.reader.internalizer with parameters of type LocatorTable
DOMBuilder(Document dom, LocatorTable ltable, Set outerMostBindings)
          Grows a DOM tree under the given document, and stores location information to the given table.