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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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