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 PrimitiveTypeContentHandler |
SAXDocumentParser._primitiveHandler |
Modifier and Type | Method and Description |
---|---|
PrimitiveTypeContentHandler |
SAXDocumentParser.getPrimitiveTypeContentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SAXDocumentParser.setPrimitiveTypeContentHandler(PrimitiveTypeContentHandler handler) |
Modifier and Type | Interface and Description |
---|---|
interface |
FastInfosetWriter |
Modifier and Type | Method and Description |
---|---|
PrimitiveTypeContentHandler |
FastInfosetReader.getPrimitiveTypeContentHandler()
Return the current primitive type handler.
|
Modifier and Type | Method and Description |
---|---|
void |
FastInfosetReader.setPrimitiveTypeContentHandler(PrimitiveTypeContentHandler handler)
Allow an application to register a primitive type handler.
|
Modifier and Type | Class and Description |
---|---|
class |
FastInfosetDefaultHandler
Default base class for SAX event handlers of a
FastInfosetReader . |
Copyright © 2018 Oracle Corpration. All rights reserved.