Package com.sun.xml.ws.api.wsdl.parser
Class XMLEntityResolver.Parser
- java.lang.Object
-
- com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver.Parser
-
- Enclosing interface:
- XMLEntityResolver
public static final class XMLEntityResolver.Parser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description XMLStreamReaderparserThe parser instance parsing the infoset.URLsystemIdSystem ID of the document being parsed.
-
Constructor Summary
Constructors Constructor Description Parser(SDDocumentSource doc)Creates aXMLEntityResolver.Parserthat reads fromSDDocumentSource.Parser(URL systemId, XMLStreamReader parser)
-
-
-
Field Detail
-
systemId
public final URL systemId
System ID of the document being parsed.
-
parser
public final XMLStreamReader parser
The parser instance parsing the infoset.
-
-
Constructor Detail
-
Parser
public Parser(URL systemId, XMLStreamReader parser)
-
Parser
public Parser(SDDocumentSource doc) throws IOException, XMLStreamException
Creates aXMLEntityResolver.Parserthat reads fromSDDocumentSource.- Throws:
IOExceptionXMLStreamException
-
-