Package com.sun.xml.rpc.streaming
Class StreamingParser
java.lang.Object
com.sun.xml.rpc.streaming.StreamingParser
A streaming parser derived from com.sun.xml.rpc.sp.StreamingParser[Impl].
This parser avoids throwing IllegalStateException in cases where some
of the state variables are null.
Parsers of this kind are always namespace-aware, and by default they
are coalescing too.
- Author:
- JAX-RPC Development Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
START
public static final int START- See Also:
-
END
public static final int END- See Also:
-
ATTR
public static final int ATTR- See Also:
-
CHARS
public static final int CHARS- See Also:
-
IWS
public static final int IWS- See Also:
-
PI
public static final int PI- See Also:
-
AT_END
public static final int AT_END- See Also:
-
-
Constructor Details
-
StreamingParser
-
StreamingParser
- Throws:
IOException
-
-
Method Details
-
getStream
-
next
public int next() -
getState
public int getState() -
getName
-
getValue
-
getURI
-