Class StreamingParserImpl

java.lang.Object
com.sun.xml.rpc.sp.StreamingParser
com.sun.xml.rpc.sp.StreamingParserImpl

public final class StreamingParserImpl extends StreamingParser
A demand-driven streaming parser implementation.
Author:
Zhenghua Li, JAX-RPC RI Development Team
  • Field Summary

    Fields inherited from class com.sun.xml.rpc.sp.StreamingParser

    ATTR, CHARS, END, IWS, PI, START
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the column number of the current component, or -1 if the column number is not known.
    describe(boolean articleNeeded)
    Constructs a string describing the current state of this parser, suitable for use in an error message or an exception detail string.
    boolean
    Returns the coalescing property of this parser.
    boolean
    Returns the namespaceAware property of this parser.
    boolean
    Returns the validating property of this parser.
    int
    Returns the line number of the current component, or -1 if the line number is not known.
    Returns a name string whose meaning depends upon the current state.
    int
    Parses the next component of the document being parsed.
    Returns the public identifer of the document being parsed, or null if it has none.
    int
    Returns the current state of the parser.
    Returns the system identifer of the document being parsed, or null if it has none.
    Returns the URI string of the current component.
    Returns a value string whose meaning depends upon the current state.

    Methods inherited from class com.sun.xml.rpc.sp.StreamingParser

    describe, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait