Uses of Class
org.jvnet.fastinfoset.FastInfosetException
Packages that use FastInfosetException
Package
Description
-
Uses of FastInfosetException in com.sun.xml.fastinfoset
Methods in com.sun.xml.fastinfoset that throw FastInfosetExceptionModifier and TypeMethodDescriptionprotected final void
Decoder.decodeAdditionalData()
protected final void
Decoder.decodeAlphabetOctetsAsCharBuffer
(char[] restrictedAlphabet) protected final String
Decoder.decodeCharacterEncodingScheme()
protected final void
Decoder.decodeDII()
protected final QualifiedName
Decoder.decodeEIIIndexLarge()
protected final QualifiedName
Decoder.decodeEIIIndexMedium()
private void
Decoder.decodeExternalVocabularyURI()
protected final void
Decoder.decodeFourBitAlphabetOctetsAsCharBuffer
(char[] restrictedAlphabet) protected final void
Decoder.decodeHeader()
protected final String
Decoder.decodeIdentifyingNonEmptyStringIndexOnFirstBitAsNamespaceName
(boolean prefixPresent) protected final String
Decoder.decodeIdentifyingNonEmptyStringIndexOnFirstBitAsPrefix
(boolean namespaceNamePresent) protected final String
Decoder.decodeIdentifyingNonEmptyStringOnFirstBit
(StringArray table) protected final String
Decoder.decodeIdentifyingNonEmptyStringOnFirstBitAsNamespaceName
(boolean prefixPresent) protected final String
Decoder.decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix
(boolean namespaceNamePresent) protected final void
Decoder.decodeInitialVocabulary()
protected final int
Decoder.decodeIntegerIndexOnSecondBit()
protected final QualifiedName
Decoder.decodeLiteralQualifiedName
(int state, QualifiedName q) protected final void
protected final void
protected final String
protected final int
Decoder.decodeNonIdentifyingStringOnFirstBit()
protected final void
Decoder.decodeNotations()
protected final void
Decoder.decodeOctetsOnFifthBitOfNonIdentifyingStringOnFirstBit
(int b) protected final void
Decoder.decodeOctetsOnSeventhBitOfNonIdentifyingStringOnThirdBit
(int b) protected final String
Decoder.decodeRAOctetsAsString
(char[] restrictedAlphabet) protected final void
Decoder.decodeRestrictedAlphabetAsCharBuffer()
protected final String
Decoder.decodeRestrictedAlphabetAsString()
private void
Decoder.decodeTableItems
(CharArrayArray array) private void
Decoder.decodeTableItems
(ContiguousCharArrayArray array) private void
Decoder.decodeTableItems
(PrefixArray array) private void
Decoder.decodeTableItems
(QualifiedNameArray array, boolean isAttribute) private void
Decoder.decodeTableItems
(StringArray array) protected final void
Decoder.decodeUnparsedEntities()
protected final String
Decoder.decodeVersion()
protected final void
Encoder.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 final void
Encoder.encodeAlphabetCharacters
(String alphabet, char[] ch, int offset, int length, boolean addToTable) Encode a chunk of Character Information Items using a restricted alphabet table.protected final void
Encoder.encodeCIIBuiltInAlgorithmData
(int id, Object data, int offset, int length) 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.protected final void
Encoder.encodeCIIBuiltInAlgorithmDataAsCDATA
(char[] ch, int offset, int length) Encode a chunk of Character Information Items using using the CDATA built in encoding algorithm.Implementation of clause C.15 of ITU-T Rec.X.891 | ISO/IEC 24824-1.protected final void
Encoder.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.protected final void
Encoder.encodeDateTimeFourBitCharacters
(char[] ch, int offset, int length, boolean addToTable) Encode a chunk of Character Information Items using a date-time alphabet that results in the encoding of a character in 4 bits (or two characters per octet).protected final void
Encoder.encodeDateTimeNonIdentifyingStringOnFirstBit
(String s, boolean addToTable, boolean mustBeAddedToTable) protected final void
Encoder.encodeFourBitCharacters
(int id, int[] table, char[] ch, int offset, int length, boolean addToTable) Encode a chunk of Character Information Items using a restricted alphabet that results in the encoding of a character in 4 bits (or two characters per octet).protected final void
Encoder.encodeNonEmptyFourBitCharacterString
(int[] table, char[] ch, int offset, int octetPairLength, int octetSingleLength) protected final void
Encoder.encodeNonEmptyFourBitCharacterStringOnSeventhBit
(int[] table, char[] ch, int offset, int length) Encode a non empty string on the seventh bit of an octet using a restricted alphabet that results in the encoding of a character in 4 bits (or two characters per octet).Implementation of clause C.24 of ITU-T Rec.X.891 | ISO/IEC 24824-1.protected final void
Encoder.encodeNonEmptyNBitCharacterStringOnSeventhBit
(String alphabet, char[] ch, int offset, int length) Encode a non empty string on the seventh bit of an octet using a restricted alphabet table.Implementation of clause C.24 of ITU-T Rec.X.891 | ISO/IEC 24824-1.protected final void
Encoder.encodeNonIdentifyingStringOnFirstBit
(int id, int[] table, String s, boolean addToTable, boolean mustBeAddedToTable) protected final void
Encoder.encodeNonIdentifyingStringOnFirstBit
(String URI, int id, Object data) Encode a non identifying string on the first bit of an octet as binary data using an encoding algorithm.Implementation of clause C.14 of ITU-T Rec.protected final void
Encoder.encodeNonIdentifyingStringOnThirdBit
(String URI, int id, byte[] d, int offset, int length) Encode a non identifying string on the third bit of an octet as binary data using an encoding algorithm.Implementation of clause C.15 of ITU-T Rec.protected final void
Encoder.encodeNonIdentifyingStringOnThirdBit
(String URI, int id, Object data) Encode a non identifying string on the third bit of an octet as binary data using an encoding algorithm.Implementation of clause C.15 of ITU-T Rec.protected final void
Encoder.encodeNumericFourBitCharacters
(char[] ch, int offset, int length, boolean addToTable) Encode a chunk of Character Information Items using a numeric alphabet that results in the encoding of a character in 4 bits (or two characters per octet).protected final void
Encoder.encodeNumericNonIdentifyingStringOnFirstBit
(String s, boolean addToTable, boolean mustBeAddedToTable) -
Uses of FastInfosetException in com.sun.xml.fastinfoset.dom
Methods in com.sun.xml.fastinfoset.dom that throw FastInfosetExceptionModifier and TypeMethodDescriptionprotected String
DOMDocumentParser.convertEncodingAlgorithmDataToCharacters
(boolean isAttributeValue) protected final void
DOMDocumentParser.parse()
protected final void
DOMDocumentParser.parse
(InputStream s) void
DOMDocumentParser.parse
(Document d, InputStream s) Parse a fast infoset document into aDocument
instance.protected final void
DOMDocumentParser.processAIIs()
protected final void
DOMDocumentParser.processCommentII()
protected final void
DOMDocumentParser.processDII()
protected final void
DOMDocumentParser.processDIIOptionalProperties()
protected final void
DOMDocumentParser.processEII
(QualifiedName name, boolean hasAttributes) protected final void
DOMDocumentParser.processEIIWithNamespaces()
protected final QualifiedName
DOMDocumentParser.processLiteralQualifiedName
(int state) protected final QualifiedName
DOMDocumentParser.processLiteralQualifiedName
(int state, QualifiedName q) protected final void
DOMDocumentParser.processProcessingII()
private String
DOMDocumentParser.processUtf8CharacterString()
-
Uses of FastInfosetException in com.sun.xml.fastinfoset.sax
Methods in com.sun.xml.fastinfoset.sax that throw FastInfosetExceptionModifier and TypeMethodDescriptionprivate StringBuilder
AttributesHolder.convertEncodingAlgorithmDataToString
(int identifier, String URI, Object data) protected void
SAXDocumentSerializer.encodeAttributes
(Attributes atts) protected final void
SAXDocumentSerializerWithPrefixMapping.encodeAttributes
(Attributes atts) final void
SAXDocumentParser.parse()
final void
SAXDocumentParser.parse
(InputStream s) protected final void
SAXDocumentParser.processAIIEncodingAlgorithm
(QualifiedName name, boolean addToTable) protected final void
SAXDocumentParser.processAIIs()
protected final void
SAXDocumentParser.processBuiltInEncodingAlgorithmAsCharacters
(StringBuffer buffer) Deprecated, for removal: This API element is subject to removal in a future version.protected final void
SAXDocumentParser.processBuiltInEncodingAlgorithmAsCharacters
(StringBuilder buffer) protected final Object
SAXDocumentParser.processBuiltInEncodingAlgorithmAsObject()
protected final void
SAXDocumentParser.processCIIBuiltInEncodingAlgorithmAsPrimitive()
protected final void
SAXDocumentParser.processCIIEncodingAlgorithm
(boolean addToTable) protected final void
SAXDocumentParser.processCommentII()
protected final void
SAXDocumentParser.processDII()
protected final void
SAXDocumentParser.processDIIFragment()
protected final void
SAXDocumentParser.processDIIOptionalProperties()
protected final void
SAXDocumentParser.processEII
(QualifiedName name, boolean hasAttributes) protected final void
SAXDocumentParser.processEIIWithNamespaces()
protected final void
SAXDocumentParser.processProcessingII()
private void
SAXDocumentParser.processUtf8CharacterString()
-
Uses of FastInfosetException in com.sun.xml.fastinfoset.stax
Methods in com.sun.xml.fastinfoset.stax that throw FastInfosetExceptionModifier and TypeMethodDescriptionprotected final void
StAXDocumentParser.convertEncodingAlgorithmDataToCharacters()
protected final void
StAXDocumentParser.processAIIEncodingAlgorithm
(QualifiedName name, boolean addToTable) protected final void
StAXDocumentParser.processAIIs()
protected final void
StAXDocumentParser.processCIIEncodingAlgorithm
(boolean addToTable) protected final void
StAXDocumentParser.processCommentII()
protected final void
StAXDocumentParser.processDII()
protected final void
StAXDocumentParser.processDIIOptionalProperties
(int b) protected final void
StAXDocumentParser.processEII
(QualifiedName name, boolean hasAttributes) protected final QualifiedName
StAXDocumentParser.processEIIIndexLarge
(int b) protected final QualifiedName
StAXDocumentParser.processEIIIndexMedium
(int b) protected final void
StAXDocumentParser.processEIIWithNamespaces
(boolean hasAttributes) protected final QualifiedName
StAXDocumentParser.processLiteralQualifiedName
(int state, QualifiedName q) protected final void
StAXDocumentParser.processProcessingII()
protected final void
StAXDocumentParser.processUnexpandedEntityReference
(int b) -
Uses of FastInfosetException in com.sun.xml.fastinfoset.util
Methods in com.sun.xml.fastinfoset.util that throw FastInfosetExceptionModifier and TypeMethodDescriptionfinal void
DuplicateAttributeVerifier.checkForDuplicateAttribute
(int hash, int value) final void
PrefixArray.pushScope
(int prefixIndex, int namespaceIndex) final void
PrefixArray.pushScopeWithPrefixEntry
(String prefix, String namespaceName, int prefixIndex, int namespaceIndex) -
Uses of FastInfosetException in org.jvnet.fastinfoset
Subclasses of FastInfosetException in org.jvnet.fastinfoset -
Uses of FastInfosetException in org.jvnet.fastinfoset.sax
Methods in org.jvnet.fastinfoset.sax that throw FastInfosetExceptionModifier and TypeMethodDescriptionvoid
FastInfosetReader.parse
(InputStream s) Parse a fast infoset document from an InputStream. -
Uses of FastInfosetException in org.jvnet.fastinfoset.sax.helpers
Methods in org.jvnet.fastinfoset.sax.helpers that throw FastInfosetExceptionModifier and TypeMethodDescriptionprivate StringBuilder
EncodingAlgorithmAttributesImpl.convertEncodingAlgorithmDataToString
(int identifier, String URI, Object data)
SAXDocumentParser.processBuiltInEncodingAlgorithmAsCharacters(StringBuilder)
instead.