| Modifier and Type | Method | Description |
|---|---|---|
protected void |
Decoder.decodeAdditionalData() |
|
protected void |
Decoder.decodeAlphabetOctetsAsCharBuffer(char[] restrictedAlphabet) |
|
protected java.lang.String |
Decoder.decodeCharacterEncodingScheme() |
|
protected void |
Decoder.decodeDII() |
|
protected QualifiedName |
Decoder.decodeEIIIndexLarge() |
|
protected QualifiedName |
Decoder.decodeEIIIndexMedium() |
|
protected void |
Decoder.decodeFourBitAlphabetOctetsAsCharBuffer(char[] restrictedAlphabet) |
|
protected void |
Decoder.decodeHeader() |
|
protected java.lang.String |
Decoder.decodeIdentifyingNonEmptyStringIndexOnFirstBitAsNamespaceName(boolean prefixPresent) |
|
protected java.lang.String |
Decoder.decodeIdentifyingNonEmptyStringIndexOnFirstBitAsPrefix(boolean namespaceNamePresent) |
|
protected java.lang.String |
Decoder.decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table) |
|
protected java.lang.String |
Decoder.decodeIdentifyingNonEmptyStringOnFirstBitAsNamespaceName(boolean prefixPresent) |
|
protected java.lang.String |
Decoder.decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix(boolean namespaceNamePresent) |
|
protected void |
Decoder.decodeInitialVocabulary() |
|
protected int |
Decoder.decodeIntegerIndexOnSecondBit() |
|
protected QualifiedName |
Decoder.decodeLiteralQualifiedName(int state,
QualifiedName q) |
|
protected void |
Decoder.decodeNonEmptyOctetStringLengthOnSecondBit() |
|
protected void |
Decoder.decodeNonEmptyOctetStringOnSecondBitAsUtf8CharArray() |
|
protected java.lang.String |
Decoder.decodeNonEmptyOctetStringOnSecondBitAsUtf8String() |
|
protected int |
Decoder.decodeNonIdentifyingStringOnFirstBit() |
|
protected void |
Decoder.decodeNotations() |
|
protected void |
Decoder.decodeOctetsOnFifthBitOfNonIdentifyingStringOnFirstBit(int b) |
|
protected void |
Decoder.decodeOctetsOnSeventhBitOfNonIdentifyingStringOnThirdBit(int b) |
|
protected java.lang.String |
Decoder.decodeRAOctetsAsString(char[] restrictedAlphabet) |
|
protected void |
Decoder.decodeRestrictedAlphabetAsCharBuffer() |
|
protected java.lang.String |
Decoder.decodeRestrictedAlphabetAsString() |
|
protected void |
Decoder.decodeUnparsedEntities() |
|
protected java.lang.String |
Decoder.decodeVersion() |
|
protected void |
Encoder.encodeAIIObjectAlgorithmData(int id,
java.lang.Object data,
EncodingAlgorithm ea) |
Encode the [normalized value] of an Attribute Information Item using
using an encoding algorithm.
|
protected void |
Encoder.encodeAlphabetCharacters(java.lang.String alphabet,
char[] ch,
int offset,
int length,
boolean addToTable) |
Encode a chunk of Character Information Items using a restricted
alphabet table.
|
protected void |
Encoder.encodeCIIBuiltInAlgorithmData(int id,
java.lang.Object data,
int offset,
int length) |
Encode a chunk of Character Information Items using
using an encoding algorithm.
|
protected void |
Encoder.encodeCIIBuiltInAlgorithmDataAsCDATA(char[] ch,
int offset,
int length) |
Encode a chunk of Character Information Items using
using the CDATA built in encoding algorithm.
|
protected void |
Encoder.encodeCIIObjectAlgorithmData(int id,
java.lang.Object data,
EncodingAlgorithm ea) |
Encode a chunk of Character Information Items using
using an encoding algorithm.
|
protected void |
Encoder.encodeDateTimeFourBitCharacters(char[] ch,
int offset,
int length,
boolean addToTable) |
Encode a chunk of Character Information Items using a date-time
alphabet that results in the encoding of a character in 4 bits
(or two characters per octet).
|
protected void |
Encoder.encodeDateTimeNonIdentifyingStringOnFirstBit(java.lang.String s,
boolean addToTable,
boolean mustBeAddedToTable) |
|
protected void |
Encoder.encodeFourBitCharacters(int id,
int[] table,
char[] ch,
int offset,
int length,
boolean addToTable) |
Encode a chunk of Character Information Items using a restricted
alphabet that results in the encoding of a character in 4 bits
(or two characters per octet).
|
protected void |
Encoder.encodeNonEmptyFourBitCharacterString(int[] table,
char[] ch,
int offset,
int octetPairLength,
int octetSingleLength) |
|
protected void |
Encoder.encodeNonEmptyFourBitCharacterStringOnSeventhBit(int[] table,
char[] ch,
int offset,
int length) |
Encode a non empty string on the seventh bit of an octet using a restricted
alphabet that results in the encoding of a character in 4 bits
(or two characters per octet).
|
protected void |
Encoder.encodeNonEmptyNBitCharacterStringOnSeventhBit(java.lang.String alphabet,
char[] ch,
int offset,
int length) |
Encode a non empty string on the seventh bit of an octet using a restricted
alphabet table.
|
protected void |
Encoder.encodeNonIdentifyingStringOnFirstBit(int id,
int[] table,
java.lang.String s,
boolean addToTable,
boolean mustBeAddedToTable) |
|
protected void |
Encoder.encodeNonIdentifyingStringOnFirstBit(java.lang.String URI,
int id,
java.lang.Object data) |
Encode a non identifying string on the first bit of an octet as binary
data using an encoding algorithm.
|
protected void |
Encoder.encodeNonIdentifyingStringOnThirdBit(java.lang.String URI,
int id,
byte[] d,
int offset,
int length) |
Encode a non identifying string on the third bit of an octet as binary
data using an encoding algorithm.
|
protected void |
Encoder.encodeNonIdentifyingStringOnThirdBit(java.lang.String URI,
int id,
java.lang.Object data) |
Encode a non identifying string on the third bit of an octet as binary
data using an encoding algorithm.
|
protected void |
Encoder.encodeNumericFourBitCharacters(char[] ch,
int offset,
int length,
boolean addToTable) |
Encode a chunk of Character Information Items using a numeric
alphabet that results in the encoding of a character in 4 bits
(or two characters per octet).
|
protected void |
Encoder.encodeNumericNonIdentifyingStringOnFirstBit(java.lang.String s,
boolean addToTable,
boolean mustBeAddedToTable) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
DOMDocumentParser.convertEncodingAlgorithmDataToCharacters(boolean isAttributeValue) |
|
protected void |
DOMDocumentParser.parse() |
|
protected void |
DOMDocumentParser.parse(java.io.InputStream s) |
|
void |
DOMDocumentParser.parse(org.w3c.dom.Document d,
java.io.InputStream s) |
Parse a fast infoset document into a
Document instance. |
protected void |
DOMDocumentParser.processAIIs() |
|
protected void |
DOMDocumentParser.processCommentII() |
|
protected void |
DOMDocumentParser.processDII() |
|
protected void |
DOMDocumentParser.processDIIOptionalProperties() |
|
protected void |
DOMDocumentParser.processEII(QualifiedName name,
boolean hasAttributes) |
|
protected void |
DOMDocumentParser.processEIIWithNamespaces() |
|
protected QualifiedName |
DOMDocumentParser.processLiteralQualifiedName(int state) |
|
protected QualifiedName |
DOMDocumentParser.processLiteralQualifiedName(int state,
QualifiedName q) |
|
protected void |
DOMDocumentParser.processProcessingII() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
SAXDocumentSerializer.encodeAttributes(org.xml.sax.Attributes atts) |
|
protected void |
SAXDocumentSerializerWithPrefixMapping.encodeAttributes(org.xml.sax.Attributes atts) |
|
void |
SAXDocumentParser.parse() |
|
void |
SAXDocumentParser.parse(java.io.InputStream s) |
|
protected void |
SAXDocumentParser.processAIIEncodingAlgorithm(QualifiedName name,
boolean addToTable) |
|
protected void |
SAXDocumentParser.processAIIs() |
|
protected void |
SAXDocumentParser.processBuiltInEncodingAlgorithmAsCharacters(java.lang.StringBuffer buffer) |
|
protected java.lang.Object |
SAXDocumentParser.processBuiltInEncodingAlgorithmAsObject() |
|
protected void |
SAXDocumentParser.processCIIBuiltInEncodingAlgorithmAsPrimitive() |
|
protected void |
SAXDocumentParser.processCIIEncodingAlgorithm(boolean addToTable) |
|
protected void |
SAXDocumentParser.processCommentII() |
|
protected void |
SAXDocumentParser.processDII() |
|
protected void |
SAXDocumentParser.processDIIFragment() |
|
protected void |
SAXDocumentParser.processDIIOptionalProperties() |
|
protected void |
SAXDocumentParser.processEII(QualifiedName name,
boolean hasAttributes) |
|
protected void |
SAXDocumentParser.processEIIWithNamespaces() |
|
protected void |
SAXDocumentParser.processProcessingII() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
StAXDocumentParser.convertEncodingAlgorithmDataToCharacters() |
|
protected void |
StAXDocumentParser.processAIIEncodingAlgorithm(QualifiedName name,
boolean addToTable) |
|
protected void |
StAXDocumentParser.processAIIs() |
|
protected void |
StAXDocumentParser.processCIIEncodingAlgorithm(boolean addToTable) |
|
protected void |
StAXDocumentParser.processCommentII() |
|
protected void |
StAXDocumentParser.processDII() |
|
protected void |
StAXDocumentParser.processDIIOptionalProperties(int b) |
|
protected void |
StAXDocumentParser.processEII(QualifiedName name,
boolean hasAttributes) |
|
protected QualifiedName |
StAXDocumentParser.processEIIIndexLarge(int b) |
|
protected QualifiedName |
StAXDocumentParser.processEIIIndexMedium(int b) |
|
protected void |
StAXDocumentParser.processEIIWithNamespaces(boolean hasAttributes) |
|
protected QualifiedName |
StAXDocumentParser.processLiteralQualifiedName(int state,
QualifiedName q) |
|
protected void |
StAXDocumentParser.processProcessingII() |
|
protected void |
StAXDocumentParser.processUnexpandedEntityReference(int b) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DuplicateAttributeVerifier.checkForDuplicateAttribute(int hash,
int value) |
|
void |
PrefixArray.pushScope(int prefixIndex,
int namespaceIndex) |
|
void |
PrefixArray.pushScopeWithPrefixEntry(java.lang.String prefix,
java.lang.String namespaceName,
int prefixIndex,
int namespaceIndex) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EncodingAlgorithmException |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FastInfosetReader.parse(java.io.InputStream s) |
Parse a fast infoset document from an InputStream.
|
Copyright © 2018 Oracle Corporation. All rights reserved.