| java.lang.Object |
| ↳ |
com.sforce.ws.parser.XmlInputStream |
Class Overview
This is a minimal pull parser. It currently delegates to XPP parser available at
http://www.extreme.indiana.edu/xgws/xsoap/xpp/
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
int
EMPTY
Constant Value:
-99999
(0xfffe7961)
public
static
final
int
END_DOCUMENT
Constant Value:
1
(0x00000001)
public
static
final
int
END_TAG
Constant Value:
3
(0x00000003)
public
static
final
int
START_DOCUMENT
Constant Value:
0
(0x00000000)
public
static
final
int
START_TAG
Constant Value:
2
(0x00000002)
public
static
final
int
TEXT
Constant Value:
4
(0x00000004)
Fields
Public Constructors
Public Methods
public
void
consumePeeked
()
public
int
getAttributeCount
()
public
String
getAttributeName
(int index)
public
String
getAttributeNamespace
(int index)
public
String
getAttributeValue
(int index)
public
String
getAttributeValue
(String namespace, String name)
public
int
getColumnNumber
()
public
int
getEventType
()
public
int
getLineNumber
()
public
String
getNamespace
()
public
String
getNamespace
(String prefix)
public
String
getPositionDescription
()
public
String
nextText
()
public
void
setInput
(InputStream inputStream, String inputEncoding)
Parameters
| inputStream
| |
| inputEncoding
| |
public
String
toString
()