Uses of Interface
org.jvnet.fastinfoset.EncodingAlgorithm
-
Packages that use EncodingAlgorithm Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.algorithm com.sun.xml.fastinfoset.sax org.jvnet.fastinfoset org.jvnet.fastinfoset.sax.helpers -
-
Uses of EncodingAlgorithm in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset with type parameters of type EncodingAlgorithm Modifier and Type Field Description protected Map<String,EncodingAlgorithm>Decoder. _registeredEncodingAlgorithmsThe map of URIs to registered encoding algorithms.Methods in com.sun.xml.fastinfoset that return types with arguments of type EncodingAlgorithm Modifier and Type Method Description Map<String,EncodingAlgorithm>Decoder. getRegisteredEncodingAlgorithms()Gets the set of registered encoding algorithms.Map<String,EncodingAlgorithm>Encoder. getRegisteredEncodingAlgorithms()Gets the set of registered encoding algorithms.Methods in com.sun.xml.fastinfoset with parameters of type EncodingAlgorithm Modifier and Type Method Description protected voidEncoder. encodeAIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea)Encode the [normalized value] of an Attribute Information Item using using an encoding algorithm.Implementation of clause C.14 of ITU-T Rec.X.891 | ISO/IEC 24824-1.protected voidEncoder. encodeCIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea)Encode a chunk of Character Information Items using using an encoding algorithm.Implementation of clause C.15 of ITU-T Rec.X.891 | ISO/IEC 24824-1.Method parameters in com.sun.xml.fastinfoset with type arguments of type EncodingAlgorithm Modifier and Type Method Description voidDecoder. setRegisteredEncodingAlgorithms(Map<String,EncodingAlgorithm> algorithms)Sets the set of registered encoding algorithms.voidEncoder. setRegisteredEncodingAlgorithms(Map<String,EncodingAlgorithm> algorithms)Sets the set of registered encoding algorithms. -
Uses of EncodingAlgorithm in com.sun.xml.fastinfoset.algorithm
Classes in com.sun.xml.fastinfoset.algorithm that implement EncodingAlgorithm Modifier and Type Class Description classBASE64EncodingAlgorithmclassBooleanEncodingAlgorithmAn encoder for handling boolean values.classBuiltInEncodingAlgorithmclassDoubleEncodingAlgorithmclassFloatEncodingAlgorithmclassHexadecimalEncodingAlgorithmclassIEEE754FloatingPointEncodingAlgorithmclassIntegerEncodingAlgorithmclassIntEncodingAlgorithmclassLongEncodingAlgorithmclassShortEncodingAlgorithmAn encoder for handling Short values.classUUIDEncodingAlgorithm -
Uses of EncodingAlgorithm in com.sun.xml.fastinfoset.sax
Constructor parameters in com.sun.xml.fastinfoset.sax with type arguments of type EncodingAlgorithm Constructor Description AttributesHolder(Map<String,EncodingAlgorithm> registeredEncodingAlgorithms) -
Uses of EncodingAlgorithm in org.jvnet.fastinfoset
Methods in org.jvnet.fastinfoset that return types with arguments of type EncodingAlgorithm Modifier and Type Method Description Map<String,EncodingAlgorithm>FastInfosetParser. getRegisteredEncodingAlgorithms()Gets the set of registered encoding algorithms.Map<String,EncodingAlgorithm>FastInfosetSerializer. getRegisteredEncodingAlgorithms()Gets the set of registered encoding algorithms.Method parameters in org.jvnet.fastinfoset with type arguments of type EncodingAlgorithm Modifier and Type Method Description voidFastInfosetParser. setRegisteredEncodingAlgorithms(Map<String,EncodingAlgorithm> algorithms)Sets the set of registered encoding algorithms.voidFastInfosetSerializer. setRegisteredEncodingAlgorithms(Map<String,EncodingAlgorithm> algorithms)Sets the set of registered encoding algorithms. -
Uses of EncodingAlgorithm in org.jvnet.fastinfoset.sax.helpers
Constructor parameters in org.jvnet.fastinfoset.sax.helpers with type arguments of type EncodingAlgorithm Constructor Description EncodingAlgorithmAttributesImpl(Map<String,EncodingAlgorithm> registeredEncodingAlgorithms, Attributes attributes)Use registered encoding algorithms and copy an existing Attributes object.
-