Uses of Class
org.jvnet.fastinfoset.FastInfosetException

Packages that use FastInfosetException
com.sun.xml.fastinfoset   
com.sun.xml.fastinfoset.dom   
com.sun.xml.fastinfoset.sax   
com.sun.xml.fastinfoset.stax   
com.sun.xml.fastinfoset.util   
org.jvnet.fastinfoset   
org.jvnet.fastinfoset.sax   
 

Uses of FastInfosetException in com.sun.xml.fastinfoset
 

Methods in com.sun.xml.fastinfoset that throw FastInfosetException
protected  void Decoder.decodeAdditionalData()
           
protected  void Decoder.decodeAlphabetOctetsAsCharBuffer(char[] restrictedAlphabet)
           
protected  String Decoder.decodeCharacterEncodingScheme()
           
protected  void Decoder.decodeDII()
           
protected  QualifiedName Decoder.decodeEIIIndexLarge()
           
protected  QualifiedName Decoder.decodeEIIIndexMedium()
           
protected  void Decoder.decodeFourBitAlphabetOctetsAsCharBuffer(char[] restrictedAlphabet)
           
protected  void Decoder.decodeHeader()
           
protected  String Decoder.decodeIdentifyingNonEmptyStringIndexOnFirstBitAsNamespaceName(boolean prefixPresent)
           
protected  String Decoder.decodeIdentifyingNonEmptyStringIndexOnFirstBitAsPrefix(boolean namespaceNamePresent)
           
protected  String Decoder.decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table)
           
protected  String Decoder.decodeIdentifyingNonEmptyStringOnFirstBitAsNamespaceName(boolean prefixPresent)
           
protected  String Decoder.decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix(boolean namespaceNamePresent)
           
protected  void Decoder.decodeInitialVocabulary()
           
protected  int Decoder.decodeIntegerIndexOnSecondBit()
           
protected  QualifiedName Decoder.decodeLiteralQualifiedName(int state, QualifiedName q)
           
protected  void Decoder.decodeNonEmptyOctetStringLengthOnSecondBit()
           
protected  void Decoder.decodeNonEmptyOctetStringOnSecondBitAsUtf8CharArray()
           
protected  String Decoder.decodeNonEmptyOctetStringOnSecondBitAsUtf8String()
           
protected  int Decoder.decodeNonIdentifyingStringOnFirstBit()
           
protected  void Decoder.decodeNotations()
           
protected  void Decoder.decodeOctetsOnFifthBitOfNonIdentifyingStringOnFirstBit(int b)
           
protected  void Decoder.decodeOctetsOnSeventhBitOfNonIdentifyingStringOnThirdBit(int b)
           
protected  String Decoder.decodeRAOctetsAsString(char[] restrictedAlphabet)
           
protected  void Decoder.decodeRestrictedAlphabetAsCharBuffer()
           
protected  String Decoder.decodeRestrictedAlphabetAsString()
           
protected  void Decoder.decodeUnparsedEntities()
           
protected  String Decoder.decodeVersion()
           
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.encodeAlphabetCharacters(String alphabet, char[] ch, int offset, int length, boolean addToTable)
          Encode a chunk of Character Information Items using a restricted alphabet table.
protected  void Encoder.encodeCIIBuiltInAlgorithmData(int id, Object data, int offset, int length)
          Encode a chunk of Character Information Items using using an encoding algorithm.
protected  void Encoder.encodeCIIBuiltInAlgorithmDataAsCDATA(char[] ch, int offset, int length)
          Encode a chunk of Character Information Items using using the CDATA built in encoding algorithm.
protected  void Encoder.encodeCIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea)
          Encode a chunk of Character Information Items using using an encoding algorithm.
protected  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  void Encoder.encodeDateTimeNonIdentifyingStringOnFirstBit(String s, boolean addToTable, boolean mustBeAddedToTable)
           
protected  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  void Encoder.encodeNonEmptyFourBitCharacterString(int[] table, char[] ch, int offset, int octetPairLength, int octetSingleLength)
           
protected  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).
protected  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.
protected  void Encoder.encodeNonIdentifyingStringOnFirstBit(int id, int[] table, String s, boolean addToTable, boolean mustBeAddedToTable)
           
protected  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.
protected  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.
protected  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.
protected  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  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 FastInfosetException
protected  String DOMDocumentParser.convertEncodingAlgorithmDataToCharacters(boolean isAttributeValue)
           
