| Package | Description |
|---|---|
| com.sun.xml.rpc.sp |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingParserImpl
A demand-driven streaming parser implementation.
|
| Modifier and Type | Method and Description |
|---|---|
StreamingParser |
StreamingParserFactoryImpl.newParser(File file)
Creates a new demand-driven parser that reads from the given file.
|
abstract StreamingParser |
StreamingParserFactory.newParser(File file)
Creates a new demand-driven parser that reads from the given file.
|
StreamingParser |
StreamingParserFactoryImpl.newParser(InputStream in)
Creates a new parser instance that reads from the given input stream.
|
abstract StreamingParser |
StreamingParserFactory.newParser(InputStream in)
Creates a new parser instance that reads from the given input stream.
|
| Constructor and Description |
|---|
ParseException(String message,
StreamingParser parser) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.