com.sforce.ws.wsdl
Class WsdlParser
java.lang.Object
com.sforce.ws.wsdl.WsdlParser
public class WsdlParser
- extends java.lang.Object
WsdlParser
- Since:
- 1.0 Jan 20, 2006
- Version:
- 1.0
- Author:
- http://cheenath.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WsdlParser
public WsdlParser(XmlInputStream in)
setInput
public void setInput(java.io.InputStream inputStream,
java.lang.String inputEncoding)
throws WsdlParseException
- Throws:
WsdlParseException
getNamespace
public java.lang.String getNamespace(java.lang.String prefix)
getPositionDescription
public java.lang.String getPositionDescription()
getNamespace
public java.lang.String getNamespace()
getName
public java.lang.String getName()
getAttributeValue
public java.lang.String getAttributeValue(java.lang.String namespace,
java.lang.String name)
getEventType
public int getEventType()
throws WsdlParseException
- Throws:
WsdlParseException
next
public int next()
throws WsdlParseException
- Throws:
WsdlParseException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
nextText
public java.lang.String nextText()
throws WsdlParseException
- Throws:
WsdlParseException
nextTag
public int nextTag()
throws WsdlParseException
- Throws:
WsdlParseException
peekTag
public int peekTag()
throws WsdlParseException
- Throws:
WsdlParseException
Copyright © 2011. All Rights Reserved.