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
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal XMLStreamReaderThe parser instance parsing the infoset.final URLSystem ID of the document being parsed. -
Constructor Summary
ConstructorsConstructorDescriptionParser(SDDocumentSource doc) Creates aXMLEntityResolver.Parserthat 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.Parserthat reads fromSDDocumentSource.- Throws:
IOExceptionXMLStreamException
-