Uses of Interface
com.sun.xml.xsom.parser.XMLParser

Packages that use XMLParser
com.sun.tools.ws.wsdl.parser   
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.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects of com.sun.xml.xsom package. 
 

Uses of XMLParser in com.sun.tools.ws.wsdl.parser
 

Classes in com.sun.tools.ws.wsdl.parser that implement XMLParser
 class DOMForestParser
          XMLParser implementation that parses XML from a DOM forest instead of parsing it from its original location.
 

Constructors in com.sun.tools.ws.wsdl.parser with parameters of type XMLParser
DOMForestParser(DOMForest forest, XMLParser fallbackParser)
           
 

Uses of XMLParser in com.sun.tools.xjc
 

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

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

Methods in com.sun.tools.xjc.reader.internalizer that return XMLParser
 XMLParser DOMForest.createParser()
          Creates XMLParser for XSOM which reads documents from this DOMForest rather than doing a fresh parse.
 

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

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

Uses of XMLParser in com.sun.xml.xsom.parser
 

Classes in com.sun.xml.xsom.parser that implement XMLParser
 class JAXPParser
          Standard XMLParser implemented by using JAXP.
 

Constructors in com.sun.xml.xsom.parser with parameters of type XMLParser
XSOMParser(XMLParser parser)
          Creates a new XSOMParser that reads XML Schema from non-standard inputs.
 



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