Uses of Interface
org.jvnet.fastinfoset.sax.EncodingAlgorithmContentHandler
Packages that use EncodingAlgorithmContentHandler
Package
Description
-
Uses of EncodingAlgorithmContentHandler in com.sun.xml.fastinfoset.sax
Classes in com.sun.xml.fastinfoset.sax that implement EncodingAlgorithmContentHandlerModifier and TypeClassDescriptionclass
The Fast Infoset SAX serializer.class
The Fast Infoset SAX serializer that maps prefixes to user specified prefixes that are specified in a namespace URI to prefix map.Fields in com.sun.xml.fastinfoset.sax declared as EncodingAlgorithmContentHandlerModifier and TypeFieldDescriptionprotected EncodingAlgorithmContentHandler
SAXDocumentParser._algorithmHandler
Methods in com.sun.xml.fastinfoset.sax that return EncodingAlgorithmContentHandlerMethods in com.sun.xml.fastinfoset.sax with parameters of type EncodingAlgorithmContentHandlerModifier and TypeMethodDescriptionvoid
SAXDocumentParser.setEncodingAlgorithmContentHandler
(EncodingAlgorithmContentHandler handler) -
Uses of EncodingAlgorithmContentHandler in org.jvnet.fastinfoset.sax
Subinterfaces of EncodingAlgorithmContentHandler in org.jvnet.fastinfoset.saxMethods in org.jvnet.fastinfoset.sax that return EncodingAlgorithmContentHandlerModifier and TypeMethodDescriptionFastInfosetReader.getEncodingAlgorithmContentHandler()
Return the current encoding algorithm handler.Methods in org.jvnet.fastinfoset.sax with parameters of type EncodingAlgorithmContentHandlerModifier and TypeMethodDescriptionvoid
FastInfosetReader.setEncodingAlgorithmContentHandler
(EncodingAlgorithmContentHandler handler) Allow an application to register an encoding algorithm handler. -
Uses of EncodingAlgorithmContentHandler in org.jvnet.fastinfoset.sax.helpers
Classes in org.jvnet.fastinfoset.sax.helpers that implement EncodingAlgorithmContentHandlerModifier and TypeClassDescriptionclass
Default base class for SAX event handlers of aFastInfosetReader
.