Uses of Class
com.sun.xml.xsom.parser.XSOMParser

Packages that use XSOMParser
com.sun.tools.xjc Schema to Java compiler 
com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
 

Uses of XSOMParser in com.sun.tools.xjc
 

Methods in com.sun.tools.xjc that return XSOMParser
 XSOMParser ModelLoader.createXSOMParser(DOMForest forest)
           
 XSOMParser ModelLoader.createXSOMParser(XMLParser parser)
          Potentially problematic - make sure the parser instance passed is initialized with proper security feature.
 

Uses of XSOMParser in com.sun.xml.xsom.impl.parser
 

Constructors in com.sun.xml.xsom.impl.parser with parameters of type XSOMParser
ParserContext(XSOMParser owner, XMLParser parser)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.