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 XMLStreamReader parser
- The parser instance parsing the infoset.
XMLEntityResolver.Parser
public XMLEntityResolver.Parser(URL systemId,
XMLStreamReader parser)
XMLEntityResolver.Parser
public XMLEntityResolver.Parser(SDDocumentSource doc)
throws IOException,
XMLStreamException
- Creates a
XMLEntityResolver.Parser that reads from SDDocumentSource.
- Throws:
IOException
XMLStreamException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.