com.sun.xml.ws.api.wsdl.parser
Class XMLEntityResolver.Parser

java.lang.Object
  extended by com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver.Parser
Enclosing interface:
XMLEntityResolver

public static final class XMLEntityResolver.Parser
extends Object


Field Summary
 javax.xml.stream.XMLStreamReader parser
          The parser instance parsing the infoset.
 URL systemId
          System ID of the document being parsed.
 
Constructor Summary
XMLEntityResolver.Parser(SDDocumentSource doc)
          Creates a XMLEntityResolver.Parser that reads from SDDocumentSource.
XMLEntityResolver.Parser(URL systemId, javax.xml.stream.XMLStreamReader parser)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemId

public final URL systemId
System ID of the document being parsed.


parser

public final javax.xml.stream.XMLStreamReader parser
The parser instance parsing the infoset.

Constructor Detail

XMLEntityResolver.Parser

public XMLEntityResolver.Parser(URL systemId,
                                javax.xml.stream.XMLStreamReader parser)

XMLEntityResolver.Parser

public XMLEntityResolver.Parser(SDDocumentSource doc)
                         throws IOException,
                                javax.xml.stream.XMLStreamException
Creates a XMLEntityResolver.Parser that reads from SDDocumentSource.

Throws:
IOException
javax.xml.stream.XMLStreamException