Package com.sforce.ws.wsdl
Class WsdlParser
- java.lang.Object
-
- com.sforce.ws.wsdl.WsdlParser
-
public class WsdlParser extends Object
WsdlParser- Since:
- 1.0 Jan 20, 2006
- Version:
- 1.0
- Author:
- http://cheenath.com
-
-
Constructor Summary
Constructors Constructor Description WsdlParser(XmlInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeValue(String namespace, String name)intgetEventType()StringgetName()StringgetNamespace()StringgetNamespace(String prefix)StringgetPositionDescription()intnext()intnextTag()StringnextText()intpeekTag()voidsetInput(InputStream inputStream, String inputEncoding)StringtoString()
-
-
-
Constructor Detail
-
WsdlParser
public WsdlParser(XmlInputStream in)
-
-
Method Detail
-
setInput
public void setInput(InputStream inputStream, String inputEncoding) throws WsdlParseException
- Throws:
WsdlParseException
-
getPositionDescription
public String getPositionDescription()
-
getNamespace
public String getNamespace()
-
getName
public String getName()
-
getEventType
public int getEventType() throws WsdlParseException- Throws:
WsdlParseException
-
next
public int next() throws WsdlParseException- Throws:
WsdlParseException
-
nextText
public String nextText() throws WsdlParseException
- Throws:
WsdlParseException
-
nextTag
public int nextTag() throws WsdlParseException- Throws:
WsdlParseException
-
peekTag
public int peekTag() throws WsdlParseException- Throws:
WsdlParseException
-
-