java.lang.Object
com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver.Parser
- Enclosing interface:
- XMLEntityResolver
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal XMLStreamReader
The parser instance parsing the infoset.final URL
System ID of the document being parsed. -
Constructor Summary
ConstructorsConstructorDescriptionParser
(SDDocumentSource doc) Creates aXMLEntityResolver.Parser
that reads fromSDDocumentSource
.Parser
(URL systemId, XMLStreamReader parser) -
Method Summary
-
Field Details
-
systemId
System ID of the document being parsed. -
parser
The parser instance parsing the infoset.
-
-
Constructor Details
-
Parser
-
Parser
Creates aXMLEntityResolver.Parser
that reads fromSDDocumentSource
.- Throws:
IOException
XMLStreamException
-