| Package | Description |
|---|---|
| com.sun.xml.fastinfoset.sax | |
| org.jvnet.fastinfoset.sax | |
| org.jvnet.fastinfoset.sax.helpers |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SAXDocumentSerializer |
The Fast Infoset SAX serializer.
|
class |
SAXDocumentSerializerWithPrefixMapping |
The Fast Infoset SAX serializer that maps prefixes to user specified prefixes
that are specified in a namespace URI to prefix map.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected EncodingAlgorithmContentHandler |
SAXDocumentParser._algorithmHandler |
| Modifier and Type | Method | Description |
|---|---|---|
EncodingAlgorithmContentHandler |
SAXDocumentParser.getEncodingAlgorithmContentHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SAXDocumentParser.setEncodingAlgorithmContentHandler(EncodingAlgorithmContentHandler handler) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
FastInfosetWriter |
| Modifier and Type | Method | Description |
|---|---|---|
EncodingAlgorithmContentHandler |
FastInfosetReader.getEncodingAlgorithmContentHandler() |
Return the current encoding algorithm handler.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
FastInfosetReader.setEncodingAlgorithmContentHandler(EncodingAlgorithmContentHandler handler) |
Allow an application to register an encoding algorithm handler.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FastInfosetDefaultHandler |
Default base class for SAX event handlers of a
FastInfosetReader. |
Copyright © 2018 Oracle Corporation. All rights reserved.