Uses of Interface
org.jvnet.fastinfoset.EncodingAlgorithm
-
Packages that use EncodingAlgorithm Package Description com.sun.xml.fastinfoset -
-
Uses of EncodingAlgorithm in com.sun.xml.fastinfoset
Methods in com.sun.xml.fastinfoset with parameters of type EncodingAlgorithm Modifier and Type Method Description protected void
Encoder. encodeAIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea)
Encode the [normalized value] of an Attribute Information Item using using an encoding algorithm.protected void
Encoder. encodeCIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea)
Encode a chunk of Character Information Items using using an encoding algorithm.
-