Class StreamingParser

java.lang.Object
com.sun.xml.rpc.streaming.StreamingParser

public final class StreamingParser extends Object
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