| Interface | Description | 
|---|---|
| EscapingWriterFactory | 
 Interface that defines API for the factories stream writers use for
 creating "escaping writers". 
 | 
| Class | Description | 
|---|---|
| Stax2BlockResult | 
 This is the mid-level abstract base class for  
Stax2Results
 that an be used to write to in-memory (low-level) data structures,
 such as byte and char arrays, StringBuffers and so forth. | 
| Stax2BlockSource | 
 This is the mid-level abstract base class for  
Stax2Sources
 that an be used to access fixed-length in-memory data sources, such
 as byte and char arrays, Strings, StringBuffers and so forth. | 
| Stax2ByteArraySource | 
 Simple implementation of  
Stax2BlockSource that encapsulates
 a byte array. | 
| Stax2CharArraySource | 
 Simple implementation of  
Stax2BlockSource that encapsulates
 an char array. | 
| Stax2FileResult | 
 Simple implementation of  
Stax2ReferentialResult, which refers
 to the specific file. | 
| Stax2FileSource | 
 Simple implementation of  
Stax2ReferentialSource, which refers
 to the specific file. | 
| Stax2ReferentialResult | 
 This is the mid-level abstract base class for  
Stax2Results
 that refer to a resource in such a way, that an efficient
 OutputStream or Writer can be constructed. | 
| Stax2ReferentialSource | 
 This is the mid-level abstract base class for  
Stax2Sources
 that refer to a resource in such a way, that an efficient
 InputStream or Reader can be constructed. | 
| Stax2Result | 
 This is the base class for additional output results (implementations
 of  
Result) that Stax2
 XMLInputFactory2 implementations should support. | 
| Stax2Source | 
 This is the base class for additional input sources (implementations
 of  
Source) that Stax2
 XMLInputFactory2 implementations should support. | 
| Stax2StringSource | 
 Simple implementation of  
Stax2BlockSource that encapsulates
 a simple String. | 
| Stax2URLSource | 
 Simple implementation of  
Stax2ReferentialSource, which refers
 to the specific file. | 
Copyright © 2015 fasterxml.com. All Rights Reserved.