A B C D E F G H I K L M N O P Q R S T U V W X _

A

AII - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
AII_INDEX_LARGE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
AII_INDEX_MEDIUM - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
AII_INDEX_SMALL - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
AII_LITERAL - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
AII_TERMINATOR_DOUBLE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
AII_TERMINATOR_SINGLE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
ATTRIBUTE_LITERAL_QNAME_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ATTRIBUTE_NAME - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
ATTRIBUTE_VALUE - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
ATTRIBUTE_VALUE_MAP_MEMORY_CONSTRAINT - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The default value for limit on the size of indexed Map for character content chunks Limit is measured in bytes not in number of entries
ATTRIBUTE_VALUE_SIZE_CONSTRAINT - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The default value for the limit on the size of attribute values that will be indexed.
AbstractResourceBundle - class com.sun.xml.fastinfoset.AbstractResourceBundle.
This class contains methods common to all *ResourceBundle classes
AbstractResourceBundle() - Constructor for class com.sun.xml.fastinfoset.AbstractResourceBundle
 
AttributeBase - class com.sun.xml.fastinfoset.stax.events.AttributeBase.
 
AttributeBase() - Constructor for class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
AttributeBase(String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
AttributeBase(String, String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
AttributeBase(String, String, String, String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
AttributesHolder - class com.sun.xml.fastinfoset.sax.AttributesHolder.
 
AttributesHolder() - Constructor for class com.sun.xml.fastinfoset.sax.AttributesHolder
 
AttributesHolder(Map) - Constructor for class com.sun.xml.fastinfoset.sax.AttributesHolder
 
accessLocalName() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
accessLocalName() - Method in interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader
 
accessNamespaceCount() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
accessNamespaceCount() - Method in interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader
 
accessNamespaceURI() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
accessNamespaceURI() - Method in interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader
 
accessPrefix() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
accessPrefix() - Method in interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader
 
accessTextCharacters() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
accessTextCharacters() - Method in interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader
 
accessTextLength() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
accessTextLength() - Method in interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader
 
accessTextStart() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
accessTextStart() - Method in interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader
 
adapt() - Method in class com.sun.xml.fastinfoset.tools.StAX2SAXReader
 
add(XMLEventReader) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
 
add(XMLEvent) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
Add an event to the output stream Adding a START_ELEMENT will open a new namespace scope that will be closed when the corresponding END_ELEMENT is written.
add(CharArray) - Method in class com.sun.xml.fastinfoset.util.CharArrayArray
 
add(int) - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
add(char[], int) - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
add(String) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
add(QualifiedName) - Method in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
add(String) - Method in class com.sun.xml.fastinfoset.util.StringArray
 
add(String) - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
addAttribute(QualifiedName, String) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
addAttribute(Attribute) - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
addAttribute(String, String, String, String, String) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Add an attribute to the end of the list.
addAttribute(String, String, String, String, String, boolean, String) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Add an attribute to the end of the list.
addAttributeWithAlgorithmData(QualifiedName, String, int, Object) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
addAttributeWithAlgorithmData(String, String, String, String, int, Object) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Add an attribute with algorithm data to the end of the list.
addAttributeWithBuiltInAlgorithmData(String, String, String, int, Object) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Add an attribute with built in algorithm data to the end of the list.
addAttributes(StartElementEvent, XMLStreamReader) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventAllocatorBase
 
addAttributes(Iterator) - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
addNamespace(Namespace) - Method in class com.sun.xml.fastinfoset.stax.events.EndElementEvent
 
addNamespace(Namespace) - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
addNamespaces(StartElementEvent, XMLStreamReader) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventAllocatorBase
 
addNamespaces(EndElementEvent, XMLStreamReader) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventAllocatorBase
 
addNamespaces(Iterator) - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
addQualifiedName(QualifiedName) - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap.Entry
 
addToCharArrayTable(CharArray) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
addToNameTable(String, String, String, Set, LocalNameQualifiedNamesMap, QualifiedNameArray, boolean) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
addToTable(String, Set, StringIntMap, StringArray) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
addToTable(String, Set, StringIntMap, PrefixArray) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
allocate(XMLStreamReader) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventAllocatorBase
This method allocates an event given the current state of the XMLStreamReader.
allocate(XMLStreamReader, XMLEventConsumer) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventAllocatorBase
This method allocates an event or set of events given the current state of the XMLStreamReader and adds the event or set of events to the consumer that was passed in.
alphabetCharacters(String, char[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
alphabetCharacters(String, char[], int, int) - Method in interface org.jvnet.fastinfoset.sax.RestrictedAlphabetContentHandler
 
asCharacters() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
Returns this event as Characters, may result in a class cast exception if this event is not Characters.
asEndElement() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
Returns this event as an end element event, may result in a class cast exception if this event is not a end element.
asStartElement() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
Returns this event as a start element event, may result in a class cast exception if this event is not a start element.
attributeHash - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
attributeId - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
attributeName - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
attributeName - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
attributeValue - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
attributeValue - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
attributeValueMapTotalCharactersConstraint - Variable in class com.sun.xml.fastinfoset.Encoder
The limit on the size of indexed Map for attribute values Limit is measured in characters number
attributeValueSizeConstraint - Variable in class com.sun.xml.fastinfoset.Encoder
The limit on the size of [normalized value] of Attribute Information Items that will be indexed.
attributeValueSizeConstraint - Variable in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
attributeValues - Variable in class org.jvnet.fastinfoset.Vocabulary
The "attribute value" table, containing String objects.
attributes - Variable in class org.jvnet.fastinfoset.Vocabulary
The attribute table, containing QName objects.

B

BASE64 - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
BASE64EncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm.
 
BASE64EncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
BASE_NAME - Static variable in class com.sun.xml.fastinfoset.CommonResourceBundle
 
BOOLEAN - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
BUFFER_SIZE_PROPERTY - Static variable in interface org.jvnet.fastinfoset.FastInfosetParser
The property name to be used for getting and setting the buffer size of a parser.
BUFFER_SIZE_PROPERTY - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The property name to be used for getting and setting the buffer size of a parser.
BUFFER_SIZE_SYSTEM_PROPERTY - Static variable in class com.sun.xml.fastinfoset.Decoder
Internal buffer size interning system property.
BooleanEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm.
An encoder for handling boolean values.
BooleanEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
BuiltInEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm.
 
BuiltInEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
 
BuiltInEncodingAlgorithm.WordListener - interface com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm.WordListener.
 
BuiltInEncodingAlgorithmFactory - class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory.
 
BuiltInEncodingAlgorithmFactory() - Constructor for class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
BuiltInEncodingAlgorithmState - class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState.
 
BuiltInEncodingAlgorithmState() - Constructor for class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
 
BuiltInRestrictedAlphabets - class com.sun.xml.fastinfoset.alphabet.BuiltInRestrictedAlphabets.
 
BuiltInRestrictedAlphabets() - Constructor for class com.sun.xml.fastinfoset.alphabet.BuiltInRestrictedAlphabets
 
base64EncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
booleanArray - Variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
 
booleanEncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
booleans(boolean[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
booleans(boolean[], int, int) - Method in interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
Receive notification of character data as an array of boolean.
booleans(boolean[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
builtInAlgorithmState - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
bytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
bytes(byte[], int, int) - Method in interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
Receive notification of character data as an array of byte.
bytes(byte[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 

C

CDATA - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
CHARACTER_CHUNK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
CHARACTER_CHUNK_ADD_TO_TABLE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
CHARACTER_CHUNK_ENCODING_ALGORITHM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
CHARACTER_CHUNK_RESTRICTED_ALPHABET_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
CHARACTER_CHUNK_UTF_16_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
CHARACTER_CHUNK_UTF_8_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
CHARACTER_CONTENT_CHUNK - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
CHARACTER_CONTENT_CHUNK_MAP_MEMORY_CONSTRAINT - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The default value for limit on the size of indexed Map for attribute values Limit is measured in bytes not in number of entries
CHARACTER_CONTENT_CHUNK_SIZE_CONSTRAINT - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The default value for the limit on the size of character content chunks that will be indexed.
CHARACTER_ENCODING_SCHEME_SYSTEM_PROPERTY - Static variable in class com.sun.xml.fastinfoset.Encoder
Character encoding scheme system property for the encoding of content and attribute values.
CII_EA - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_INDEX_LARGE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_INDEX_LARGE_LARGE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_INDEX_MEDIUM - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_INDEX_SMALL - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_RA - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_UTF16_LARGE_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_UTF16_MEDIUM_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_UTF16_SMALL_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_UTF8_LARGE_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_UTF8_MEDIUM_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
CII_UTF8_SMALL_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
COMMENT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
COMMENT_II - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
COMMENT_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
CONTEXT_READER - Static variable in class com.sun.xml.fastinfoset.stax.StAXManager
 
CONTEXT_WRITER - Static variable in class com.sun.xml.fastinfoset.stax.StAXManager
 
CharArray - class com.sun.xml.fastinfoset.util.CharArray.
 
CharArray() - Constructor for class com.sun.xml.fastinfoset.util.CharArray
 
CharArray(char[], int, int, boolean) - Constructor for class com.sun.xml.fastinfoset.util.CharArray
 
CharArrayArray - class com.sun.xml.fastinfoset.util.CharArrayArray.
 
CharArrayArray(int, int) - Constructor for class com.sun.xml.fastinfoset.util.CharArrayArray
 
CharArrayArray() - Constructor for class com.sun.xml.fastinfoset.util.CharArrayArray
 
CharArrayIntMap - class com.sun.xml.fastinfoset.util.CharArrayIntMap.
 
CharArrayIntMap(int, float) - Constructor for class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
CharArrayIntMap(int) - Constructor for class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
CharArrayIntMap() - Constructor for class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
CharArrayString - class com.sun.xml.fastinfoset.util.CharArrayString.
 
CharArrayString(String) - Constructor for class com.sun.xml.fastinfoset.util.CharArrayString
 
CharArrayString(String, boolean) - Constructor for class com.sun.xml.fastinfoset.util.CharArrayString
 
CharactersEvent - class com.sun.xml.fastinfoset.stax.events.CharactersEvent.
 
CharactersEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.CharactersEvent
 
CharactersEvent(String) - Constructor for class com.sun.xml.fastinfoset.stax.events.CharactersEvent
 
CharactersEvent(String, boolean) - Constructor for class com.sun.xml.fastinfoset.stax.events.CharactersEvent
 
CommentEvent - class com.sun.xml.fastinfoset.stax.events.CommentEvent.
 
CommentEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.CommentEvent
 
CommentEvent(String) - Constructor for class com.sun.xml.fastinfoset.stax.events.CommentEvent
 
CommonResourceBundle - class com.sun.xml.fastinfoset.CommonResourceBundle.
Resource bundle implementation for localized messages.
CommonResourceBundle() - Constructor for class com.sun.xml.fastinfoset.CommonResourceBundle
 
CommonResourceBundle(Locale) - Constructor for class com.sun.xml.fastinfoset.CommonResourceBundle
 
ContiguousCharArrayArray - class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray.
 
ContiguousCharArrayArray(int, int, int, int) - Constructor for class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
ContiguousCharArrayArray() - Constructor for class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
ch - Variable in class com.sun.xml.fastinfoset.util.CharArray
 
charAt(int) - Method in class com.sun.xml.fastinfoset.util.CharArray
 
characterContentChunk - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
characterContentChunk - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
characterContentChunkMapTotalCharactersConstraint - Variable in class com.sun.xml.fastinfoset.Encoder
The limit on the size of indexed Map for character content chunks Limit is measured in characters number
characterContentChunkSizeContraint - Variable in class com.sun.xml.fastinfoset.Encoder
The limit on the size of character content chunks of Character Information Items or Comment Information Items that will be indexed.
characterContentChunkSizeContraint - Variable in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
characterContentChunks - Variable in class org.jvnet.fastinfoset.Vocabulary
The "character content chunk" table, containing String objects.
characters(char[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
characters(char[], int, int, boolean) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
characters(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
characters(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
characters(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
characters(char[], int, int, boolean) - Method in interface org.jvnet.fastinfoset.sax.ExtendedContentHandler
Receive notification of character data.
checkForDuplicateAttribute(int, int) - Method in class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier
 
checkProperty(String) - Method in class com.sun.xml.fastinfoset.stax.StAXManager
 
checkTextState() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
clear() - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
clear() - Method in class com.sun.xml.fastinfoset.util.CharArrayArray
 
clear() - Method in class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
clear() - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
clear() - Method in class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier
 
clear() - Method in class com.sun.xml.fastinfoset.util.FixedEntryStringIntMap
 
clear() - Method in class com.sun.xml.fastinfoset.util.KeyIntMap
 
clear() - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
clear() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
clear() - Method in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
clear() - Method in class com.sun.xml.fastinfoset.util.StringArray
 
clear() - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
clear() - Method in class com.sun.xml.fastinfoset.util.ValueArray
 
clear() - Method in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
clear() - Method in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
clear() - Method in interface org.jvnet.fastinfoset.VocabularyApplicationData
Clear the vocabulary application data.
clear() - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Clear the attribute list for reuse.
clearCompletely() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
clearDeclarationIds() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
cloneArray() - Method in class com.sun.xml.fastinfoset.util.CharArray
 
close() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
close() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
close() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
close() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
Frees any resources associated with this stream
close() - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
close() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
com.sun.xml.fastinfoset - package com.sun.xml.fastinfoset
 
com.sun.xml.fastinfoset.algorithm - package com.sun.xml.fastinfoset.algorithm
 
com.sun.xml.fastinfoset.alphabet - package com.sun.xml.fastinfoset.alphabet
 
com.sun.xml.fastinfoset.dom - package com.sun.xml.fastinfoset.dom
 
com.sun.xml.fastinfoset.org.apache.xerces.util - package com.sun.xml.fastinfoset.org.apache.xerces.util
 
com.sun.xml.fastinfoset.sax - package com.sun.xml.fastinfoset.sax
 
com.sun.xml.fastinfoset.stax - package com.sun.xml.fastinfoset.stax
 
com.sun.xml.fastinfoset.stax.events - package com.sun.xml.fastinfoset.stax.events
 
com.sun.xml.fastinfoset.stax.factory - package com.sun.xml.fastinfoset.stax.factory
 
com.sun.xml.fastinfoset.stax.util - package com.sun.xml.fastinfoset.stax.util
 
com.sun.xml.fastinfoset.tools - package com.sun.xml.fastinfoset.tools
 
com.sun.xml.fastinfoset.util - package com.sun.xml.fastinfoset.util
 
com.sun.xml.fastinfoset.vocab - package com.sun.xml.fastinfoset.vocab
 
comment(char[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
comment(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
comment(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
comment(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
comment(char[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
compareTo(Object) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer.AttributeValueHolder
 
containsProperty(String) - Method in class com.sun.xml.fastinfoset.stax.StAXManager
public void reset(){ features.clear() ; }
convert(Reader, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.XML_SAX_FI
 
convertBase64AlorithmDataToCharacters(StringBuffer) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
convertEncodingAlgorithmDataToCharacters(boolean) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
convertEncodingAlgorithmDataToCharacters() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.UUIDEncodingAlgorithm
 
convertFromCharacters(char[], int, int) - Method in interface org.jvnet.fastinfoset.EncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
convertToCharacters(byte[], int, int, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.UUIDEncodingAlgorithm
 
convertToCharacters(Object, StringBuffer) - Method in interface org.jvnet.fastinfoset.EncodingAlgorithm
 
convertToCharactersFromDoubleArray(double[], StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
convertToCharactersFromFloatArray(float[], StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
convertToCharactersFromIntArray(int[], StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
convertToCharactersFromLongArray(long[], StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
convertToCharactersFromShortArray(short[], StringBuffer) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
countAttributes(Attributes) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
countNamespacePool() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
countPrefixPool() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
createAttribute(String, String, String) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
createAttribute(String, String, String, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a new Attribute
createAttribute(String, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a new Attribute
createAttributeValues(int) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
createCData(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a Characters event with the CData flag set to true
createCharacters(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a Characters event, this method does not check if the content is all whitespace.
createComment(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a comment
createDTD(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a document type definition event This string contains the entire document type declaration that matches the doctypedecl in the XML 1.0 specification
createElement(String, String, String) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
createEndDocument() - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
 
createEndElement(QName, Iterator) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a new EndElement
createEndElement(String, String, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a new EndElement
createEndElement(String, String, String, Iterator) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a new EndElement
createEntityReference(String, EntityDeclaration) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Creates a new instance of a EntityReference event
createFilteredReader(XMLEventReader, EventFilter) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
Create a filtered event reader that wraps the filter around the event reader
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
Create a filtered reader that wraps the filter around the reader
createIgnorableSpace(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create an ignorable space
createNamespace(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a new default Namespace
createNamespace(String, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a new Namespace
createProcessingInstruction(String, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a processing instruction
createQualifiedNameString(char[], String) - Method in class com.sun.xml.fastinfoset.Decoder
 
createRelativePathResolver(String) - Static method in class com.sun.xml.fastinfoset.tools.TransformInputOutput
 
createSpace(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a Characters event with the isSpace flag set to true
createStartDocument() - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String, boolean) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Creates a new instance of a StartDocument event
createStartElement(QName, Iterator, Iterator) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Create a new StartElement.
createStartElement(String, String, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
 
createStartElement(String, String, String, Iterator, Iterator) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
 
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
 
createXMLEventReader(InputStream) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLEventReader(Reader) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLEventReader(Source) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLEventReader(String, InputStream) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLEventReader(InputStream, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLEventReader(String, Reader) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLEventReader(XMLStreamReader) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
Create a new XMLEventReader from an XMLStreamReader.
createXMLEventWriter(Result) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
createXMLEventWriter(Writer) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
createXMLEventWriter(OutputStream) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
createXMLEventWriter(OutputStream, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
createXMLStreamReader(Reader) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
Create a new XMLStreamReader from a reader
createXMLStreamReader(InputStream) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLStreamReader(String, Reader) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLStreamReader(Source) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLStreamReader(String, InputStream) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLStreamReader(InputStream, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
createXMLStreamWriter(Result) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
createXMLStreamWriter(Writer) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
this is assumed that user wants to write the file in xml format
createXMLStreamWriter(OutputStream) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
createXMLStreamWriter(OutputStream, String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 

D

DATE_TIME_CHARACTERS - Static variable in class org.jvnet.fastinfoset.RestrictedAlphabet
 
DATE_TIME_CHARACTERS_INDEX - Static variable in class org.jvnet.fastinfoset.RestrictedAlphabet
 
DATE_TIME_CHARACTERS_TABLE - Static variable in class com.sun.xml.fastinfoset.Encoder
 
DEFAULT_CAPACITY - Static variable in class com.sun.xml.fastinfoset.util.ValueArray
 
DEFAULT_NAMESPACE_DECLARATION - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DII - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
DOCUMENT_ADDITIONAL_DATA_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_CHARACTER_ENCODING_SCHEME - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_INITIAL_VOCABULARY_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_NOTATIONS_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_STANDALONE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_TYPE_DECLARATION - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_TYPE_DECLARATION_II - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
DOCUMENT_TYPE_DECLARATION_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_TYPE_PUBLIC_IDENTIFIER_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_TYPE_SYSTEM_IDENTIFIER_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_UNPARSED_ENTITIES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOCUMENT_VERSION_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DOMDocumentParser - class com.sun.xml.fastinfoset.dom.DOMDocumentParser.
The Fast Infoset DOM parser.
DOMDocumentParser() - Constructor for class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
DOMDocumentSerializer - class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer.
The Fast Infoset DOM serializer.
DOMDocumentSerializer() - Constructor for class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
DOUBLE - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
DOUBLE_MAX_CHARACTER_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm
 
DOUBLE_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm
 
DOUBLE_TERMINATOR - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
DTDEvent - class com.sun.xml.fastinfoset.stax.events.DTDEvent.
DTDEvent.
DTDEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.DTDEvent
Creates a new instance of DTDEvent
DTDEvent(String) - Constructor for class com.sun.xml.fastinfoset.stax.events.DTDEvent
 
DTD_DECLARATION_HANDLER_PROPERTY - Static variable in class com.sun.xml.fastinfoset.sax.Properties
 
Decoder - class com.sun.xml.fastinfoset.Decoder.
Abstract decoder for developing concrete encoders.
Decoder() - Constructor for class com.sun.xml.fastinfoset.Decoder
Default constructor for the Decoder.
Decoder.EncodingAlgorithmInputStream - class com.sun.xml.fastinfoset.Decoder.EncodingAlgorithmInputStream.
 
Decoder.EncodingAlgorithmInputStream() - Constructor for class com.sun.xml.fastinfoset.Decoder.EncodingAlgorithmInputStream
 
DecoderStateTables - class com.sun.xml.fastinfoset.DecoderStateTables.
 
DoubleEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm.
 
DoubleEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
DuplicateAttributeVerifier - class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier.
 
DuplicateAttributeVerifier() - Constructor for class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier
 
dateTimeCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
dateTimeCharacters(char[], int, int) - Method in interface org.jvnet.fastinfoset.sax.RestrictedAlphabetContentHandler
 
declarePrefix(String, String) - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
decodeAdditionalData() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeAlphabetOctetsAsCharBuffer(char[]) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeCharacterEncodingScheme() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeDII() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeEIIIndexLarge() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeEIIIndexMedium() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeFourBitAlphabetOctetsAsCharBuffer(char[]) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeFromBytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
decodeFromBytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
decodeFromBytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
decodeFromBytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
decodeFromBytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
decodeFromBytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
decodeFromBytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
decodeFromBytes(byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
decodeFromBytes(byte[], int, int) - Method in interface org.jvnet.fastinfoset.EncodingAlgorithm
 
decodeFromBytesToBooleanArray(boolean[], int, int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
decodeFromBytesToDoubleArray(double[], int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
decodeFromBytesToFloatArray(float[], int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
decodeFromBytesToIntArray(int[], int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
decodeFromBytesToLongArray(long[], int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
decodeFromBytesToShortArray(short[], int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
decodeFromInputStream(InputStream) - Method in interface org.jvnet.fastinfoset.EncodingAlgorithm
 
decodeFromInputStreamToDoubleArray(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
decodeFromInputStreamToFloatArray(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
decodeFromInputStreamToIntArray(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
decodeFromInputStreamToIntArray(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
decodeFromInputStreamToShortArray(InputStream) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
decodeHeader() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeIdentifyingNonEmptyStringIndexOnFirstBitAsNamespaceName(boolean) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeIdentifyingNonEmptyStringIndexOnFirstBitAsPrefix(boolean) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeIdentifyingNonEmptyStringOnFirstBit(StringArray) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeIdentifyingNonEmptyStringOnFirstBitAsNamespaceName(boolean) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix(boolean) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeInitialVocabulary() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeIntegerIndexOnSecondBit() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeLiteralQualifiedName(int, QualifiedName) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeNonEmptyOctetStringLengthOnSecondBit() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeNonEmptyOctetStringOnSecondBitAsUtf8CharArray() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeNonEmptyOctetStringOnSecondBitAsUtf8String() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeNonIdentifyingStringOnFirstBit() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeNotations() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeOctetsOnFifthBitOfNonIdentifyingStringOnFirstBit(int) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeOctetsOnSeventhBitOfNonIdentifyingStringOnThirdBit(int) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeRAOctetsAsString(char[]) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeRestrictedAlphabetAsCharBuffer() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeRestrictedAlphabetAsString() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUnparsedEntities() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUtf16StringAsCharBuffer() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUtf16StringAsString() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUtf8NCNameIntoCharBuffer() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUtf8StringAsCharBuffer() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUtf8StringAsCharBuffer(char[], int) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUtf8StringAsString() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUtf8StringIntoCharBuffer() - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeUtf8StringIntoCharBuffer(char[], int) - Method in class com.sun.xml.fastinfoset.Decoder
 
decodeVersion() - Method in class com.sun.xml.fastinfoset.Decoder
 
doubleArray - Variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
 
doubleEncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
doubles(double[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
doubles(double[], int, int) - Method in interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
Receive notification of character data as an array of double.
doubles(double[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 

E

EII - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
EII_AIIS_INDEX_SMALL - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
EII_INDEX_LARGE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
EII_INDEX_MEDIUM - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
EII_LITERAL - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
EII_NAMESPACES - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
EII_NO_AIIS_INDEX_SMALL - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
ELEMENT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ELEMENT_ATTRIBUTE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ELEMENT_LITERAL_QNAME_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ELEMENT_NAME - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
ELEMENT_NAMESPACES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ENCODING - Static variable in class com.sun.xml.fastinfoset.stax.events.XMLConstants
 
ENCODING_ALGORITHM - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
ENCODING_ALGORITHM_APPLICATION_MAX - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ENCODING_ALGORITHM_APPLICATION_START - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ENCODING_ALGORITHM_BUILTIN_END - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ENCODING_ALGORITHM_CONTENT_HANDLER_PROPERTY - Static variable in interface org.jvnet.fastinfoset.sax.FastInfosetReader
The property name to be used for getting and setting the EncodingAlgorithmContentHandler.
EXTERNAL_VOCABULARIES_PROPERTY - Static variable in interface org.jvnet.fastinfoset.FastInfosetParser
The property name to be used for getting and setting the Map containing external vocabularies.
EXTERNAL_VOCABULARIES_PROPERTY - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The property name to be used for getting and setting the Map containing external vocabularies.
EmptyIterator - class com.sun.xml.fastinfoset.stax.events.EmptyIterator.
 
Encoder - class com.sun.xml.fastinfoset.Encoder.
Abstract encoder for developing concrete encoders.
Encoder() - Constructor for class com.sun.xml.fastinfoset.Encoder
Default constructor for the Encoder.
Encoder(boolean) - Constructor for class com.sun.xml.fastinfoset.Encoder
 
EncodingAlgorithm - interface org.jvnet.fastinfoset.EncodingAlgorithm.
 
EncodingAlgorithmAttributes - interface org.jvnet.fastinfoset.sax.EncodingAlgorithmAttributes.
Interface for a list of XML attributes that may contain encoding algorithm data.
EncodingAlgorithmAttributesImpl - class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl.
Default implementation of the EncodingAlgorithmAttributes interface.
EncodingAlgorithmAttributesImpl() - Constructor for class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Construct a new, empty EncodingAlgorithmAttributesImpl object.
EncodingAlgorithmAttributesImpl(Attributes) - Constructor for class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Copy an existing Attributes object.
EncodingAlgorithmAttributesImpl(Map, Attributes) - Constructor for class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Use registered encoding algorithms and copy an existing Attributes object.
EncodingAlgorithmContentHandler - interface org.jvnet.fastinfoset.sax.EncodingAlgorithmContentHandler.
SAX2 extention handler to receive notification of encoding algorithm data.
EncodingAlgorithmException - exception org.jvnet.fastinfoset.EncodingAlgorithmException.
 
EncodingAlgorithmException(String) - Constructor for class org.jvnet.fastinfoset.EncodingAlgorithmException
 
EncodingAlgorithmException(String, Exception) - Constructor for class org.jvnet.fastinfoset.EncodingAlgorithmException
 
EncodingAlgorithmException(Exception) - Constructor for class org.jvnet.fastinfoset.EncodingAlgorithmException
 
EncodingAlgorithmIndexes - class org.jvnet.fastinfoset.EncodingAlgorithmIndexes.
The indexes of built-in encoding algorithms.
EncodingAlgorithmIndexes() - Constructor for class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
EncodingConstants - class com.sun.xml.fastinfoset.EncodingConstants.
 
EncodingConstants() - Constructor for class com.sun.xml.fastinfoset.EncodingConstants
 
EndDocumentEvent - class com.sun.xml.fastinfoset.stax.events.EndDocumentEvent.
 
EndDocumentEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.EndDocumentEvent
 
EndElementEvent - class com.sun.xml.fastinfoset.stax.events.EndElementEvent.
 
EndElementEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.EndElementEvent
 
EndElementEvent(String, String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.EndElementEvent
 
EndElementEvent(QName) - Constructor for class com.sun.xml.fastinfoset.stax.events.EndElementEvent
 
EntityDeclarationImpl - class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl.
 
EntityDeclarationImpl() - Constructor for class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
Creates a new instance of EntityDeclarationImpl
EntityDeclarationImpl(String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
 
EntityReferenceEvent - class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent.
 
EntityReferenceEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent
 
EntityReferenceEvent(String, EntityDeclaration) - Constructor for class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent
 
EventBase - class com.sun.xml.fastinfoset.stax.events.EventBase.
 
EventBase() - Constructor for class com.sun.xml.fastinfoset.stax.events.EventBase
 
EventBase(int) - Constructor for class com.sun.xml.fastinfoset.stax.events.EventBase
 
EventLocation - class com.sun.xml.fastinfoset.stax.EventLocation.
 
ExtendedContentHandler - interface org.jvnet.fastinfoset.sax.ExtendedContentHandler.
 
ExternalVocabulary - class org.jvnet.fastinfoset.ExternalVocabulary.
An external vocabulary.
ExternalVocabulary(String, Vocabulary) - Constructor for class org.jvnet.fastinfoset.ExternalVocabulary
 
elementName - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
elementName - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
elements - Variable in class org.jvnet.fastinfoset.Vocabulary
The element table, containing QName objects.
encodeAIIBuiltInAlgorithmData(int, Object, int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode the [normalized value] of an Attribute Information Item using using a built in encoding algorithm.
encodeAIIObjectAlgorithmData(int, Object, EncodingAlgorithm) - Method in class com.sun.xml.fastinfoset.Encoder
Encode the [normalized value] of an Attribute Information Item using using an encoding algorithm.
encodeAIIOctetAlgorithmData(int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode the [normalized value] of an Attribute Information Item using using an encoding algorithm.
encodeAlphabetCharacters(String, char[], int, int, boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a chunk of Character Information Items using a restricted alphabet table.
encodeAttribute(String, String, String) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
encodeAttribute(String, String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
encodeAttribute(String, String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
encodeAttributeMapEntry(LocalNameQualifiedNamesMap.Entry, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
encodeAttributeQualifiedNameOnSecondBit(String, String, String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a qualified name of an Attribute Informaiton Item on the third bit of an octet.
encodeAttributes(Attributes) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
encodeAttributes(Attributes) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
encodeCIIBuiltInAlgorithmData(int, Object, int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a chunk of Character Information Items using using an encoding algorithm.
encodeCIIBuiltInAlgorithmDataAsCDATA(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a chunk of Character Information Items using using the CDATA built in encoding algorithm.
encodeCIIObjectAlgorithmData(int, Object, EncodingAlgorithm) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a chunk of Character Information Items using using an encoding algorithm.
encodeCIIOctetAlgorithmData(int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a chunk of Character Information Items using using an encoding algorithm.
encodeCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a chunk of Character Information Items.
encodeCharactersNoClone(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a chunk of Character Information Items.
encodeComment(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a Comment Information Item.
encodeCommentNoClone(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a Comment Information Item.
encodeDocumentTermination() - Method in class com.sun.xml.fastinfoset.Encoder
Encode the termination of the Document Information Item.
encodeDocumentTypeDeclaration(String, String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a Document Type Declaration.
encodeElement(String, String, String) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
encodeElement(String, String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
encodeElement(String, String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
encodeElementMapEntry(LocalNameQualifiedNamesMap.Entry, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
encodeElementQualifiedNameOnThirdBit(String, String, String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a qualified name of an Element Informaiton Item on the third bit of an octet.
encodeElementTermination() - Method in class com.sun.xml.fastinfoset.Encoder
Encode the termination of an Element Information Item.
encodeFourBitCharacters(int, int[], char[], int, int, boolean) - Method in class com.sun.xml.fastinfoset.Encoder
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).
encodeHeader(boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Encode the header of a fast infoset document.
encodeIdentifyingNonEmptyStringOnFirstBit(String, StringIntMap) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non empty identifying string on the first bit of an octet.
encodeInitialVocabulary() - Method in class com.sun.xml.fastinfoset.Encoder
Encode the initial vocabulary of a fast infoset document.
encodeLiteralAttributeQualifiedNameOnSecondBit(String, String, String, LocalNameQualifiedNamesMap.Entry) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a literal qualified name of an Attribute Informaiton Item on the third bit of an octet.
encodeLiteralElementQualifiedNameOnThirdBit(String, String, String, LocalNameQualifiedNamesMap.Entry) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a literal qualified name of an Element Informaiton Item on the third bit of an octet.
encodeNamespaceAttribute(String, String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a Attribute Information Item that is a namespace declaration.
encodeNonEmptyCharacterStringOnFifthBit(String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non empty string on the fifth bit of an octet using the UTF-8 or UTF-16 encoding.
encodeNonEmptyCharacterStringOnFifthBit(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non empty string on the fifth bit of an octet using the UTF-8 or UTF-16 encoding.
encodeNonEmptyCharacterStringOnSeventhBit(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non empty string on the seventh bit of an octet using the UTF-8 or UTF-16 encoding.
encodeNonEmptyFourBitCharacterString(int[], char[], int, int, int) - Method in class com.sun.xml.fastinfoset.Encoder
 
encodeNonEmptyFourBitCharacterStringOnSeventhBit(int[], char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
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).
encodeNonEmptyNBitCharacterStringOnSeventhBit(String, char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non empty string on the seventh bit of an octet using a restricted alphabet table.
encodeNonEmptyOctetStringOnSecondBit(String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non empty string on the second bit of an octet using the UTF-8 encoding.
encodeNonEmptyUTF8StringAsOctetString(int, String, int[]) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non empty string using the UTF-8 encoding.
encodeNonEmptyUTF8StringAsOctetString(int, char[], int, int, int[]) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non empty string using the UTF-8 encoding.
encodeNonIdentifyingStringOnFirstBit(String, StringIntMap, boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non identifying string on the first bit of an octet.
encodeNonIdentifyingStringOnFirstBit(String, CharArrayIntMap, boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non identifying string on the first bit of an octet.
encodeNonIdentifyingStringOnFirstBit(char[], int, int, CharArrayIntMap, boolean, boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non identifying string on the first bit of an octet.
encodeNonIdentifyingStringOnFirstBit(int, int[], String, boolean) - Method in class com.sun.xml.fastinfoset.Encoder
 
encodeNonIdentifyingStringOnFirstBit(String, int, Object) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non identifying string on the first bit of an octet as binary data using an encoding algorithm.
encodeNonIdentifyingStringOnThirdBit(char[], int, int, CharArrayIntMap, boolean, boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non identifying string on the third bit of an octet.
encodeNonIdentifyingStringOnThirdBit(String, int, Object) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non identifying string on the third bit of an octet as binary data using an encoding algorithm.
encodeNonIdentifyingStringOnThirdBit(String, int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non identifying string on the third bit of an octet as binary data using an encoding algorithm.
encodeNonZeroInteger(int, int, int[]) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non zero integer.
encodeNonZeroIntegerOnFourthBit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non zero integer on the fourth bit of an octet.
encodeNonZeroIntegerOnSecondBitFirstBitOne(int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non zero integer on the second bit of an octet, setting the first bit to 1.
encodeNonZeroIntegerOnSecondBitFirstBitZero(int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non zero integer on the second bit of an octet, setting the first bit to 0.
encodeNonZeroIntegerOnThirdBit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a non zero integer on the third bit of an octet.
encodeNonZeroOctetStringLength(int, int, int[]) - Method in class com.sun.xml.fastinfoset.Encoder
Encode the length of non empty UTF-8 encoded string.
encodeNonZeroOctetStringLengthOnFifthBit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode the length of a UTF-8 or UTF-16 encoded string on the fifth bit of an octet.
encodeNonZeroOctetStringLengthOnSecondBit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode the length of a UTF-8 encoded string on the second bit of an octet.
encodeNonZeroOctetStringLengthOnSenventhBit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode the length of a encoded string on the seventh bit of an octet.
encodeProcessingInstruction(String, String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a Processing Instruction Information Item.
encodeTermination() - Method in class com.sun.xml.fastinfoset.Encoder
Encode a termination if required.
encodeTerminationAndCurrentElement(boolean) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
encodeToBytes(Object, int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
encodeToBytesFromBooleanArray(boolean[], int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
encodeToBytesFromDoubleArray(double[], int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
encodeToBytesFromFloatArray(float[], int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
encodeToBytesFromIntArray(int[], int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
encodeToBytesFromLongArray(long[], int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
encodeToBytesFromShortArray(short[], int, int, byte[], int) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
encodeToOutputStream(Object, OutputStream) - Method in interface org.jvnet.fastinfoset.EncodingAlgorithm
 
encodeToOutputStreamFromDoubleArray(double[], OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
encodeToOutputStreamFromFloatArray(float[], OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
encodeToOutputStreamFromIntArray(int[], OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
encodeToOutputStreamFromLongArray(long[], OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
encodeToOutputStreamFromShortArray(short[], OutputStream) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
encodeUTF8String(String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a string using the UTF-8 encoding.
encodeUTF8String(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a string using the UTF-8 encoding.
encodeUtf16String(String) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a string using the UTF-16 encoding.
encodeUtf16String(char[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Encode a string using the UTF-16 encoding.
encodingAlgorithm - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
encodingAlgorithm - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
encodingAlgorithms - Variable in class org.jvnet.fastinfoset.Vocabulary
The encoding algorithm table, containing String objects.
encodingSet() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
Returns true if CharacterEncodingScheme was set in the encoding declaration of the document
endCDATA() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
endCDATA() - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
endCDATA() - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
endCDATA() - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
endCDATA() - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
endDTD() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
endDTD() - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
endDTD() - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
endDTD() - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
endDTD() - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
endDocument() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
endDocument() - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
endDocument() - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
endDocument() - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
endElement(String, String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
endElement(String, String, String) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
endElement(String, String, String) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
endElement(String, String, String) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
endEntity(String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
endEntity(String) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
endEntity(String) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
endEntity(String) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
endEntity(String) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
endPrefixMapping(String) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
endPrefixMapping(String) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
endPrefixMapping(String) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
ensureSize(int) - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
equals(Object) - Method in class com.sun.xml.fastinfoset.util.CharArray
 
equals(Object) - Method in class com.sun.xml.fastinfoset.util.CharArrayString
 
equalsCharArray(CharArray) - Method in class com.sun.xml.fastinfoset.util.CharArray
 
equalsCharArray(char[], int, int) - Method in class com.sun.xml.fastinfoset.util.CharArray
 

F

FI_DOM_Or_XML_DOM_SAX_SAXEvent - class com.sun.xml.fastinfoset.tools.FI_DOM_Or_XML_DOM_SAX_SAXEvent.
 
FI_DOM_Or_XML_DOM_SAX_SAXEvent() - Constructor for class com.sun.xml.fastinfoset.tools.FI_DOM_Or_XML_DOM_SAX_SAXEvent
 
FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent - class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent.
 
FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent() - Constructor for class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent
 
FI_SAX_Or_XML_SAX_SAXEvent - class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_SAXEvent.
 
FI_SAX_Or_XML_SAX_SAXEvent() - Constructor for class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_SAXEvent
 
FI_SAX_XML - class com.sun.xml.fastinfoset.tools.FI_SAX_XML.
 
FI_SAX_XML() - Constructor for class com.sun.xml.fastinfoset.tools.FI_SAX_XML
 
FI_StAX_SAX_Or_XML_SAX_SAXEvent - class com.sun.xml.fastinfoset.tools.FI_StAX_SAX_Or_XML_SAX_SAXEvent.
 
FI_StAX_SAX_Or_XML_SAX_SAXEvent() - Constructor for class com.sun.xml.fastinfoset.tools.FI_StAX_SAX_Or_XML_SAX_SAXEvent
 
FLOAT - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
FLOAT_MAX_CHARACTER_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm
 
FLOAT_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm
 
FastInfosetDefaultHandler - class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler.
Default base class for SAX event handlers of a FastInfosetReader.
FastInfosetDefaultHandler() - Constructor for class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
FastInfosetException - exception org.jvnet.fastinfoset.FastInfosetException.
 
FastInfosetException(String) - Constructor for class org.jvnet.fastinfoset.FastInfosetException
 
FastInfosetException(String, Exception) - Constructor for class org.jvnet.fastinfoset.FastInfosetException
 
FastInfosetException(Exception) - Constructor for class org.jvnet.fastinfoset.FastInfosetException
 
FastInfosetParser - interface org.jvnet.fastinfoset.FastInfosetParser.
A general interface for parsers of fast infoset documents.
FastInfosetReader - interface org.jvnet.fastinfoset.sax.FastInfosetReader.
Interface for reading an Fast Infoset document using callbacks.
FastInfosetResult - class org.jvnet.fastinfoset.FastInfosetResult.
A JAXP Result implementation that supports the serialization to fast infoset documents for use by applications that expect a Result.
FastInfosetResult(OutputStream) - Constructor for class org.jvnet.fastinfoset.FastInfosetResult
 
FastInfosetSerializer - interface org.jvnet.fastinfoset.FastInfosetSerializer.
A general interface for serializers of fast infoset documents.
FastInfosetSource - class org.jvnet.fastinfoset.FastInfosetSource.
A JAXP Source implementation that supports the parsing fast infoset document for use by applications that expect a Source.
FastInfosetSource(InputStream) - Constructor for class org.jvnet.fastinfoset.FastInfosetSource
 
FastInfosetStreamReader - interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader.
Fast Infoset Stream Reader.
FastInfosetWriter - interface org.jvnet.fastinfoset.sax.FastInfosetWriter.
 
Features - class com.sun.xml.fastinfoset.sax.Features.
 
Features() - Constructor for class com.sun.xml.fastinfoset.sax.Features
 
FixedEntryStringIntMap - class com.sun.xml.fastinfoset.util.FixedEntryStringIntMap.
 
FixedEntryStringIntMap(String, int, float) - Constructor for class com.sun.xml.fastinfoset.util.FixedEntryStringIntMap
 
FixedEntryStringIntMap(String, int) - Constructor for class com.sun.xml.fastinfoset.util.FixedEntryStringIntMap
 
FixedEntryStringIntMap(String) - Constructor for class com.sun.xml.fastinfoset.util.FixedEntryStringIntMap
 
FloatEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm.
 
FloatEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
floatArray - Variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
 
floatEncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
floats(float[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
floats(float[], int, int) - Method in interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
Receive notification of character data as an array of float.
floats(float[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
flush() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
flush() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
Writes any cached events to the underlying output mechanism

G

generateArrayFromList(List) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
generateArrayFromList(List) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
generateArrayFromList(List) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
generateArrayFromList(List) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
generateArrayFromList(List) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
get(int) - Method in class com.sun.xml.fastinfoset.util.CharArrayArray
 
get(int) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
get(int) - Method in class com.sun.xml.fastinfoset.util.StringArray
 
get(String) - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
getAbsoluteURI(String) - Static method in class com.sun.xml.fastinfoset.sax.SystemIdResolver
 
getAbsoluteURIFromRelative(String) - Static method in class com.sun.xml.fastinfoset.sax.SystemIdResolver
 
getAlgorithmData(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getAlgorithmData(int) - Method in interface org.jvnet.fastinfoset.sax.EncodingAlgorithmAttributes
Return the data of the encoding algorithm.
getAlgorithmData(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getAlgorithmIndex(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getAlgorithmIndex(int) - Method in interface org.jvnet.fastinfoset.sax.EncodingAlgorithmAttributes
Return the index of the encoding algorithm.
getAlgorithmIndex(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getAlgorithmURI(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getAlgorithmURI(int) - Method in interface org.jvnet.fastinfoset.sax.EncodingAlgorithmAttributes
Return the URI of the encoding algorithm.
getAlgorithmURI(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getAlpababet(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getAlpababet(int) - Method in interface org.jvnet.fastinfoset.sax.EncodingAlgorithmAttributes
Return the alphabet associated with the attribute value.
getAlpababet(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getArray() - Method in class com.sun.xml.fastinfoset.util.CharArrayArray
 
getArray() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
getArray() - Method in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
getArray() - Method in class com.sun.xml.fastinfoset.util.StringArray
 
getArrayIndex() - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
getAttributeByName(QName) - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
Returns the attribute referred to by this name
getAttributeCount() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributeCount() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getAttributeLocalName(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributeLocalName(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getAttributeName(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributeName(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getAttributeNameString(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributeNamespace(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributeNamespace(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getAttributePrefix(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributePrefix(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getAttributeType(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributeType(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getAttributeValue(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributeValue(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getAttributeValue(String, String) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getAttributeValue(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getAttributeValueMapMemoryLimit() - Method in class com.sun.xml.fastinfoset.Encoder
Gets the limit on the memory size of Map of attribute values that will be indexed.
getAttributeValueMapMemoryLimit() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Gets the limit on the memory size of Map of attribute values that will be indexed.
getAttributeValueSizeLimit() - Method in class com.sun.xml.fastinfoset.Encoder
Gets the limit on the size of attribute values that will be indexed.
getAttributeValueSizeLimit() - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
getAttributeValueSizeLimit() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Gets the limit on the size of attribute values that will be indexed.
getAttributes() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
Returns an Iterator of non-namespace declared attributes returns an empty iterator if there are no attributes.
getAttributesHolder() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getBaseURI() - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
Get the base URI for this reference or null if this information is not available
getBufferSize() - Method in class com.sun.xml.fastinfoset.Decoder
Get the buffer size.
getBufferSize() - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Get the buffer size.
getBundle() - Method in class com.sun.xml.fastinfoset.AbstractResourceBundle
Subclasses of this class must implement this method so that the correct resource bundle is passed to methods in this class
getBundle() - Method in class com.sun.xml.fastinfoset.CommonResourceBundle
 
getBundle(Locale) - Method in class com.sun.xml.fastinfoset.CommonResourceBundle
 
getBundleName() - Static method in class com.sun.xml.fastinfoset.AbstractResourceBundle
 
getCharacterContentChunkMapMemoryLimit() - Method in class com.sun.xml.fastinfoset.Encoder
Gets the limit on the memory size of Map of attribute values that will be indexed.
getCharacterContentChunkMapMemoryLimit() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Gets the limit on the memory size of Map of attribute values that will be indexed.
getCharacterContentChunkSizeLimit() - Method in class com.sun.xml.fastinfoset.Encoder
Gets the limit on the size of character content chunks that will be indexed.
getCharacterContentChunkSizeLimit() - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
getCharacterContentChunkSizeLimit() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Gets the limit on the size of character content chunks that will be indexed.
getCharacterEncodingScheme() - Method in class com.sun.xml.fastinfoset.Encoder
Gets the character encoding scheme.
getCharacterEncodingScheme() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getCharacterEncodingScheme() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
Returns the encoding style of the XML data
getCharacterEncodingScheme() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getCharacterEncodingScheme() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Gets the character encoding scheme.
getCharacterOffset() - Method in class com.sun.xml.fastinfoset.stax.EventLocation
Return the byte or character offset into the input source this location is pointing to.
getColumnNumber() - Method in class com.sun.xml.fastinfoset.stax.EventLocation
Return the column number where the current event ends, returns -1 if none is available.
getCompleteArray() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
getCompleteArray() - Method in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
getCompleteArray() - Method in class com.sun.xml.fastinfoset.util.StringArray
 
getCompleteCharArray() - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
getCompleteLengthArray() - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
getCompleteOffsetArray() - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
getContentHandler() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getCurrentContextEndIndex() - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
getCurrentContextStartIndex() - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
getDTDHandler() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getDTDType() - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
Gets the type of this attribute, default is the String "CDATA"
getData() - Method in class com.sun.xml.fastinfoset.stax.events.CharactersEvent
Get the character data of this event
getData() - Method in class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent
 
getDeclHandler() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getDeclHandler() - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Return the current DTD declaration handler.
getDeclaration() - Method in class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent
Return the declaration of this entity.
getDocumentTypeDeclaration() - Method in class com.sun.xml.fastinfoset.stax.events.DTDEvent
Returns the entire Document Type Declaration as a string, including the internal DTD subset.
getElementText() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Reads the content of a text-only element.
getElementText(boolean) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getElementText() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
Reads the content of a text-only element.
getElementText() - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
getElementText() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getEncoding() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getEncoding() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getEncodingAlgorithmContentHandler() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getEncodingAlgorithmContentHandler() - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Return the current encoding algorithm handler.
getEntities() - Method in class com.sun.xml.fastinfoset.stax.events.DTDEvent
Return a List containing the general entities, both external and internal, declared in the DTD.
getEntityResolver() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getErrorHandler() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getEventAllocator() - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
getEventType() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getEventType() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
Returns an integer code for this event.
getEventType() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getEventTypeString(int) - Static method in class com.sun.xml.fastinfoset.stax.events.Util
 
getExternalVocabularies() - Method in class com.sun.xml.fastinfoset.Decoder
Get the map of referenced external vocabularies.
getExternalVocabularies() - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Deprecated. The map returned will not be the same instance and contain the same entries as the map set by FastInfosetParser.setExternalVocabularies(java.util.Map) method.
getExternalVocabularyURI() - Method in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
getFeature(String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getHandler() - Method in class org.jvnet.fastinfoset.FastInfosetResult
 
getIgnoreComments() - Method in class com.sun.xml.fastinfoset.Encoder
Get the FastInfosetSerializer.IGNORE_COMMENTS_FEATURE.
getIgnoreComments() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Get the FastInfosetSerializer.IGNORE_COMMENTS_FEATURE.
getIgnoreDTD() - Method in class com.sun.xml.fastinfoset.Encoder
Get the FastInfosetSerializer.IGNORE_DTD_FEATURE.
getIgnoreDTD() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Get the FastInfosetSerializer.IGNORE_DTD_FEATURE.
getIgnoreProcesingInstructions() - Method in class com.sun.xml.fastinfoset.Encoder
Get the FastInfosetSerializer.IGNORE_PROCESSING_INSTRUCTIONS_FEATURE.
getIgnoreProcesingInstructions() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Get the FastInfosetSerializer.IGNORE_PROCESSING_INSTRUCTIONS_FEATURE.
getIgnoreWhiteSpaceTextContent() - Method in class com.sun.xml.fastinfoset.Encoder
Get the FastInfosetSerializer.IGNORE_WHITE_SPACE_TEXT_CONTENT_FEATURE.
getIgnoreWhiteSpaceTextContent() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Get the FastInfosetSerializer.IGNORE_WHITE_SPACE_TEXT_CONTENT_FEATURE.
getIndex(String) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getIndex(String, String) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getIndex() - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
getIndex() - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
getIndex(String) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getIndex(String, String) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getInputStream() - Method in class org.jvnet.fastinfoset.FastInfosetSource
 
getInstance() - Static method in class com.sun.xml.fastinfoset.CommonResourceBundle
 
getInstance(Locale) - Static method in class com.sun.xml.fastinfoset.CommonResourceBundle
 
getInstance() - Static method in class com.sun.xml.fastinfoset.stax.events.EmptyIterator
 
getKeys() - Method in class com.sun.xml.fastinfoset.AbstractResourceBundle
Since we are changing the ResourceBundle extension point, must implement getKeys() using delegate getBundle().
getLength() - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getLength() - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getLexicalHandler() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getLexicalHandler() - Method in class org.jvnet.fastinfoset.FastInfosetResult
 
getLexicalHandler() - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Return the current lexical handler.
getLineNumber() - Method in class com.sun.xml.fastinfoset.stax.EventLocation
Return the line number where the current event ends, returns -1 if none is available.
getLocalName(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getLocalName() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getLocalName() - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
getLocalName() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getLocalName(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getLocalNameIndex() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
getLocalNameIndex() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
Get the current index that was applied to an [local name] of an Element or Attribute Information Item.
getLocation() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getLocation() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
Return the location of this event.
getLocation() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getMaximumCapacity() - Method in class com.sun.xml.fastinfoset.util.ValueArray
 
getName() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getName() - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
Returns the QName for this attribute
getName() - Method in class com.sun.xml.fastinfoset.stax.events.EndElementEvent
Get the name of this event
getName() - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
The entity's name
getName() - Method in class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent
The name of the entity
getName() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
Get the name of this event
getName() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getNameString() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getNamespace() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
getNamespaceContext() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getNamespaceContext() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
getNamespaceContext() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
Returns the current namespace context.
getNamespaceContext() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
Gets a read-only namespace context.
getNamespaceContext() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getNamespaceCount() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getNamespaceCount() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getNamespaceDecl(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getNamespaceFromPrefix(String) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
getNamespacePrefix(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getNamespacePrefix(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getNamespaceURI(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser.NamespaceContextImpl
 
getNamespaceURI(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getNamespaceURI(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getNamespaceURI() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getNamespaceURI() - Method in class com.sun.xml.fastinfoset.stax.events.NamespaceBase
 
getNamespaceURI(String) - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
Gets the value that the prefix is bound to in the context of this element.
getNamespaceURI(String) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getNamespaceURI(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getNamespaceURI() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getNamespaceURI(String) - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
getNamespaceURI(int) - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
getNamespaces() - Method in class com.sun.xml.fastinfoset.stax.events.EndElementEvent
Returns an Iterator of namespaces that have gone out of scope.
getNamespaces() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
Returns an Iterator of namespaces declared on this element.
getNext() - Method in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
getNextAttributeIndex() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
getNextAttributeIndex() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
Get the next index to apply to an Attribute Information Item.
getNextElementIndex() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
getNextElementIndex() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
Get the next index to apply to an Element Information Item.
getNextIndex() - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
getNextIndex() - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
getNextLocalNameIndex() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
getNextLocalNameIndex() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
Get the next index to apply to an [local name] of an Element or Attribute Information Item.
getNilLocation() - Static method in class com.sun.xml.fastinfoset.stax.EventLocation
 
getNonDefaultPrefix(String) - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
getNotationName() - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
The name of the associated notation.
getNotations() - Method in class com.sun.xml.fastinfoset.stax.events.DTDEvent
Return a List containing the notations declared in the DTD.
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
 
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
getOctetLengthFromPrimitiveLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
getOutputStream() - Method in class org.jvnet.fastinfoset.FastInfosetResult
 
getPIData() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getPIData() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getPITarget() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getPITarget() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getParseFragments() - Method in class com.sun.xml.fastinfoset.Decoder
Return the parse fragments property.
getParseFragments() - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Return the parse fragments property.
getPrefix(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getPrefix(String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
getPrefix(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser.NamespaceContextImpl
 
getPrefix() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getPrefix(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
getPrefix() - Method in class com.sun.xml.fastinfoset.stax.events.NamespaceBase
 
getPrefix(String) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
Gets the prefix the uri is bound to
getPrefix() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getPrefix(String) - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
getPrefix(int) - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
getPrefixFromNamespace(String) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
getPrefixFromQualifiedName(String) - Static method in class com.sun.xml.fastinfoset.Encoder
Obtain the prefix from a qualified name.
getPrefixFromQualifiedName(String) - Static method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
getPrefixes(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser.NamespaceContextImpl
 
getPrefixes() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getPrefixes(String) - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
getPrefixes() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
getPrefixesFromNamespace(String) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
getPrimitiveTypeContentHandler() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getPrimitiveTypeContentHandler() - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Return the current primitive type handler.
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.BASE64EncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int, int) - Method in class com.sun.xml.fastinfoset.algorithm.BooleanEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.DoubleEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.FloatEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
getPrimtiveLengthFromOctetLength(int) - Method in class com.sun.xml.fastinfoset.algorithm.UUIDEncodingAlgorithm
 
getProcessedDTD() - Method in class com.sun.xml.fastinfoset.stax.events.DTDEvent
Returns an implementation defined representation of the DTD.
getProperty(String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
getProperty(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getProperty(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
getProperty(String) - Method in class com.sun.xml.fastinfoset.stax.StAXManager
 
getProperty(String) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
getProperty(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
Get the value of a feature/property from the underlying implementation
getProperty(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
getProperty(String) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getPublicId() - Method in class com.sun.xml.fastinfoset.stax.EventLocation
Returns the public ID of the XML
getPublicId() - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
The entity's public identifier, or null if none was given
getQName() - Method in class com.sun.xml.fastinfoset.QualifiedName
 
getQName(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getQName(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getQNameString() - Method in class com.sun.xml.fastinfoset.QualifiedName
 
getQualifiedName(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getReadOnlyVocabulary() - Method in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
getReader() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getRegisteredEncodingAlgorithms() - Method in class com.sun.xml.fastinfoset.Decoder
Gets the set of registered encoding algorithms.
getRegisteredEncodingAlgorithms() - Method in class com.sun.xml.fastinfoset.Encoder
Gets the set of registered encoding algorithms.
getRegisteredEncodingAlgorithms() - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Gets the set of registered encoding algorithms.
getRegisteredEncodingAlgorithms() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Gets the set of registered encoding algorithms.
getReplacementText() - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
The replacement text of the entity.
getSchemaType() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
This method is provided for implementations to provide optional type information about the associated event.
getSize() - Method in class com.sun.xml.fastinfoset.util.ValueArray
 
getString(String, Object[]) - Method in class com.sun.xml.fastinfoset.AbstractResourceBundle
Gets 'key' from ResourceBundle and format mesage using 'args'.
getString(String, Object[], Locale) - Method in class com.sun.xml.fastinfoset.AbstractResourceBundle
Gets 'key' from ResourceBundle and format mesage using 'args'.
getString(int) - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
getStringInterning() - Method in class com.sun.xml.fastinfoset.Decoder
Return the string interning property.
getStringInterning() - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Return the string interning property.
getSystemId() - Method in class com.sun.xml.fastinfoset.stax.EventLocation
Returns the system ID of the XML
getSystemId() - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
The entity's system identifier.
getSystemId() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
getSystemId() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
Returns the system ID of the XML data
getTarget() - Method in class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent
 
getText() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getText() - Method in class com.sun.xml.fastinfoset.stax.events.CommentEvent
Return the string data of the comment, returns empty string if it does not exist
getText() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getTextAlgorithmBytes() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextAlgorithmBytes(int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextAlgorithmBytesClone() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextAlgorithmIndex() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextAlgorithmLength() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextAlgorithmStart() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextAlgorithmURI() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextCharacters() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextCharacters(int, char[], int, int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextCharacters(int, char[], int, int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getTextCharacters() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getTextLength() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextLength() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getTextStart() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getTextStart() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getToIndex(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getToIndex(int) - Method in interface org.jvnet.fastinfoset.sax.EncodingAlgorithmAttributes
Return the whether the attribute value should be indexed or not.
getToIndex(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getTotalCharacterCount() - Method in class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
getTotalCharacterCount() - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
getType(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getType(String) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getType(String, String) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getType(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getType(String) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getType(String, String) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getURI(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getURI(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getURI(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getValue(int) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getValue(String) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getValue(String, String) - Method in class com.sun.xml.fastinfoset.sax.AttributesHolder
 
getValue() - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
Gets the normalized value of this attribute
getValue(int) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getValue(String) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getValue(String, String) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
 
getVersion() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
getVersion() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
Returns the version of XML of this XML stream
getVersion() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
getVocabulary() - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
getVocabularyApplicationData() - Method in class com.sun.xml.fastinfoset.Encoder
Get the application data associated with the serializer vocabulary.
getVocabularyApplicationData() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Get the application data associated with the serializer vocabulary.
getWriter() - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
getXMLReader() - Method in class org.jvnet.fastinfoset.FastInfosetSource
 
getXMLReporter() - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
getXMLResolver() - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 

H

HEXADECIMAL - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
HexadecimalEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm.
 
HexadecimalEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.HexadecimalEncodingAlgorithm
 
handleGetObject(String) - Method in class com.sun.xml.fastinfoset.AbstractResourceBundle
Since we are changing the ResourceBundle extension point, must implement handleGetObject() using delegate getBundle().
hasExternalVocabulary() - Method in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
hasInitialVocabulary() - Method in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
hasMark() - Method in class com.sun.xml.fastinfoset.Encoder
 
hasName() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
hasName() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
hasNext() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
hasNext() - Method in class com.sun.xml.fastinfoset.stax.events.EmptyIterator
 
hasNext() - Method in class com.sun.xml.fastinfoset.stax.events.ReadIterator
 
hasNext() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
hasNext() - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
hasNext() - Method in class com.sun.xml.fastinfoset.stax.util.StAXFilteredParser
 
hasNext() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
hasText() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
hasText() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
hashCode() - Method in class com.sun.xml.fastinfoset.util.CharArray
 
hashCode(char[], int, int) - Static method in class com.sun.xml.fastinfoset.util.CharArray
 
hashCode() - Method in class com.sun.xml.fastinfoset.util.CharArrayString
 
hashHash(int) - Static method in class com.sun.xml.fastinfoset.util.KeyIntMap
 
hexadecimalEncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
highSurrogate(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns the high surrogate of a supplemental character

I

IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS - Static variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY - Static variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
IEEE754FloatingPointEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm.
 
IEEE754FloatingPointEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.IEEE754FloatingPointEncodingAlgorithm
 
IGNORE_COMMENTS_FEATURE - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The feature to ignore comments.
IGNORE_DTD_FEATURE - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The feature to ignore the document type declaration and the internal subset.
IGNORE_PROCESSING_INSTRUCTIONS_FEATURE - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The feature to ignore processing instructions.
IGNORE_WHITE_SPACE_TEXT_CONTENT_FEATURE - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The feature to ignore text content that consists completely of white space characters.
INITIAL_CHARACTER_SIZE - Static variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
INITIAL_LENGTH - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
 
INITIAL_VOCABULARY_ATTRIBUTE_NAME_SURROGATES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_ATTRIBUTE_VALUES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_CONTENT_CHARACTER_CHUNKS_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_ELEMENT_NAME_SURROGATES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_ENCODING_ALGORITHMS_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_EXTERNAL_VOCABULARY_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_LOCAL_NAMES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_NAMESPACE_NAMES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_OTHER_NCNAMES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_OTHER_STRINGS_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_OTHER_URIS_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_PREFIXES_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INITIAL_VOCABULARY_RESTRICTED_ALPHABETS_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INT - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
INTEGER_2ND_BIT_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_2ND_BIT_LARGE_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_2ND_BIT_LARGE_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_2ND_BIT_MEDIUM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_2ND_BIT_MEDIUM_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_2ND_BIT_MEDIUM_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_2ND_BIT_SMALL_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_2ND_BIT_SMALL_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_LARGE_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_LARGE_LARGE_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_LARGE_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_LARGE_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_MEDIUM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_MEDIUM_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_MEDIUM_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_SMALL_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_3RD_BIT_SMALL_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_LARGE_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_LARGE_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_LARGE_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_MEDIUM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_MEDIUM_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_MEDIUM_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_SMALL_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_4TH_BIT_SMALL_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_LARGE_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_LARGE_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_MAXIMUM_SIZE - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_MEDIUM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_MEDIUM_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTEGER_SMALL_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
INTERNAL_STATE_DOUBLE_TERMINATE_ELEMENT - Static variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
INTERNAL_STATE_END_DOCUMENT - Static variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
INTERNAL_STATE_SINGLE_TERMINATE_ELEMENT_WITH_NAMESPACES - Static variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
INTERNAL_STATE_START_DOCUMENT - Static variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
INTERNAL_STATE_START_ELEMENT_TERMINATE - Static variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
INTERNAL_STATE_VOID - Static variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
INT_MAX_CHARACTER_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
 
INT_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
 
IntEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm.
 
IntEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.IntEncodingAlgorithm
 
IntegerEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm.
 
IntegerEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
index - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
indexFor(int, int) - Static method in class com.sun.xml.fastinfoset.util.KeyIntMap
 
init() - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
 
init() - Method in class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent
 
init() - Method in class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent
 
init() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
initiateLowLevelWriting() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
initiateLowLevelWriting() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
Initiate low level writing of an element fragment.
instance - Static variable in class com.sun.xml.fastinfoset.stax.events.EmptyIterator
 
intArray - Variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
 
intEncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
ints(int[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
ints(int[], int, int) - Method in interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
Receive notification of character data as an array of int.
ints(int[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
isAbsolutePath(String) - Static method in class com.sun.xml.fastinfoset.sax.SystemIdResolver
 
isAbsoluteURI(String) - Static method in class com.sun.xml.fastinfoset.sax.SystemIdResolver
 
isAttribute() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
A utility function to check if this event is an Attribute.
isAttributeSpecified(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
isAttributeSpecified(int) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
isAttributeValueLengthMatchesLimit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Checks whether attribute value (its length) matches limits: length limit itself and limit for index Map total capacity
isBase64Follows() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
isCData() - Method in class com.sun.xml.fastinfoset.stax.events.CharactersEvent
 
isCharacterContentChunkLengthMatchesLimit(int, CharArrayIntMap) - Method in class com.sun.xml.fastinfoset.Encoder
Checks whether character content chunk (its length) matches limits: length limit itself and limit for total capacity of specified CharArrayIntMap
isCharacters() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
isCharacters() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
A utility function to check if this event is Characters.
isCharacters() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
isContent(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character can be considered content.
isCurrentContextEmpty() - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
isDefaultNamespaceDeclaration() - Method in class com.sun.xml.fastinfoset.stax.events.NamespaceBase
 
isEmptyString(String) - Static method in class com.sun.xml.fastinfoset.stax.events.Util
A string is empty if it's null or contains nothing
isEndDocument() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
isEndElement() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
isEndElement() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
isEndElement() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
isEntityReference() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
isFastInfosetDocument(InputStream) - Static method in class com.sun.xml.fastinfoset.Decoder
 
isHighSurrogate(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns whether the given character is a high surrogate
isIgnorableWhiteSpace() - Method in class com.sun.xml.fastinfoset.stax.events.CharactersEvent
Return true if this is ignorableWhiteSpace.
isInvalid(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is invalid.
isLowSurrogate(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character can be considered markup.
isNCName(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isName(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameStart(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNamespace() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
A utility function to check if this event is a Namespace.
isNamespace() - Method in class com.sun.xml.fastinfoset.stax.events.NamespaceBase
 
isProcessingInstruction() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
isPropertySupported(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
Query the set of Properties that this factory supports.
isPropertySupported(String) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
isPubid(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isQNameFromReadOnlyMap(QualifiedName) - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
isSpace(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is a space character as defined by production [3] in the XML 1.0 specification.
isSpecified() - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
A flag indicating whether this attribute was actually specified in the start-tag of its element, or was defaulted from the schema.
isStandalone() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
isStandalone() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
Returns if this XML is standalone
isStandalone() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
isStartDocument() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
isStartDocument() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
isStartElement() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
isStartElement() - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
isStartElement() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
isSupplemental(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is a supplemental character.
isValid(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the specified character is valid.
isValidIANAEncoding(String) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the encoding name is a valid IANA encoding.
isValidJavaEncoding(String) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true if the encoding name is a valid Java encoding.
isValidNCName(String) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Check to see if a string is a valid NCName according to [4] from the XML Namespaces 1.0 Recommendation
isValidName(String) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
isValidNmtoken(String) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
isWhiteSpace(char[], int, int) - Static method in class com.sun.xml.fastinfoset.Encoder
Check if character array contains characters that are all white space.
isWhiteSpace(String) - Static method in class com.sun.xml.fastinfoset.Encoder
Check if a String contains characters that are all white space.
isWhiteSpace() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Returns true if the cursor points to a character data event that consists of all whitespace Application calling this method needs to cache the value and avoid calling this method again for the same event.
isWhiteSpace() - Method in class com.sun.xml.fastinfoset.stax.events.CharactersEvent
Returns true if this set of Characters are all whitespace.
isWhiteSpace() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 

K

KeyIntMap - class com.sun.xml.fastinfoset.util.KeyIntMap.
 
KeyIntMap(int, float) - Constructor for class com.sun.xml.fastinfoset.util.KeyIntMap
 
KeyIntMap(int) - Constructor for class com.sun.xml.fastinfoset.util.KeyIntMap
 
KeyIntMap() - Constructor for class com.sun.xml.fastinfoset.util.KeyIntMap
 

L

LEXICAL_HANDLER_PROPERTY - Static variable in class com.sun.xml.fastinfoset.sax.Properties
 
LITERAL_QNAME_NAMESPACE_NAME_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
LITERAL_QNAME_PREFIX_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
LITERAL_QNAME_PREFIX_NAMESPACE_NAME_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
LOCALE - Static variable in class com.sun.xml.fastinfoset.AbstractResourceBundle
 
LOCAL_NAME - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
LONG - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
LONG_MAX_CHARACTER_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
 
LONG_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
 
LocalNameQualifiedNamesMap - class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap.
 
LocalNameQualifiedNamesMap(int, float) - Constructor for class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
LocalNameQualifiedNamesMap(int) - Constructor for class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
LocalNameQualifiedNamesMap() - Constructor for class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
LocalNameQualifiedNamesMap.Entry - class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap.Entry.
 
LocalNameQualifiedNamesMap.Entry(String, int, LocalNameQualifiedNamesMap.Entry) - Constructor for class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap.Entry
 
LongEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm.
 
LongEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.LongEncodingAlgorithm
 
LowLevelFastInfosetStreamWriter - interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter.
Low level Fast Infoset stream writer.
length - Variable in class com.sun.xml.fastinfoset.util.CharArray
 
length() - Method in class com.sun.xml.fastinfoset.util.CharArray
 
localName - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
localName - Variable in class com.sun.xml.fastinfoset.tools.SAXEventSerializer.AttributeValueHolder
 
localName - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
localName - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
localNameIndex - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
localNames - Variable in class org.jvnet.fastinfoset.Vocabulary
The local name table, containing String objects.
longArray - Variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
 
longEncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
longs(long[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
longs(long[], int, int) - Method in interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
Receive notification of character data as an array of long.
longs(long[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
lowSurrogate(int) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns the low surrogate of a supplemental character

M

MAP_SIZE - Static variable in class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier
 
MASK_CONTENT - Static variable in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Content character mask.
MASK_NAME - Static variable in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Name character mask.
MASK_NAME_START - Static variable in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Name start character mask.
MASK_NCNAME - Static variable in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
NCName character mask.
MASK_NCNAME_START - Static variable in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
NCName start character mask.
MASK_PUBID - Static variable in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Pubid character mask.
MASK_SPACE - Static variable in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Space character mask.
MASK_VALID - Static variable in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Valid character mask.
MAXIMUM_CAPACITY - Static variable in class com.sun.xml.fastinfoset.util.ValueArray
 
MAXIMUM_CHARACTER_SIZE - Static variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.FI_DOM_Or_XML_DOM_SAX_SAXEvent
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_SAXEvent
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.FI_SAX_XML
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.FI_StAX_SAX_Or_XML_SAX_SAXEvent
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.PrintTable
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.XML_DOM_FI
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.XML_DOM_SAX_FI
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.XML_SAX_FI
 
main(String[]) - Static method in class com.sun.xml.fastinfoset.tools.XML_SAX_StAX_FI
 
mark() - Method in class com.sun.xml.fastinfoset.Encoder
Mark the current position in the buffered stream.
matchWhiteSpaceDelimnatedWords(CharBuffer, BuiltInEncodingAlgorithm.WordListener) - Method in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
 

N

NAMESPACES_FEATURE - Static variable in class com.sun.xml.fastinfoset.sax.Features
 
NAMESPACE_ATTRIBUTE - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NAMESPACE_ATTRIBUTE_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NAMESPACE_ATTRIBUTE_NAME_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NAMESPACE_ATTRIBUTE_PREFIX_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NAMESPACE_ATTRIBUTE_PREFIX_NAME_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NAMESPACE_NAME - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
NAMESPACE_PREFIXES_FEATURE - Static variable in class com.sun.xml.fastinfoset.sax.Features
 
NAME_SURROGATE_NAME_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NAME_SURROGATE_PREFIX_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NISTRING - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_ADD_TO_TABLE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NISTRING_EA - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_EMPTY - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_EMPTY_STRING - Static variable in class com.sun.xml.fastinfoset.Decoder
 
NISTRING_ENCODING_ALGORITHM - Static variable in class com.sun.xml.fastinfoset.Decoder
 
NISTRING_ENCODING_ALGORITHM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NISTRING_INDEX - Static variable in class com.sun.xml.fastinfoset.Decoder
 
NISTRING_INDEX_LARGE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_INDEX_MEDIUM - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_INDEX_SMALL - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_RA - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_RESTRICTED_ALPHABET_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NISTRING_STRING - Static variable in class com.sun.xml.fastinfoset.Decoder
 
NISTRING_UTF16_LARGE_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_UTF16_MEDIUM_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_UTF16_SMALL_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_UTF8_LARGE_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_UTF8_MEDIUM_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_UTF8_SMALL_LENGTH - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
NISTRING_UTF_16_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NISTRING_UTF_8_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS - Static variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTY - Static variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS - Static variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY - Static variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
NOTATIONS - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NOTATIONS_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NOTATIONS_PUBLIC_IDENTIFIER_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NOTATIONS_SYSTEM_IDENTIFIER_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
NOT_PRESENT - Static variable in class com.sun.xml.fastinfoset.util.KeyIntMap
 
NULL_ENTRY - Static variable in class com.sun.xml.fastinfoset.util.StringIntMap
 
NUMERIC_CHARACTERS - Static variable in class org.jvnet.fastinfoset.RestrictedAlphabet
 
NUMERIC_CHARACTERS_INDEX - Static variable in class org.jvnet.fastinfoset.RestrictedAlphabet
 
NUMERIC_CHARACTERS_TABLE - Static variable in class com.sun.xml.fastinfoset.Encoder
 
NamespaceBase - class com.sun.xml.fastinfoset.stax.events.NamespaceBase.
 
NamespaceBase(String) - Constructor for class com.sun.xml.fastinfoset.stax.events.NamespaceBase
a namespace attribute has a form: xmlns:NCName="URI reference"
NamespaceBase(String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.NamespaceBase
Create a new Namespace
NamespaceContextImplementation - class com.sun.xml.fastinfoset.util.NamespaceContextImplementation.
 
NamespaceContextImplementation() - Constructor for class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
Notation - class com.sun.xml.fastinfoset.Notation.
 
Notation(String, String, String) - Constructor for class com.sun.xml.fastinfoset.Notation
Creates a new instance of Notation
name - Variable in class com.sun.xml.fastinfoset.Notation
 
nameAsString() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
Return this event as String
namespaceName - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
namespaceName - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
namespaceName - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
namespaceNameIndex - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
namespaceNames - Variable in class org.jvnet.fastinfoset.Vocabulary
The namespace name table, containing String objects.
newInstance() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventAllocatorBase
This method creates an instance of the XMLEventAllocator.
newInstance() - Static method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
next() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
next() - Method in class com.sun.xml.fastinfoset.stax.events.EmptyIterator
 
next() - Method in class com.sun.xml.fastinfoset.stax.events.ReadIterator
 
next() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
next() - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
next() - Method in class com.sun.xml.fastinfoset.stax.util.StAXFilteredParser
 
next() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
nextEvent() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
nextEvent() - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
nextTag() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Skips any white space (isWhiteSpace() returns true), COMMENT, or PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached.
nextTag(boolean) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
if the current tag has already read, such as in the case EventReader's peek() has been called, the current cursor should not move before the loop
nextTag() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
Skips any insignificant space events until a START_ELEMENT or END_ELEMENT is reached.
nextTag() - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
nextTag() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
notationName - Variable in class com.sun.xml.fastinfoset.UnparsedEntity
 
numericCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
numericCharacters(char[], int, int) - Method in interface org.jvnet.fastinfoset.sax.RestrictedAlphabetContentHandler
 

O

OCTET_STRING_LENGTH_2ND_BIT_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_2ND_BIT_MEDIUM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_2ND_BIT_MEDIUM_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_2ND_BIT_SMALL_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_2ND_BIT_SMALL_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_5TH_BIT_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_5TH_BIT_MEDIUM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_5TH_BIT_MEDIUM_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_5TH_BIT_SMALL_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_5TH_BIT_SMALL_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_7TH_BIT_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_7TH_BIT_MEDIUM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_7TH_BIT_MEDIUM_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_7TH_BIT_SMALL_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_7TH_BIT_SMALL_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_LARGE_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_MEDIUM_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_MEDIUM_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_LENGTH_SMALL_LIMIT - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OCTET_STRING_MAXIMUM_LENGTH - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
OTHER_NCNAME - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
OTHER_STRING - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
OTHER_URI - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
OctetBufferListener - interface com.sun.xml.fastinfoset.OctetBufferListener.
 
object(String, int, Object) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
object(String, int, Object) - Method in interface org.jvnet.fastinfoset.sax.EncodingAlgorithmContentHandler
Receive notification of encoding algorithm data as an object.
object(String, int, Object) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
obtainDynamicEntry(String) - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
obtainEntry(String) - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
obtainIndex(char[], int, int, boolean) - Method in class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
obtainIndex(String) - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
octets(String, int, byte[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
octets(String, int, byte[], int, int) - Method in interface org.jvnet.fastinfoset.sax.EncodingAlgorithmContentHandler
Receive notification of encoding algorithm data as an array of byte.
octets(String, int, byte[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
onBeforeOctetBufferOverwrite() - Method in interface com.sun.xml.fastinfoset.OctetBufferListener
Callback method that will be called before the (@link Decoder) octet buffer content is going to be changed.
onBeforeOctetBufferOverwrite() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
org.jvnet.fastinfoset - package org.jvnet.fastinfoset
 
org.jvnet.fastinfoset.sax - package org.jvnet.fastinfoset.sax
 
org.jvnet.fastinfoset.sax.helpers - package org.jvnet.fastinfoset.sax.helpers
 
org.jvnet.fastinfoset.stax - package org.jvnet.fastinfoset.stax
 
otherNCName - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
otherNCName - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
otherNCNames - Variable in class org.jvnet.fastinfoset.Vocabulary
The "other NCName" table, containing String objects.
otherString - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
otherString - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
otherStrings - Variable in class org.jvnet.fastinfoset.Vocabulary
The "other string" table, containing String objects.
otherURI - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
otherURI - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
otherURIs - Variable in class org.jvnet.fastinfoset.Vocabulary
The "other URI" table, containing String objects.

P

PREFIX - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
PREFIX_MAP_SIZE - Static variable in class com.sun.xml.fastinfoset.util.PrefixArray
 
PRIMITIVE_TYPE_CONTENT_HANDLER_PROPERTY - Static variable in interface org.jvnet.fastinfoset.sax.FastInfosetReader
The property name to be used for getting and setting the PrimtiveTypeContentHandler.
PROCESSING_INSTRUCTION - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
PROCESSING_INSTRUCTION_II - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
PROCESSING_INSTRUCTION_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ParserVocabulary - class com.sun.xml.fastinfoset.vocab.ParserVocabulary.
 
ParserVocabulary() - Constructor for class com.sun.xml.fastinfoset.vocab.ParserVocabulary
Creates a new instance of ParserVocabulary
ParserVocabulary(Vocabulary) - Constructor for class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
PrefixArray - class com.sun.xml.fastinfoset.util.PrefixArray.
 
PrefixArray(int, int) - Constructor for class com.sun.xml.fastinfoset.util.PrefixArray
 
PrefixArray() - Constructor for class com.sun.xml.fastinfoset.util.PrefixArray
 
PrimitiveTypeContentHandler - interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler.
SAX2 extention handler to receive notification of character data as primtive types.
PrintTable - class com.sun.xml.fastinfoset.tools.PrintTable.
 
PrintTable() - Constructor for class com.sun.xml.fastinfoset.tools.PrintTable
Creates a new instance of PrintTable
ProcessingInstructionEvent - class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent.
 
ProcessingInstructionEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent
 
ProcessingInstructionEvent(String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent
 
Properties - class com.sun.xml.fastinfoset.sax.Properties.
 
Properties() - Constructor for class com.sun.xml.fastinfoset.sax.Properties
 
parse(Document, InputStream) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
Parse a fast infoset document into a Document instance.
parse(InputStream) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
parse() - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
parse(InputSource) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
parse(String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
parse(InputStream) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
parse() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
parse(InputStream, OutputStream, String) - Method in class com.sun.xml.fastinfoset.tools.FI_DOM_Or_XML_DOM_SAX_SAXEvent
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.FI_DOM_Or_XML_DOM_SAX_SAXEvent
 
parse(InputStream, OutputStream, String) - Method in class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent
 
parse(InputStream, OutputStream, String) - Method in class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_SAXEvent
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.FI_SAX_Or_XML_SAX_SAXEvent
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.FI_SAX_XML
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.FI_StAX_SAX_Or_XML_SAX_SAXEvent
 
parse(String[]) - Method in class com.sun.xml.fastinfoset.tools.TransformInputOutput
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.TransformInputOutput
 
parse(InputStream, OutputStream, String) - Method in class com.sun.xml.fastinfoset.tools.TransformInputOutput
 
parse(InputStream, OutputStream, String) - Method in class com.sun.xml.fastinfoset.tools.XML_DOM_FI
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.XML_DOM_FI
 
parse(InputStream, OutputStream, String) - Method in class com.sun.xml.fastinfoset.tools.XML_DOM_SAX_FI
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.XML_DOM_SAX_FI
 
parse(InputStream, OutputStream, String) - Method in class com.sun.xml.fastinfoset.tools.XML_SAX_FI
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.XML_SAX_FI
 
parse(InputStream, OutputStream, String) - Method in class com.sun.xml.fastinfoset.tools.XML_SAX_StAX_FI
 
parse(InputStream, OutputStream) - Method in class com.sun.xml.fastinfoset.tools.XML_SAX_StAX_FI
 
parse(InputStream) - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Parse a fast infoset document from an InputStream.
parseLocale(String) - Static method in class com.sun.xml.fastinfoset.AbstractResourceBundle
Parse a locale string, return corresponding Locale instance.
peek() - Method in class com.sun.xml.fastinfoset.Decoder
 
peek(OctetBufferListener) - Method in class com.sun.xml.fastinfoset.Decoder
 
peek() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
peek() - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
peek2(OctetBufferListener) - Method in class com.sun.xml.fastinfoset.Decoder
 
peekNext() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
peekNext() - Method in interface org.jvnet.fastinfoset.stax.FastInfosetStreamReader
Peek at the next event.
popContext() - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
popScope(int) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
popScopeWithPrefixEntry(int) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
prefix - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
prefix - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
prefix - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
prefixIndex - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
prefixes - Variable in class org.jvnet.fastinfoset.Vocabulary
The prefix table, containing String objects.
printArray(String, StringArray) - Static method in class com.sun.xml.fastinfoset.tools.PrintTable
 
printArray(String, PrefixArray) - Static method in class com.sun.xml.fastinfoset.tools.PrintTable
 
printArray(String, CharArrayArray) - Static method in class com.sun.xml.fastinfoset.tools.PrintTable
 
printArray(String, ContiguousCharArrayArray) - Static method in class com.sun.xml.fastinfoset.tools.PrintTable
 
printArray(String, QualifiedNameArray) - Static method in class com.sun.xml.fastinfoset.tools.PrintTable
 
printVocabulary(ParserVocabulary) - Static method in class com.sun.xml.fastinfoset.tools.PrintTable
 
processAIIEncodingAlgorithm(QualifiedName) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processAIIEncodingAlgorithm(QualifiedName) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processAIIs() - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processAIIs() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processAIIs() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processBuiltInEncodingAlgorithmAsCharacters(StringBuffer) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processBuiltInEncodingAlgorithmAsObject() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processCIIBuiltInEncodingAlgorithmAsPrimitive() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processCIIEncodingAlgorithm() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processCIIEncodingAlgorithm() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processCommentII() - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processCommentII() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processCommentII() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processDII() - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processDII() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processDII() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processDIIFragment() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processDIIOptionalProperties() - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processDIIOptionalProperties() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processDIIOptionalProperties(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processEII(QualifiedName, boolean) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processEII(QualifiedName, boolean) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processEII(QualifiedName, boolean) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processEIIIndexLarge(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processEIIIndexMedium(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processEIIWithNamespaces() - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processEIIWithNamespaces() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processEIIWithNamespaces(boolean) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processLiteralQualifiedName(int, QualifiedName) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processLiteralQualifiedName(int) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processLiteralQualifiedName(int, QualifiedName) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processProcessingII() - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
processProcessingII() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
processProcessingII() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processUnexpandedEntityReference(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
processingInstruction(String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
processingInstruction(String, String) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
processingInstruction(String, String) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
processingInstruction(String, String) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
publicIdentifier - Variable in class com.sun.xml.fastinfoset.Notation
 
pushContext() - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
pushScope(int, int) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
pushScopeWithPrefixEntry(String, String, int, int) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
putPrefix(String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 

Q

QualifiedName - class com.sun.xml.fastinfoset.QualifiedName.
 
QualifiedName() - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedName(String, String, String, String) - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedName(String, String, String, String, int) - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedName(String, String, String, String, int, int, int, int) - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedName(String, String, String) - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedName(String, String, String, int, int, int, char[]) - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedName(String, String, String, int) - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedName(String, String, String, int, int, int, int) - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedName(String, String) - Constructor for class com.sun.xml.fastinfoset.QualifiedName
 
QualifiedNameArray - class com.sun.xml.fastinfoset.util.QualifiedNameArray.
 
QualifiedNameArray(int, int) - Constructor for class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
QualifiedNameArray() - Constructor for class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
qName - Variable in class com.sun.xml.fastinfoset.QualifiedName
 
qName - Variable in class com.sun.xml.fastinfoset.tools.SAXEventSerializer.AttributeValueHolder
 

R

REGISTERED_ENCODING_ALGORITHMS_PROPERTY - Static variable in interface org.jvnet.fastinfoset.FastInfosetParser
The property name to be used for getting and setting the Map containing encoding algorithms.
REGISTERED_ENCODING_ALGORITHMS_PROPERTY - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The property name to be used for getting and setting the Map containing encoding algorithms.
RESTRICTED_ALPHABET - Static variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
RESTRICTED_ALPHABET_APPLICATION_MAX - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
RESTRICTED_ALPHABET_APPLICATION_START - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
RESTRICTED_ALPHABET_BUILTIN_END - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
ReadIterator - class com.sun.xml.fastinfoset.stax.events.ReadIterator.
 
ReadIterator() - Constructor for class com.sun.xml.fastinfoset.stax.events.ReadIterator
 
ReadIterator(Iterator) - Constructor for class com.sun.xml.fastinfoset.stax.events.ReadIterator
 
RestrictedAlphabet - class org.jvnet.fastinfoset.RestrictedAlphabet.
 
RestrictedAlphabet() - Constructor for class org.jvnet.fastinfoset.RestrictedAlphabet
 
RestrictedAlphabetContentHandler - interface org.jvnet.fastinfoset.sax.RestrictedAlphabetContentHandler.
 
read() - Method in class com.sun.xml.fastinfoset.Decoder.EncodingAlgorithmInputStream
 
read(byte[]) - Method in class com.sun.xml.fastinfoset.Decoder.EncodingAlgorithmInputStream
 
read(byte[], int, int) - Method in class com.sun.xml.fastinfoset.Decoder.EncodingAlgorithmInputStream
 
read() - Method in class com.sun.xml.fastinfoset.Decoder
 
remove() - Method in class com.sun.xml.fastinfoset.stax.events.EmptyIterator
 
remove() - Method in class com.sun.xml.fastinfoset.stax.events.ReadIterator
 
remove() - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
remove() - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
removeWhitespace(char[], int, int) - Method in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
 
replaceWithAttributeAlgorithmData(int, String, int, Object) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Replace an attribute value with algorithm data.
require(int, String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Test if the current event is of the given type and if the namespace and name match the current namespace and name of the current event.
require(int, String, String) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
reset() - Method in class com.sun.xml.fastinfoset.Decoder
Reset the decoder for reuse decoding another XML infoset.
reset() - Method in class com.sun.xml.fastinfoset.Encoder
Reset the encoder for reuse encoding another XML infoset.
reset() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
reset() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
reset() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
reset() - Method in class com.sun.xml.fastinfoset.stax.events.EndElementEvent
 
reset() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
reset() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
reset() - Method in class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier
 
reset() - Method in class com.sun.xml.fastinfoset.util.NamespaceContextImplementation
 
reset() - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Reset the serializer for reuse serializing another XML infoset.
resetMark() - Method in class com.sun.xml.fastinfoset.Encoder
Reset the marked position in the buffered stream.
resetOnError() - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
resetOnError() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
resetOnError() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
resize() - Method in class com.sun.xml.fastinfoset.util.CharArrayArray
 
resize() - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
resize() - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
resize() - Method in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
resize() - Method in class com.sun.xml.fastinfoset.util.StringArray
 
resize(int) - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
resizeArray(int) - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
resizeNamespaceAIIs() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
restrictedAlphabet - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
restrictedAlphabet - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
restrictedAlphabets - Variable in class org.jvnet.fastinfoset.Vocabulary
The restricted alphabet table, containing String objects.

S

SAX2StAXWriter - class com.sun.xml.fastinfoset.tools.SAX2StAXWriter.
 
SAX2StAXWriter(XMLStreamWriter) - Constructor for class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
SAXDocumentParser - class com.sun.xml.fastinfoset.sax.SAXDocumentParser.
The Fast Infoset SAX parser.
SAXDocumentParser() - Constructor for class com.sun.xml.fastinfoset.sax.SAXDocumentParser
Creates a new instance of DocumetParser2
SAXDocumentSerializer - class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer.
The Fast Infoset SAX serializer.
SAXDocumentSerializer(boolean) - Constructor for class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
SAXDocumentSerializer() - Constructor for class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
SAXDocumentSerializerWithPrefixMapping - class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping.
The Fast Infoset SAX serializer that maps prefixes to user specified prefixes that are specified in a namespace URI to prefix map.
SAXDocumentSerializerWithPrefixMapping(Map) - Constructor for class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
SAXEventSerializer - class com.sun.xml.fastinfoset.tools.SAXEventSerializer.
 
SAXEventSerializer(OutputStream) - Constructor for class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
SAXEventSerializer.AttributeValueHolder - class com.sun.xml.fastinfoset.tools.SAXEventSerializer.AttributeValueHolder.
 
SAXEventSerializer.AttributeValueHolder(String, String, String, String, String) - Constructor for class com.sun.xml.fastinfoset.tools.SAXEventSerializer.AttributeValueHolder
 
SHORT - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
SHORT_MAX_CHARACTER_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
 
SHORT_SIZE - Static variable in class com.sun.xml.fastinfoset.algorithm.IntegerEncodingAlgorithm
 
SPACE_PATTERN - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm
 
STATE_ILLEGAL - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
STATE_UNSUPPORTED - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
STAX_ENTITIES - Static variable in class com.sun.xml.fastinfoset.stax.StAXManager
 
STAX_NOTATIONS - Static variable in class com.sun.xml.fastinfoset.stax.StAXManager
 
STRING_INTERNING_FEATURE - Static variable in class com.sun.xml.fastinfoset.sax.Features
 
STRING_INTERNING_PROPERTY - Static variable in interface org.jvnet.fastinfoset.FastInfosetParser
The property name to be used for getting and setting the string interning property of a parser.
STRING_INTERNING_SYSTEM_PROPERTY - Static variable in class com.sun.xml.fastinfoset.Decoder
String interning system property.
SerializerVocabulary - class com.sun.xml.fastinfoset.vocab.SerializerVocabulary.
 
SerializerVocabulary() - Constructor for class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
SerializerVocabulary(Vocabulary, boolean) - Constructor for class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
ShortEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm.
An encoder for handling Short values.
ShortEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.ShortEncodingAlgorithm
 
StAX2SAXReader - class com.sun.xml.fastinfoset.tools.StAX2SAXReader.
 
StAX2SAXReader(XMLStreamReader, ContentHandler) - Constructor for class com.sun.xml.fastinfoset.tools.StAX2SAXReader
 
StAX2SAXReader(XMLStreamReader) - Constructor for class com.sun.xml.fastinfoset.tools.StAX2SAXReader
 
StAXDocumentParser - class com.sun.xml.fastinfoset.stax.StAXDocumentParser.
The Fast Infoset StAX parser.
StAXDocumentParser() - Constructor for class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
StAXDocumentParser(InputStream) - Constructor for class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
StAXDocumentParser(InputStream, StAXManager) - Constructor for class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
StAXDocumentParser.NamespaceContextImpl - class com.sun.xml.fastinfoset.stax.StAXDocumentParser.NamespaceContextImpl.
 
StAXDocumentParser.NamespaceContextImpl() - Constructor for class com.sun.xml.fastinfoset.stax.StAXDocumentParser.NamespaceContextImpl
 
StAXDocumentSerializer - class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer.
The Fast Infoset StAX serializer.
StAXDocumentSerializer() - Constructor for class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
StAXDocumentSerializer(OutputStream) - Constructor for class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
StAXDocumentSerializer(OutputStream, StAXManager) - Constructor for class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
StAXEventAllocatorBase - class com.sun.xml.fastinfoset.stax.events.StAXEventAllocatorBase.
allows a user to register a way to allocate events given an XMLStreamReader.
StAXEventAllocatorBase() - Constructor for class com.sun.xml.fastinfoset.stax.events.StAXEventAllocatorBase
Creates a new instance of XMLEventAllocator
StAXEventFactory - class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory.
 
StAXEventFactory() - Constructor for class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
Creates a new instance of StAXEventFactory
StAXEventReader - class com.sun.xml.fastinfoset.stax.events.StAXEventReader.
 
StAXEventReader(XMLStreamReader) - Constructor for class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
StAXEventWriter - class com.sun.xml.fastinfoset.stax.events.StAXEventWriter.
 
StAXEventWriter(XMLStreamWriter) - Constructor for class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
 
StAXFilteredEvent - class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent.
 
StAXFilteredEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
Creates a new instance of StAXFilteredEvent
StAXFilteredEvent(XMLEventReader, EventFilter) - Constructor for class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
StAXFilteredParser - class com.sun.xml.fastinfoset.stax.util.StAXFilteredParser.
 
StAXFilteredParser() - Constructor for class com.sun.xml.fastinfoset.stax.util.StAXFilteredParser
Creates a new instance of StAXFilteredParser
StAXFilteredParser(XMLStreamReader, StreamFilter) - Constructor for class com.sun.xml.fastinfoset.stax.util.StAXFilteredParser
 
StAXInputFactory - class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory.
 
StAXInputFactory() - Constructor for class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
StAXManager - class com.sun.xml.fastinfoset.stax.StAXManager.
 
StAXManager() - Constructor for class com.sun.xml.fastinfoset.stax.StAXManager
Creates a new instance of StAXManager
StAXManager(int) - Constructor for class com.sun.xml.fastinfoset.stax.StAXManager
 
StAXManager(StAXManager) - Constructor for class com.sun.xml.fastinfoset.stax.StAXManager
 
StAXOutputFactory - class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory.
 
StAXOutputFactory() - Constructor for class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
Creates a new instance of StAXOutputFactory
StAXParserWrapper - class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper.
 
StAXParserWrapper() - Constructor for class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
Creates a new instance of StAXParserWrapper
StAXParserWrapper(XMLStreamReader) - Constructor for class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
StartDocumentEvent - class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent.
 
StartDocumentEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
StartDocumentEvent(String) - Constructor for class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
StartDocumentEvent(String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
StartElementEvent - class com.sun.xml.fastinfoset.stax.events.StartElementEvent.
 
StartElementEvent() - Constructor for class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
StartElementEvent(String, String, String) - Constructor for class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
StartElementEvent(QName) - Constructor for class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
StringArray - class com.sun.xml.fastinfoset.util.StringArray.
 
StringArray(int, int, boolean) - Constructor for class com.sun.xml.fastinfoset.util.StringArray
 
StringArray() - Constructor for class com.sun.xml.fastinfoset.util.StringArray
 
StringIntMap - class com.sun.xml.fastinfoset.util.StringIntMap.
 
StringIntMap(int, float) - Constructor for class com.sun.xml.fastinfoset.util.StringIntMap
 
StringIntMap(int) - Constructor for class com.sun.xml.fastinfoset.util.StringIntMap
 
StringIntMap() - Constructor for class com.sun.xml.fastinfoset.util.StringIntMap
 
StringIntMap.Entry - class com.sun.xml.fastinfoset.util.StringIntMap.Entry.
 
StringIntMap.Entry(String, int, int, StringIntMap.Entry) - Constructor for class com.sun.xml.fastinfoset.util.StringIntMap.Entry
 
SystemIdResolver - class com.sun.xml.fastinfoset.sax.SystemIdResolver.
 
SystemIdResolver() - Constructor for class com.sun.xml.fastinfoset.sax.SystemIdResolver
 
serialize(Node) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
Serialize a Node.
serialize(Document) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
Serialize a Document.
serializeCDATA(Node) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
serializeComment(Node) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
serializeElement(Node) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
serializeElementAsDocument(Node) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
serializeProcessingInstruction(Node) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
serializeText(Node) - Method in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
set(String, String, String, String) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
set(String, String, String, String, int) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
set(String, String, String, String, int, int, int, int) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
set(String, String, String) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
set(String, String, String, int, int, int, char[]) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
set(String, String, String, int) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
set(String, String, String, int, int, int, int) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
set(String, String) - Method in class com.sun.xml.fastinfoset.QualifiedName
 
set(char[], int, int, boolean) - Method in class com.sun.xml.fastinfoset.util.CharArray
 
setAllocator(XMLEventAllocator) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
setAttributeType(String) - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
setAttributeValueMapMemoryLimit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Sets the limit on the memory size of Map of attribute values that will be indexed.
setAttributeValueMapMemoryLimit(int) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Sets the limit on the memory size of Map of attribute values that will be indexed.
setAttributeValueSizeLimit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Sets the limit on the size of attribute values that will be indexed.
setAttributeValueSizeLimit(int) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
setAttributeValueSizeLimit(int) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Sets the limit on the size of attribute values that will be indexed.
setAttributes(Attributes) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Copy an entire Attributes object.
setAttributes(EncodingAlgorithmAttributes) - Method in class org.jvnet.fastinfoset.sax.helpers.EncodingAlgorithmAttributesImpl
Copy an entire EncodingAlgorithmAttributes object.
setBaseURI(String) - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
 
setBufferSize(int) - Method in class com.sun.xml.fastinfoset.Decoder
Set the buffer size.

The size of the buffer for parsing is set using this method. Requests for sizes smaller then the current size will be ignored. Otherwise the buffer will be resized when the next parse is performed.

setBufferSize(int) - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Set the buffer size.
setBundleName(String) - Static method in class com.sun.xml.fastinfoset.AbstractResourceBundle
 
setCharacterContentChunkMapMemoryLimit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Sets the limit on the memory size of Map of attribute values that will be indexed.
setCharacterContentChunkMapMemoryLimit(int) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Sets the limit on the memory size of Map of attribute values that will be indexed.
setCharacterContentChunkSizeLimit(int) - Method in class com.sun.xml.fastinfoset.Encoder
Sets the limit on the size of character content chunks that will be indexed.
setCharacterContentChunkSizeLimit(int) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
setCharacterContentChunkSizeLimit(int) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Sets the limit on the size of character content chunks that will be indexed.
setCharacterEncodingScheme(String) - Method in class com.sun.xml.fastinfoset.Encoder
Sets the character encoding scheme. The character encoding can be either UTF-8 or UTF-16BE for the the encoding of chunks of CIIs, the [normalized value] property of attribute information items, comment information items and processing instruction information items.
setCharacterEncodingScheme(String) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Sets the character encoding scheme.
setCharacterOffset(int) - Method in class com.sun.xml.fastinfoset.stax.EventLocation
 
setColumnNumber(int) - Method in class com.sun.xml.fastinfoset.stax.EventLocation
 
setContentHandler(ContentHandler) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setContentHandler(ContentHandler) - Method in class com.sun.xml.fastinfoset.tools.StAX2SAXReader
 
setDTD(String) - Method in class com.sun.xml.fastinfoset.stax.events.DTDEvent
 
setDTDHandler(DTDHandler) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setData(String) - Method in class com.sun.xml.fastinfoset.stax.events.CharactersEvent
 
setData(String) - Method in class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent
 
setDeclHandler(DeclHandler) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setDeclHandler(DeclHandler) - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Allow an application to register a DTD declaration handler.
setDeclaration(EntityDeclaration) - Method in class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent
 
setDefaultNamespace(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
setDefaultNamespace(String) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
Binds a URI to the default namespace This URI is bound in the scope of the current START_ELEMENT / END_ELEMENT pair.
setDocumentLocator(Locator) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
setDocumentLocator(Locator) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
setDocumentLocator(Locator) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
setEncoding(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
setEncoding(String) - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
setEncodingAlgorithmContentHandler(EncodingAlgorithmContentHandler) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setEncodingAlgorithmContentHandler(EncodingAlgorithmContentHandler) - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Allow an application to register an encoding algorithm handler.
setEntities(List) - Method in class com.sun.xml.fastinfoset.stax.events.DTDEvent
 
setEntityResolver(EntityResolver) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setErrorHandler(ErrorHandler) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setEventAllocator(XMLEventAllocator) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
Set a user defined event allocator for events
setEventReader(XMLEventReader) - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
setEventType(int) - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
setExternalVocabularies(Map) - Method in class com.sun.xml.fastinfoset.Decoder
Set the map of referenced external vocabularies.

The map (but not the keys and values) be cloned.

setExternalVocabularies(Map) - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Set the map of referenced external vocabularies.
setExternalVocabulary(ExternalVocabulary) - Method in class com.sun.xml.fastinfoset.Encoder
Set the external vocabulary that shall be used when serializing.
setExternalVocabulary(String, SerializerVocabulary, boolean) - Method in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
setExternalVocabulary(ExternalVocabulary) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Set the external vocabulary that shall be used when serializing.
setExternalVocabularyURI(String) - Method in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
setFeature(String, boolean) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setFilter(EventFilter) - Method in class com.sun.xml.fastinfoset.stax.events.StAXFilteredEvent
 
setFilter(StreamFilter) - Method in class com.sun.xml.fastinfoset.stax.util.StAXFilteredParser
 
setIgnorable(boolean) - Method in class com.sun.xml.fastinfoset.stax.events.CharactersEvent
 
setIgnoreComments(boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Set the FastInfosetSerializer.IGNORE_COMMENTS_FEATURE.
setIgnoreComments(boolean) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Set the FastInfosetSerializer.IGNORE_COMMENTS_FEATURE.
setIgnoreDTD(boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Set the FastInfosetSerializer.IGNORE_DTD_FEATURE.
setIgnoreDTD(boolean) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Set the FastInfosetSerializer.IGNORE_DTD_FEATURE.
setIgnoreProcesingInstructions(boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Set the FastInfosetSerializer.IGNORE_PROCESSING_INSTRUCTIONS_FEATURE.
setIgnoreProcesingInstructions(boolean) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Set the FastInfosetSerializer.IGNORE_PROCESSING_INSTRUCTIONS_FEATURE.
setIgnoreWhiteSpaceTextContent(boolean) - Method in class com.sun.xml.fastinfoset.Encoder
Set the FastInfosetSerializer.IGNORE_WHITE_SPACE_TEXT_CONTENT_FEATURE.
setIgnoreWhiteSpaceTextContent(boolean) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Set the FastInfosetSerializer.IGNORE_WHITE_SPACE_TEXT_CONTENT_FEATURE.
setInitialReadOnlyVocabulary(boolean) - Method in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
setInitialVocabulary(ParserVocabulary, boolean) - Method in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
setInitialVocabulary(SerializerVocabulary, boolean) - Method in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
setInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.Decoder
Set the InputStream to decode the fast infoset document.
setInputStream(InputStream) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
setInputStream(InputStream) - Method in class org.jvnet.fastinfoset.FastInfosetSource
 
setLexicalHandler(LexicalHandler) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setLexicalHandler(LexicalHandler) - Method in class com.sun.xml.fastinfoset.tools.StAX2SAXReader
 
setLexicalHandler(LexicalHandler) - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Allow an application to register a lexical handler.
setLineNumber(int) - Method in class com.sun.xml.fastinfoset.stax.EventLocation
 
setLocation(Location) - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
 
setLocation(Location) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXEventFactory
This method allows setting of the Location on each event that is created by this factory.
setManager(StAXManager) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
setManager(StAXManager) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
setMaximumCapacity(int) - Method in class com.sun.xml.fastinfoset.util.ValueArray
 
setName(QName) - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
setName(QName) - Method in class com.sun.xml.fastinfoset.stax.events.EndElementEvent
 
setName(String) - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
 
setName(String) - Method in class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent
 
setName(QName) - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
setNamespaceContext(NamespaceContext) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
Sets the current namespace context for prefix and uri bindings.
setNamespaceContext(NamespaceContext) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
Sets the current namespace context for prefix and uri bindings.
setNamespaceContext(NamespaceContext) - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
setNotationName(String) - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
 
setNotations(List) - Method in class com.sun.xml.fastinfoset.stax.events.DTDEvent
 
setOutputStream(OutputStream) - Method in class com.sun.xml.fastinfoset.Encoder
Set the OutputStream to encode the XML infoset to a fast infoset document.
setOutputStream(OutputStream) - Method in class org.jvnet.fastinfoset.FastInfosetResult
 
setOutputStream(OutputStream) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Set the OutputStream to serialize the XML infoset to a fast infoset document.
setParseFragments(boolean) - Method in class com.sun.xml.fastinfoset.Decoder
Set the parse fragments property.

If the parse fragments property is set to true then then fragments of an XML infoset may be parsed.

setParseFragments(boolean) - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Set the parse fragments property.
setPrefix(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
setPrefix(String, String) - Method in class com.sun.xml.fastinfoset.stax.events.StAXEventWriter
Sets the prefix the uri is bound to.
setPrimitiveTypeContentHandler(PrimitiveTypeContentHandler) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setPrimitiveTypeContentHandler(PrimitiveTypeContentHandler) - Method in interface org.jvnet.fastinfoset.sax.FastInfosetReader
Allow an application to register a primitive type handler.
setProperty(String, Object) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
setProperty(String, Object) - Method in class com.sun.xml.fastinfoset.stax.StAXManager
 
setProperty(String, Object) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
Allows the user to set specific feature/property on the underlying implementation.
setProperty(String, Object) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXOutputFactory
 
setPublicId(String) - Method in class com.sun.xml.fastinfoset.stax.EventLocation
 
setPublicId(String) - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
 
setReadOnlyArray(ValueArray, boolean) - Method in class com.sun.xml.fastinfoset.util.CharArrayArray
 
setReadOnlyArray(CharArrayArray, boolean) - Method in class com.sun.xml.fastinfoset.util.CharArrayArray
 
setReadOnlyArray(ValueArray, boolean) - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
setReadOnlyArray(ContiguousCharArrayArray, boolean) - Method in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
setReadOnlyArray(ValueArray, boolean) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
setReadOnlyArray(PrefixArray, boolean) - Method in class com.sun.xml.fastinfoset.util.PrefixArray
 
setReadOnlyArray(ValueArray, boolean) - Method in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
setReadOnlyArray(QualifiedNameArray, boolean) - Method in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
setReadOnlyArray(ValueArray, boolean) - Method in class com.sun.xml.fastinfoset.util.StringArray
 
setReadOnlyArray(StringArray, boolean) - Method in class com.sun.xml.fastinfoset.util.StringArray
 
setReadOnlyArray(ValueArray, boolean) - Method in class com.sun.xml.fastinfoset.util.ValueArray
 
setReadOnlyMap(KeyIntMap, boolean) - Method in class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
setReadOnlyMap(CharArrayIntMap, boolean) - Method in class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
setReadOnlyMap(KeyIntMap, boolean) - Method in class com.sun.xml.fastinfoset.util.FixedEntryStringIntMap
 
setReadOnlyMap(FixedEntryStringIntMap, boolean) - Method in class com.sun.xml.fastinfoset.util.FixedEntryStringIntMap
 
setReadOnlyMap(KeyIntMap, boolean) - Method in class com.sun.xml.fastinfoset.util.KeyIntMap
 
setReadOnlyMap(KeyIntMap, boolean) - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
setReadOnlyMap(LocalNameQualifiedNamesMap, boolean) - Method in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
 
setReadOnlyMap(KeyIntMap, boolean) - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
setReadOnlyMap(StringIntMap, boolean) - Method in class com.sun.xml.fastinfoset.util.StringIntMap
 
setReadOnlyVocabulary(SerializerVocabulary, boolean) - Method in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
setReader(XMLStreamReader) - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
setReferencedVocabulary(String, ParserVocabulary, boolean) - Method in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
setRegisteredEncodingAlgorithms(Map) - Method in class com.sun.xml.fastinfoset.Decoder
Sets the set of registered encoding algorithms.
setRegisteredEncodingAlgorithms(Map) - Method in class com.sun.xml.fastinfoset.Encoder
Sets the set of registered encoding algorithms.
setRegisteredEncodingAlgorithms(Map) - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Sets the set of registered encoding algorithms.
setRegisteredEncodingAlgorithms(Map) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Sets the set of registered encoding algorithms.
setReplacementText(String) - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
 
setSpace(boolean) - Method in class com.sun.xml.fastinfoset.stax.events.CharactersEvent
 
setSpecified(boolean) - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
setStandalone(boolean) - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
setStandalone(String) - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
setStringInterning(boolean) - Method in class com.sun.xml.fastinfoset.Decoder
Set the string interning property.

If the string interning property is set to true then String objects instantiated for [namespace name], [prefix] and [local name] infoset properties will be interned using the method String.intern().

setStringInterning(boolean) - Method in interface org.jvnet.fastinfoset.FastInfosetParser
Set the string interning property.
setSystemId(String) - Method in class com.sun.xml.fastinfoset.stax.EventLocation
 
setSystemId(String) - Method in class com.sun.xml.fastinfoset.stax.events.EntityDeclarationImpl
 
setTarget(String) - Method in class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent
 
setText(String) - Method in class com.sun.xml.fastinfoset.stax.events.CommentEvent
 
setValue(String) - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
setVersion(String) - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
setVocabulary(ParserVocabulary) - Method in class com.sun.xml.fastinfoset.Decoder
Set the ParserVocabulary to be used for decoding.
setVocabulary(SerializerVocabulary) - Method in class com.sun.xml.fastinfoset.Encoder
Set the SerializerVocabulary to be used for encoding.
setVocabularyApplicationData(VocabularyApplicationData) - Method in class com.sun.xml.fastinfoset.Encoder
Set the application data to be associated with the serializer vocabulary.
setVocabularyApplicationData(VocabularyApplicationData) - Method in interface org.jvnet.fastinfoset.FastInfosetSerializer
Set the application data to be associated with the serializer vocabulary.
setXMLReporter(XMLReporter) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
setXMLResolver(XMLResolver) - Method in class com.sun.xml.fastinfoset.stax.factory.StAXInputFactory
 
shortArray - Variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmState
 
shortEncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
shorts(short[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
shorts(short[], int, int) - Method in interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
Receive notification of character data as an array of short.
shorts(short[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
size() - Method in class com.sun.xml.fastinfoset.util.KeyIntMap
 
skippedEntity(String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
skippedEntity(String) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
skippedEntity(String) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
standaloneSet() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
standaloneSet() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
Returns true if the standalone attribute was set in the encoding declaration of the document.
standaloneSet() - Method in class com.sun.xml.fastinfoset.stax.util.StAXParserWrapper
 
start - Variable in class com.sun.xml.fastinfoset.util.CharArray
 
startCDATA() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
startCDATA() - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
startCDATA() - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
startCDATA() - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
startCDATA() - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
startDTD(String, String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
startDTD(String, String, String) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
startDTD(String, String, String) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
startDTD(String, String, String) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
startDTD(String, String, String) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
startDocument() - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
startDocument() - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
startDocument() - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
startDocument() - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
startEntity(String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
startEntity(String) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
startEntity(String) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
startEntity(String) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
startEntity(String) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 
startPrefixMapping(String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
startPrefixMapping(String, String) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
startPrefixMapping(String, String) - Method in class com.sun.xml.fastinfoset.tools.SAX2StAXWriter
 
startPrefixMapping(String, String) - Method in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
startPrefixMapping(String, String) - Method in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
subSequence(int, int) - Method in class com.sun.xml.fastinfoset.util.CharArray
 
supplemental(char, char) - Static method in class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
Returns true the supplemental character corresponding to the given surrogates.
systemIdentifier - Variable in class com.sun.xml.fastinfoset.Notation
 

T

TERMINATOR - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
TERMINATOR_DOUBLE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
TERMINATOR_SINGLE - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
TransformInputOutput - class com.sun.xml.fastinfoset.tools.TransformInputOutput.
 
TransformInputOutput() - Constructor for class com.sun.xml.fastinfoset.tools.TransformInputOutput
Creates a new instance of TransformInputOutput
table - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
table - Static variable in class com.sun.xml.fastinfoset.alphabet.BuiltInRestrictedAlphabets
 
tables - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
tables - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
toString() - Method in class com.sun.xml.fastinfoset.stax.EventLocation
 
toString() - Method in class com.sun.xml.fastinfoset.stax.StAXManager
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.AttributeBase
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.CharactersEvent
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.CommentEvent
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.DTDEvent
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.EndDocumentEvent
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.EndElementEvent
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.EntityReferenceEvent
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.ProcessingInstructionEvent
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
toString() - Method in class com.sun.xml.fastinfoset.stax.events.StartElementEvent
 
toString() - Method in class com.sun.xml.fastinfoset.util.CharArray
 
toString() - Method in class com.sun.xml.fastinfoset.util.CharArrayString
 
type - Variable in class com.sun.xml.fastinfoset.tools.SAXEventSerializer.AttributeValueHolder
 

U

UNEXPANDED_ENTITY_PUBLIC_IDENTIFIER_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
UNEXPANDED_ENTITY_REFERENCE - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
UNEXPANDED_ENTITY_REFERENCE_II - Static variable in class com.sun.xml.fastinfoset.DecoderStateTables
 
UNEXPANDED_ENTITY_REFERENCE_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
UNEXPANDED_ENTITY_SYSTEM_IDENTIFIER_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
UNPARSED_ENTITIES - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
UNPARSED_ENTITIES_MASK - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
UNPARSED_ENTITIES_PUBLIC_IDENTIFIER_FLAG - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
URI - Variable in class org.jvnet.fastinfoset.ExternalVocabulary
A URI that refers to the external vocabulary.
UTF_16BE - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The character encoding scheme string for UTF-16BE.
UTF_8 - Static variable in interface org.jvnet.fastinfoset.FastInfosetSerializer
The character encoding scheme string for UTF-8.
UUID - Static variable in class org.jvnet.fastinfoset.EncodingAlgorithmIndexes
 
UUIDEncodingAlgorithm - class com.sun.xml.fastinfoset.algorithm.UUIDEncodingAlgorithm.
 
UUIDEncodingAlgorithm() - Constructor for class com.sun.xml.fastinfoset.algorithm.UUIDEncodingAlgorithm
 
UnparsedEntity - class com.sun.xml.fastinfoset.UnparsedEntity.
 
UnparsedEntity(String, String, String, String) - Constructor for class com.sun.xml.fastinfoset.UnparsedEntity
Creates a new instance of UnparsedEntityDeclaration
Util - class com.sun.xml.fastinfoset.stax.events.Util.
A Utility class for the StAX Events implementation.
Util() - Constructor for class com.sun.xml.fastinfoset.stax.events.Util
 
uri - Variable in class com.sun.xml.fastinfoset.tools.SAXEventSerializer.AttributeValueHolder
 
uuidEncodingAlgorithm - Static variable in class com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory
 
uuids(long[], int, int) - Method in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
uuids(long[], int, int) - Method in interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
Receive notification of character data as an two array of UUID.
uuids(long[], int, int) - Method in class org.jvnet.fastinfoset.sax.helpers.FastInfosetDefaultHandler
 

V

ValueArray - class com.sun.xml.fastinfoset.util.ValueArray.
 
ValueArray() - Constructor for class com.sun.xml.fastinfoset.util.ValueArray
 
ValueArrayResourceException - exception com.sun.xml.fastinfoset.util.ValueArrayResourceException.
 
ValueArrayResourceException() - Constructor for class com.sun.xml.fastinfoset.util.ValueArrayResourceException
 
ValueArrayResourceException(String) - Constructor for class com.sun.xml.fastinfoset.util.ValueArrayResourceException
 
Vocabulary - class com.sun.xml.fastinfoset.vocab.Vocabulary.
 
Vocabulary() - Constructor for class com.sun.xml.fastinfoset.vocab.Vocabulary
 
Vocabulary - class org.jvnet.fastinfoset.Vocabulary.
A canonical representation of a vocabulary.
Vocabulary() - Constructor for class org.jvnet.fastinfoset.Vocabulary
 
VocabularyApplicationData - interface org.jvnet.fastinfoset.VocabularyApplicationData.
Application data that can be associated with a vocabulary.
VocabularyGenerator - class com.sun.xml.fastinfoset.tools.VocabularyGenerator.
 
VocabularyGenerator() - Constructor for class com.sun.xml.fastinfoset.tools.VocabularyGenerator
Creates a new instance of VocabularyGenerator
VocabularyGenerator(SerializerVocabulary) - Constructor for class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
VocabularyGenerator(ParserVocabulary) - Constructor for class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
VocabularyGenerator(SerializerVocabulary, ParserVocabulary) - Constructor for class com.sun.xml.fastinfoset.tools.VocabularyGenerator
Creates a new instance of VocabularyGenerator
value - Variable in class com.sun.xml.fastinfoset.tools.SAXEventSerializer.AttributeValueHolder
 
vocabulary - Variable in class org.jvnet.fastinfoset.ExternalVocabulary
The vocabulary that is refered to by the URI.

W

word(int, int) - Method in interface com.sun.xml.fastinfoset.algorithm.BuiltInEncodingAlgorithm.WordListener
 
write(int) - Method in class com.sun.xml.fastinfoset.Encoder
Write a byte to the buffered stream.
write(byte[], int) - Method in class com.sun.xml.fastinfoset.Encoder
Write an array of bytes to the buffered stream.
write(byte[], int, int) - Method in class com.sun.xml.fastinfoset.Encoder
Write an array of bytes to the buffered stream.
writeAsEncodedUnicode(Writer) - Method in class com.sun.xml.fastinfoset.stax.events.EventBase
This method will write the XMLEvent as per the XML 1.0 specification as Unicode characters.
writeAttribute(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeAttribute(String, String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeAttribute(String, String, String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeCData(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeCharacters(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeCharacters(char[], int, int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeComment(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeDTD(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeDefaultNamespace(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeEmptyElement(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeEmptyElement(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeEmptyElement(String, String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeEndDocument() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeEndElement() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeEntityRef(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelAttribute(String, String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelAttribute(String, String, String) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
Write an attribute.
writeLowLevelAttributeIndexed(int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelAttributeIndexed(int) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelAttributeValue(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelAttributeValue(String) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelEndElement() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelEndElement() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelEndNamespaces() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelEndNamespaces() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelEndStartElement() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelEndStartElement() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelNamespace(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelNamespace(String, String) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelOctets(byte[], int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelOctets(byte[], int) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelStartAttributes() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelStartAttributes() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelStartElement(int, String, String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelStartElement(int, String, String, String) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
Write the start of an element.
writeLowLevelStartElementIndexed(int, int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelStartElementIndexed(int, int) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelStartNameLiteral(int, String, byte[], String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelStartNameLiteral(int, String, int, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelStartNameLiteral(int, String, byte[], String) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelStartNameLiteral(int, String, int, String) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelStartNamespaces() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelStartNamespaces() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelTerminationAndMark() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelTerminationAndMark() - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelText(char[], int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelText(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeLowLevelText(char[], int) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeLowLevelText(String) - Method in interface org.jvnet.fastinfoset.stax.LowLevelFastInfosetStreamWriter
 
writeNamespace(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeOctets(byte[], int, int) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeProcessingInstruction(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeProcessingInstruction(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeStartDocument() - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeStartDocument(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeStartDocument(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeStartElement(String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeStartElement(String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
writeStartElement(String, String, String) - Method in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 

X

XMLChar - class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar.
This class defines the basic XML character properties.
XMLChar() - Constructor for class com.sun.xml.fastinfoset.org.apache.xerces.util.XMLChar
 
XMLConstants - class com.sun.xml.fastinfoset.stax.events.XMLConstants.
 
XMLConstants() - Constructor for class com.sun.xml.fastinfoset.stax.events.XMLConstants
 
XMLNS_NAMESPACE_NAME - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
XMLNS_NAMESPACE_NAME_CHARS - Static variable in class com.sun.xml.fastinfoset.Decoder
 
XMLNS_NAMESPACE_NAME_LENGTH - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
XMLNS_NAMESPACE_PREFIX - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
XMLNS_NAMESPACE_PREFIX_CHARS - Static variable in class com.sun.xml.fastinfoset.Decoder
 
XMLNS_NAMESPACE_PREFIX_LENGTH - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
XMLVERSION - Static variable in class com.sun.xml.fastinfoset.stax.events.XMLConstants
 
XML_DOM_FI - class com.sun.xml.fastinfoset.tools.XML_DOM_FI.
 
XML_DOM_FI() - Constructor for class com.sun.xml.fastinfoset.tools.XML_DOM_FI
 
XML_DOM_SAX_FI - class com.sun.xml.fastinfoset.tools.XML_DOM_SAX_FI.
 
XML_DOM_SAX_FI() - Constructor for class com.sun.xml.fastinfoset.tools.XML_DOM_SAX_FI
 
XML_NAMESPACE_NAME - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
XML_NAMESPACE_NAME_CHARS - Static variable in class com.sun.xml.fastinfoset.Decoder
 
XML_NAMESPACE_NAME_LENGTH - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
XML_NAMESPACE_PREFIX - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
XML_NAMESPACE_PREFIX_LENGTH - Static variable in class com.sun.xml.fastinfoset.EncodingConstants
 
XML_SAX_FI - class com.sun.xml.fastinfoset.tools.XML_SAX_FI.
 
XML_SAX_FI() - Constructor for class com.sun.xml.fastinfoset.tools.XML_SAX_FI
 
XML_SAX_StAX_FI - class com.sun.xml.fastinfoset.tools.XML_SAX_StAX_FI.
 
XML_SAX_StAX_FI() - Constructor for class com.sun.xml.fastinfoset.tools.XML_SAX_StAX_FI
 

_

_addToTable - Variable in class com.sun.xml.fastinfoset.Decoder
True if an entry is required to be added to a table
_algorithmData - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_algorithmDataLength - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_algorithmDataOffset - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_algorithmHandler - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
_algorithmId - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_algorithmURI - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_array - Variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
_array - Variable in class com.sun.xml.fastinfoset.util.PrefixArray
 
_array - Variable in class com.sun.xml.fastinfoset.util.QualifiedNameArray
 
_array - Variable in class com.sun.xml.fastinfoset.util.StringArray
 
_arrayIndex - Variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
_attributeNameTable - Variable in class com.sun.xml.fastinfoset.Decoder
The attribute name table of the vocabulary.
_attributeValueTable - Variable in class com.sun.xml.fastinfoset.Decoder
The attribute value table of the vocabulary.
_attributes - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
_attributes - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
_attributes - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
List of attributes
_attributesArray - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
List of attributes qnames and values defined in the current element.
_attributesArrayIndex - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
_b - Variable in class com.sun.xml.fastinfoset.Decoder
The current octet that is being read
_b - Variable in class com.sun.xml.fastinfoset.Encoder
The current octet that is to be written.
_bufferSize - Variable in class com.sun.xml.fastinfoset.Decoder
The size of the internal buffer.
_cachedIndex - Variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
_charBuffer - Variable in class com.sun.xml.fastinfoset.Decoder
The internal buffer of characters.
_charBuffer - Variable in class com.sun.xml.fastinfoset.Encoder
The internal buffer of characters used for the UTF-8 or UTF-16 encoding of characters.
_charBufferLength - Variable in class com.sun.xml.fastinfoset.Decoder
The length of characters in the buffer of characters.
_characterContentChunkTable - Variable in class com.sun.xml.fastinfoset.Decoder
The character content chunk table of the vocabulary.
_characterEncodingScheme - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_characterEncodingSchemeSystemDefault - Static variable in class com.sun.xml.fastinfoset.Encoder
Default character encoding scheme system property for the encoding of content and attribute values.
_characters - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Characters associated with event.
_charactersAsCDATA - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
_charactersOffset - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_clearAttributes - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
_clearAttributes - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_contentHandler - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
Reference to content handler.
_currentElement - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
_currentInScope - Variable in class com.sun.xml.fastinfoset.util.PrefixArray
 
_currentIteration - Variable in class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier
 
_currentLocalName - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
Local name of current element.
_currentNamespaceAIIsEnd - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_currentNamespaceAIIsStart - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Namespaces associated with START_ELEMENT or END_ELEMENT
_currentNode - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
_currentPrefix - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
Prefix of current element.
_currentUri - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
Namespace of current element.
_declHandler - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
Reference to DTD declaration handler.
_declarationId - Variable in class com.sun.xml.fastinfoset.util.PrefixArray
 
_declaredNamespaces - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
_document - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
_doubleTerminate - Variable in class com.sun.xml.fastinfoset.Decoder
True if two information item are terminated in direct sequence.
_dtdHandler - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
Reference to dtd handler.
_duplicateAttributeVerifier - Variable in class com.sun.xml.fastinfoset.Decoder
Helper class that checks for duplicate attribute information items.
_elementHasNamespaces - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializer
 
_elementNameTable - Variable in class com.sun.xml.fastinfoset.Decoder
The element name table of the vocabulary.
_encoding - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
_encoding - Variable in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
_entityResolver - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
Reference to entity resolver.
_errorHandler - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
Reference to error handler.
_eventAllocator - Variable in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
_eventType - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Current event
_eventType - Variable in class com.sun.xml.fastinfoset.stax.events.EventBase
 
_hasInitialReadOnlyVocabulary - Variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
_hash - Variable in class com.sun.xml.fastinfoset.util.CharArray
 
_identifier - Variable in class com.sun.xml.fastinfoset.Decoder
The vocabulary table index of identifying string or the identifier of an encoding algorithm or restricted alphabet.
_inStartElement - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
This flag indicates when there is a pending start element event.
_index - Variable in class com.sun.xml.fastinfoset.util.StringIntMap
 
_integer - Variable in class com.sun.xml.fastinfoset.Decoder
The vocabulary table index to an indexed non identifying string.
_internalState - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_isAlgorithmDataCloned - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_isEmptyElement - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
This flag indicates if the current element is empty.
_isFastInfosetDocument() - Method in class com.sun.xml.fastinfoset.Decoder
 
_lastCheckedNamespace - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
_lastCheckedPrefix - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
_lastEntry - Variable in class com.sun.xml.fastinfoset.util.StringIntMap
 
_length - Variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
_lexicalHandler - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
Reference to lexical handler.
_location - Variable in class com.sun.xml.fastinfoset.stax.events.EventBase
 
_manager - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_manager - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
_markIndex - Variable in class com.sun.xml.fastinfoset.Encoder
The current mark in the internal buffer.
_maximumCapacity - Variable in class com.sun.xml.fastinfoset.util.ValueArray
 
_maximumCharacterSize - Variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
_namespaceAIIsEndStack - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_namespaceAIIsIndex - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_namespaceAIIsNamespaceName - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_namespaceAIIsPrefix - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_namespaceAIIsPrefixIndex - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_namespaceAIIsStartStack - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_namespaceAttributes - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
_namespaceAttributes - Variable in class com.sun.xml.fastinfoset.tools.SAXEventSerializer
 
_namespaceAttributesIndex - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
_namespaceNameIndex - Variable in class com.sun.xml.fastinfoset.Decoder
 
_namespacePrefixes - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
_namespacePrefixes - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
_namespacePrefixesFeature - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
SAX Namespace attributes features
_namespacePrefixesIndex - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentParser
 
_namespacePrefixesIndex - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
_namespaceScopeContext - Variable in class com.sun.xml.fastinfoset.dom.DOMDocumentSerializer
 
_namespaceToPrefixMapping - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
_namespacesArray - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
List of namespaces defined in the current element.
_namespacesArrayIndex - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
_notations - Variable in class com.sun.xml.fastinfoset.Decoder
The list of Notation Information Items that are part of the Document Information Item.
_nsContext - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_nsContext - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
Mapping between uris and prefixes.
_nsSupportContextStack - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
_octetBuffer - Variable in class com.sun.xml.fastinfoset.Decoder
The internal buffer used for decoding.
_octetBuffer - Variable in class com.sun.xml.fastinfoset.Encoder
The internal buffer of bytes.
_octetBufferEnd - Variable in class com.sun.xml.fastinfoset.Decoder
The end of the buffer.
_octetBufferIndex - Variable in class com.sun.xml.fastinfoset.Encoder
The current position in the internal buffer.
_octetBufferLength - Variable in class com.sun.xml.fastinfoset.Decoder
The length of some octets in the buffer that are to be read.
_octetBufferOffset - Variable in class com.sun.xml.fastinfoset.Decoder
The offset into the buffer to read the next byte.
_octetBufferStart - Variable in class com.sun.xml.fastinfoset.Decoder
A mark into the internal buffer used for decoding encoded algorithm or restricted alphabet data.
_offset - Variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
_parseFragments - Variable in class com.sun.xml.fastinfoset.Decoder
True if can parse fragments.
_parserVocabulary - Variable in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
_piData - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_piTarget - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
State for processing instruction
_poolCurrent - Variable in class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier
 
_poolHead - Variable in class com.sun.xml.fastinfoset.util.DuplicateAttributeVerifier
 
_prefixIndex - Variable in class com.sun.xml.fastinfoset.Decoder
 
_prefixTable - Variable in class com.sun.xml.fastinfoset.Decoder
The prefix table of the vocabulary.
_prefixToPrefixMapping - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentSerializerWithPrefixMapping
 
_primitiveHandler - Variable in class com.sun.xml.fastinfoset.sax.SAXDocumentParser
 
_qNameStack - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Stack of qualified names and namespaces
_qualifiedName - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
Qualified name associated with START_ELEMENT or END_ELEMENT.
_readOnlyArrayIndex - Variable in class com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
 
_readOnlyArraySize - Variable in class com.sun.xml.fastinfoset.util.ValueArray
 
_readOnlyMap - Variable in class com.sun.xml.fastinfoset.util.StringIntMap
 
_readOnlyVocabulary - Variable in class com.sun.xml.fastinfoset.vocab.ParserVocabulary
 
_readOnlyVocabulary - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
_referencedVocabularyURI - Variable in class com.sun.xml.fastinfoset.vocab.Vocabulary
 
_registeredEncodingAlgorithms - Variable in class com.sun.xml.fastinfoset.Decoder
The map of URIs to registered encoding algorithms.
_s - Variable in class com.sun.xml.fastinfoset.Encoder
The OutputStream that the encoded XML infoset (the fast infoset document) is written to.
_s - Variable in class com.sun.xml.fastinfoset.util.CharArrayString
 
_serializerVocabulary - Variable in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
_size - Variable in class com.sun.xml.fastinfoset.util.ValueArray
 
_stackCount - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentParser
 
_stackCount - Variable in class com.sun.xml.fastinfoset.stax.StAXDocumentSerializer
 
_standalone - Variable in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
_streamReader - Variable in class com.sun.xml.fastinfoset.stax.events.StAXEventReader
 
_systemId - Variable in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 
_table - Variable in class com.sun.xml.fastinfoset.util.StringIntMap
 
_terminate - Variable in class com.sun.xml.fastinfoset.Decoder
True if an information item is terminated.
_terminate - Variable in class com.sun.xml.fastinfoset.Encoder
True if terminatation of an information item is required
_totalCharacterCount - Variable in class com.sun.xml.fastinfoset.util.CharArrayIntMap
 
_totalCharacterCount - Variable in class com.sun.xml.fastinfoset.util.StringIntMap
 
_unparsedEntities - Variable in class com.sun.xml.fastinfoset.Decoder
The list of Unparsed Entity Information Items that are part of the Document Information Item.
_useLocalNameAsKey - Variable in class com.sun.xml.fastinfoset.vocab.SerializerVocabulary
 
_v - Variable in class com.sun.xml.fastinfoset.Decoder
The vocabulary used for decoding.
_v - Variable in class com.sun.xml.fastinfoset.Encoder
The vocabulary that is used by the encoder
_v - Variable in class com.sun.xml.fastinfoset.tools.VocabularyGenerator
 
_vData - Variable in class com.sun.xml.fastinfoset.Encoder
The vocabulary application data that is used by the encoder
_value - Variable in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap.Entry
 
_valueIndex - Variable in class com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap.Entry
 
_version - Variable in class com.sun.xml.fastinfoset.stax.events.StartDocumentEvent
 

A B C D E F G H I K L M N O P Q R S T U V W X _