Package com.sun.xml.rpc.streaming
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
-
-
Constructor Summary
Constructors Constructor Description StreamingParser(File file)StreamingParser(InputStream in)
-
-
-
Field Detail
-
START
public static final int START
- See Also:
- Constant Field Values
-
END
public static final int END
- See Also:
- Constant Field Values
-
ATTR
public static final int ATTR
- See Also:
- Constant Field Values
-
CHARS
public static final int CHARS
- See Also:
- Constant Field Values
-
IWS
public static final int IWS
- See Also:
- Constant Field Values
-
PI
public static final int PI
- See Also:
- Constant Field Values
-
AT_END
public static final int AT_END
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StreamingParser
public StreamingParser(InputStream in)
-
StreamingParser
public StreamingParser(File file) throws IOException
- Throws:
IOException
-
-