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
WsdlParser
public WsdlParser(XmlInputStream in)
setInput
public void setInput(InputStream inputStream,
String inputEncoding)
throws WsdlParseException
- Throws:
WsdlParseException
getNamespace
public String getNamespace(String prefix)
getPositionDescription
public String getPositionDescription()
getNamespace
public String getNamespace()
getName
public String getName()
getAttributeValue
public String getAttributeValue(String namespace,
String name)
getEventType
public int getEventType()
throws WsdlParseException
- Throws:
WsdlParseException
next
public int next()
throws WsdlParseException
- Throws:
WsdlParseException
toString
public String toString()
- Overrides:
toString in class Object
nextText
public String nextText()
throws WsdlParseException
- Throws:
WsdlParseException
nextTag
public int nextTag()
throws WsdlParseException
- Throws:
WsdlParseException
peekTag
public int peekTag()
throws WsdlParseException
- Throws:
WsdlParseException
Copyright © 2013. All Rights Reserved.