public class WsdlParser extends Object
| Constructor and Description |
|---|
WsdlParser(XmlInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue(String namespace,
String name) |
int |
getEventType() |
String |
getName() |
String |
getNamespace() |
String |
getNamespace(String prefix) |
String |
getPositionDescription() |
int |
next() |
int |
nextTag() |
String |
nextText() |
int |
peekTag() |
void |
setInput(InputStream inputStream,
String inputEncoding) |
String |
toString() |
public WsdlParser(XmlInputStream in)
public void setInput(InputStream inputStream, String inputEncoding) throws WsdlParseException
WsdlParseExceptionpublic String getPositionDescription()
public String getNamespace()
public String getName()
public int getEventType()
throws WsdlParseException
WsdlParseExceptionpublic int next()
throws WsdlParseException
WsdlParseExceptionpublic String nextText() throws WsdlParseException
WsdlParseExceptionpublic int nextTag()
throws WsdlParseException
WsdlParseExceptionpublic int peekTag()
throws WsdlParseException
WsdlParseExceptionCopyright © 2020. All rights reserved.