protected  void DOMDocumentParser.parse()
           
 void DOMDocumentParser.parse(Document d, InputStream s)
          Parse a fast infoset document into a Document instance.
protected  void DOMDocumentParser.parse(InputStream s)
           
protected  void DOMDocumentParser.processAIIs()
           
protected  void DOMDocumentParser.processCommentII()
           
protected  void DOMDocumentParser.processDII()
           
protected  void DOMDocumentParser.processDIIOptionalProperties()
           
protected  void DOMDocumentParser.processEII(QualifiedName name, boolean hasAttributes)
           
protected  void DOMDocumentParser.processEIIWithNamespaces()
           
protected  QualifiedName DOMDocumentParser.processLiteralQualifiedName(int state)
           
protected  QualifiedName DOMDocumentParser.processLiteralQualifiedName(int state, QualifiedName q)
           
protected  void DOMDocumentParser.processProcessingII()
           
 

Uses of FastInfosetException in com.sun.xml.fastinfoset.sax
 

Methods in com.sun.xml.fastinfoset.sax that throw FastInfosetException
protected  void SAXDocumentSerializer.encodeAttributes(Attributes atts)
           
protected  void SAXDocumentSerializerWithPrefixMapping.encodeAttributes(Attributes atts)
           
 void SAXDocumentParser.parse()
           
 void SAXDocumentParser.parse(InputStream s)
           
protected  void SAXDocumentParser.processAIIEncodingAlgorithm(QualifiedName name, boolean addToTable)
           
protected  void SAXDocumentParser.processAIIs()
           
protected  void SAXDocumentParser.processBuiltInEncodingAlgorithmAsCharacters(StringBuffer buffer)
           
protected  Object SAXDocumentParser.processBuiltInEncodingAlgorithmAsObject()
           
protected  void SAXDocumentParser.processCIIBuiltInEncodingAlgorithmAsPrimitive()
           
protected  void SAXDocumentParser.processCIIEncodingAlgorithm(boolean addToTable)
           
protected  void SAXDocumentParser.processCommentII()
           
protected  void SAXDocumentParser.processDII()
           
protected  void SAXDocumentParser.processDIIFragment()
           
protected  void SAXDocumentParser.processDIIOptionalProperties()
           
protected  void SAXDocumentParser.processEII(QualifiedName name, boolean hasAttributes)
           
protected  void SAXDocumentParser.processEIIWithNamespaces()
           
protected  void SAXDocumentParser.processProcessingII()
           
 

Uses of FastInfosetException in com.sun.xml.fastinfoset.stax
 

Methods in com.sun.xml.fastinfoset.stax that throw FastInfosetException
protected  void StAXDocumentParser.convertEncodingAlgorithmDataToCharacters()
           
protected  void StAXDocumentParser.processAIIEncodingAlgorithm(QualifiedName name, boolean addToTable)
           
protected  void StAXDocumentParser.processAIIs()
           
protected  void StAXDocumentParser.processCIIEncodingAlgorithm(boolean addToTable)
           
protected  void StAXDocumentParser.processCommentII()
           
protected  void StAXDocumentParser.processDII()
           
protected  void StAXDocumentParser.processDIIOptionalProperties(int b)
           
protected  void StAXDocumentParser.processEII(QualifiedName name, boolean hasAttributes)
           
protected  QualifiedName StAXDocumentParser.processEIIIndexLarge(int b)
           
protected  QualifiedName StAXDocumentParser.processEIIIndexMedium(int b)
           
protected  void StAXDocumentParser.processEIIWithNamespaces(boolean hasAttributes)
           
protected  QualifiedName StAXDocumentParser.processLiteralQualifiedName(int state, QualifiedName q)
           
protected  void StAXDocumentParser.processProcessingII()
           
protected  void StAXDocumentParser.processUnexpandedEntityReference(int b)
           
 

Uses of FastInfosetException in com.sun.xml.fastinfoset.util
 

Methods in com.sun.xml.fastinfoset.util that throw FastInfosetException
 void DuplicateAttributeVerifier.checkForDuplicateAttribute(int hash, int value)
           
 void PrefixArray.pushScope(int prefixIndex, int namespaceIndex)
           
 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
 class EncodingAlgorithmException
           
 

Uses of FastInfosetException in org.jvnet.fastinfoset.sax
 

Methods in org.jvnet.fastinfoset.sax that throw FastInfosetException
 void FastInfosetReader.parse(InputStream s)
          Parse a fast infoset document from an InputStream.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.