Uses of Class
com.sun.xml.rpc.sp.StreamingParser
-
Packages that use StreamingParser Package Description com.sun.xml.rpc.sp -
-
Uses of StreamingParser in com.sun.xml.rpc.sp
Subclasses of StreamingParser in com.sun.xml.rpc.sp Modifier and Type Class Description classStreamingParserImplA demand-driven streaming parser implementation.Methods in com.sun.xml.rpc.sp that return StreamingParser Modifier and Type Method Description abstract StreamingParserStreamingParserFactory. newParser(File file)Creates a new demand-driven parser that reads from the given file.abstract StreamingParserStreamingParserFactory. newParser(InputStream in)Creates a new parser instance that reads from the given input stream.StreamingParserStreamingParserFactoryImpl. newParser(File file)Creates a new demand-driven parser that reads from the given file.StreamingParserStreamingParserFactoryImpl. newParser(InputStream in)Creates a new parser instance that reads from the given input stream.Constructors in com.sun.xml.rpc.sp with parameters of type StreamingParser Constructor Description ParseException(String message, StreamingParser parser)
-