| Package | Description |
|---|---|
| com.sun.xml.fastinfoset.sax | |
| org.jvnet.fastinfoset.sax | |
| org.jvnet.fastinfoset.sax.helpers |
| Modifier and Type | Class and 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 and Description |
|---|---|
protected EncodingAlgorithmContentHandler |
SAXDocumentParser._algorithmHandler |
| Modifier and Type | Method and Description |
|---|---|
EncodingAlgorithmContentHandler |
SAXDocumentParser.getEncodingAlgorithmContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAXDocumentParser.setEncodingAlgorithmContentHandler(EncodingAlgorithmContentHandler handler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FastInfosetWriter |
| Modifier and Type | Method and Description |
|---|---|
EncodingAlgorithmContentHandler |
FastInfosetReader.getEncodingAlgorithmContentHandler()
Return the current encoding algorithm handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastInfosetReader.setEncodingAlgorithmContentHandler(EncodingAlgorithmContentHandler handler)
Allow an application to register an encoding algorithm handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FastInfosetDefaultHandler
Default base class for SAX event handlers of a
FastInfosetReader. |
Copyright © 2012 Oracle Corpration. All Rights Reserved.