com.sforce.ws.wsdl
Class WsdlParser

java.lang.Object
  extended by 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
WsdlParser(XmlInputStream in)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WsdlParser

public WsdlParser(XmlInputStream in)
Method Detail

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 © 2012. All Rights Reserved.