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 voidDecoder.decodeAdditionalData()protected final voidDecoder.decodeAlphabetOctetsAsCharBuffer(char[] restrictedAlphabet) protected final StringDecoder.decodeCharacterEncodingScheme()protected final voidDecoder.decodeDII()protected final QualifiedNameDecoder.decodeEIIIndexLarge()protected final QualifiedNameDecoder.decodeEIIIndexMedium()protected final voidDecoder.decodeFourBitAlphabetOctetsAsCharBuffer(char[] restrictedAlphabet) protected final voidDecoder.decodeHeader()protected final StringDecoder.decodeIdentifyingNonEmptyStringIndexOnFirstBitAsNamespaceName(boolean prefixPresent) protected final StringDecoder.decodeIdentifyingNonEmptyStringIndexOnFirstBitAsPrefix(boolean namespaceNamePresent) protected final StringDecoder.decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table) protected final StringDecoder.decodeIdentifyingNonEmptyStringOnFirstBitAsNamespaceName(boolean prefixPresent) protected final StringDecoder.decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix(boolean namespaceNamePresent) protected final voidDecoder.decodeInitialVocabulary()protected final intDecoder.decodeIntegerIndexOnSecondBit()protected final QualifiedNameDecoder.decodeLiteralQualifiedName(int state, QualifiedName q) protected final voidprotected final voidprotected final Stringprotected final intDecoder.decodeNonIdentifyingStringOnFirstBit()protected final voidDecoder.decodeNotations()protected final voidDecoder.decodeOctetsOnFifthBitOfNonIdentifyingStringOnFirstBit(int b) protected final voidDecoder.decodeOctetsOnSeventhBitOfNonIdentifyingStringOnThirdBit(int b) protected final StringDecoder.decodeRAOctetsAsString(char[] restrictedAlphabet) protected final voidDecoder.decodeRestrictedAlphabetAsCharBuffer()protected final StringDecoder.decodeRestrictedAlphabetAsString()protected final voidDecoder.decodeUnparsedEntities()protected final StringDecoder.decodeVersion()protected final voidEncoder.encodeAIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea) Encode the [normalized value] of an Attribute Information Item using using an encoding algorithm.protected final voidEncoder.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 voidEncoder.encodeCIIBuiltInAlgorithmData(int id, Object data, int offset, int length) Encode a chunk of Character Information Items using using an encoding algorithm.protected final voidEncoder.encodeCIIBuiltInAlgorithmDataAsCDATA(char[] ch, int offset, int length) Encode a chunk of Character Information Items using using the CDATA built in encoding algorithm.protected final voidEncoder.encodeCIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea) Encode a chunk of Character Information Items using using an encoding algorithm.protected final voidEncoder.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 voidEncoder.encodeDateTimeNonIdentifyingStringOnFirstBit(String s, boolean addToTable, boolean mustBeAddedToTable) protected final voidEncoder.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 voidEncoder.encodeNonEmptyFourBitCharacterString(int[] table, char[] ch, int offset, int octetPairLength, int octetSingleLength) protected final voidEncoder.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).protected final voidEncoder.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.protected final voidEncoder.encodeNonIdentifyingStringOnFirstBit(int id, int[] table, String s, boolean addToTable, boolean mustBeAddedToTable) protected final voidEncoder.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.protected final voidEncoder.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.protected final voidEncoder.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.protected final voidEncoder.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 voidEncoder.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 StringDOMDocumentParser.convertEncodingAlgorithmDataToCharacters(boolean isAttributeValue) protected final voidDOMDocumentParser.parse()protected final voidDOMDocumentParser.parse(InputStream s) voidDOMDocumentParser.parse(Document d, InputStream s) Parse a fast infoset document into aDocumentinstance.protected final voidDOMDocumentParser.processAIIs()protected final voidDOMDocumentParser.processCommentII()protected final voidDOMDocumentParser.processDII()protected final voidDOMDocumentParser.processDIIOptionalProperties()protected final voidDOMDocumentParser.processEII(QualifiedName name, boolean hasAttributes) protected final voidDOMDocumentParser.processEIIWithNamespaces()protected final QualifiedNameDOMDocumentParser.processLiteralQualifiedName(int state) protected final QualifiedNameDOMDocumentParser.processLiteralQualifiedName(int state, QualifiedName q) protected final voidDOMDocumentParser.processProcessingII() -
Uses of FastInfosetException in com.sun.xml.fastinfoset.sax
Methods in com.sun.xml.fastinfoset.sax that throw FastInfosetExceptionModifier and TypeMethodDescriptionprotected voidSAXDocumentSerializer.encodeAttributes(Attributes atts) protected final voidSAXDocumentSerializerWithPrefixMapping.encodeAttributes(Attributes atts) final voidSAXDocumentParser.parse()final voidSAXDocumentParser.parse(InputStream s) protected final voidSAXDocumentParser.processAIIEncodingAlgorithm(QualifiedName name, boolean addToTable) protected final voidSAXDocumentParser.processAIIs()protected final voidSAXDocumentParser.processBuiltInEncodingAlgorithmAsCharacters(StringBuffer buffer) protected final ObjectSAXDocumentParser.processBuiltInEncodingAlgorithmAsObject()protected final voidSAXDocumentParser.processCIIBuiltInEncodingAlgorithmAsPrimitive()protected final voidSAXDocumentParser.processCIIEncodingAlgorithm(boolean addToTable) protected final voidSAXDocumentParser.processCommentII()protected final voidSAXDocumentParser.processDII()protected final voidSAXDocumentParser.processDIIFragment()protected final voidSAXDocumentParser.processDIIOptionalProperties()protected final voidSAXDocumentParser.processEII(QualifiedName name, boolean hasAttributes) protected final voidSAXDocumentParser.processEIIWithNamespaces()protected final voidSAXDocumentParser.processProcessingII() -
Uses of FastInfosetException in com.sun.xml.fastinfoset.stax
Methods in com.sun.xml.fastinfoset.stax that throw FastInfosetExceptionModifier and TypeMethodDescriptionprotected final voidStAXDocumentParser.convertEncodingAlgorithmDataToCharacters()protected final voidStAXDocumentParser.processAIIEncodingAlgorithm(QualifiedName name, boolean addToTable) protected final voidStAXDocumentParser.processAIIs()protected final voidStAXDocumentParser.processCIIEncodingAlgorithm(boolean addToTable) protected final voidStAXDocumentParser.processCommentII()protected final voidStAXDocumentParser.processDII()protected final voidStAXDocumentParser.processDIIOptionalProperties(int b) protected final voidStAXDocumentParser.processEII(QualifiedName name, boolean hasAttributes) protected final QualifiedNameStAXDocumentParser.processEIIIndexLarge(int b) protected final QualifiedNameStAXDocumentParser.processEIIIndexMedium(int b) protected final voidStAXDocumentParser.processEIIWithNamespaces(boolean hasAttributes) protected final QualifiedNameStAXDocumentParser.processLiteralQualifiedName(int state, QualifiedName q) protected final voidStAXDocumentParser.processProcessingII()protected final voidStAXDocumentParser.processUnexpandedEntityReference(int b) -
Uses of FastInfosetException in com.sun.xml.fastinfoset.util
Methods in com.sun.xml.fastinfoset.util that throw FastInfosetExceptionModifier and TypeMethodDescriptionfinal voidDuplicateAttributeVerifier.checkForDuplicateAttribute(int hash, int value) final voidPrefixArray.pushScope(int prefixIndex, int namespaceIndex) final voidPrefixArray.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 TypeMethodDescriptionvoidFastInfosetReader.parse(InputStream s) Parse a fast infoset document from an InputStream.