Package | Description |
---|---|
com.sun.xml.fastinfoset | |
com.sun.xml.fastinfoset.dom | |
com.sun.xml.fastinfoset.sax | |
com.sun.xml.fastinfoset.stax | |
com.sun.xml.fastinfoset.util |
Modifier and Type | Field and Description |
---|---|
static QualifiedName |
EncodingConstants.DEFAULT_NAMESPACE_DECLARATION |
Modifier and Type | Method and Description |
---|---|
protected QualifiedName |
Decoder.decodeEIIIndexLarge() |
protected QualifiedName |
Decoder.decodeEIIIndexMedium() |
protected QualifiedName |
Decoder.decodeLiteralQualifiedName(int state,
QualifiedName q) |
QualifiedName |
QualifiedName.set(String prefix,
String namespaceName) |
QualifiedName |
QualifiedName.set(String prefix,
String namespaceName,
String localName) |
QualifiedName |
QualifiedName.set(String prefix,
String namespaceName,
String localName,
int index) |
QualifiedName |
QualifiedName.set(String prefix,
String namespaceName,
String localName,
int prefixIndex,
int namespaceNameIndex,
int localNameIndex,
char[] charBuffer) |
QualifiedName |
QualifiedName.set(String prefix,
String namespaceName,
String localName,
int index,
int prefixIndex,
int namespaceNameIndex,
int localNameIndex) |
QualifiedName |
QualifiedName.set(String prefix,
String namespaceName,
String localName,
String qName,
int index) |
QualifiedName |
QualifiedName.set(String prefix,
String namespaceName,
String localName,
String qName,
int index,
int prefixIndex,
int namespaceNameIndex,
int localNameIndex) |
Modifier and Type | Method and Description |
---|---|
protected QualifiedName |
Decoder.decodeLiteralQualifiedName(int state,
QualifiedName q) |
Modifier and Type | Method and Description |
---|---|
protected QualifiedName |
DOMDocumentParser.processLiteralQualifiedName(int state) |
protected QualifiedName |
DOMDocumentParser.processLiteralQualifiedName(int state,
QualifiedName q) |
Modifier and Type | Method and Description |
---|---|
protected void |
DOMDocumentParser.processEII(QualifiedName name,
boolean hasAttributes) |
protected QualifiedName |
DOMDocumentParser.processLiteralQualifiedName(int state,
QualifiedName q) |
Modifier and Type | Method and Description |
---|---|
QualifiedName |
AttributesHolder.getQualifiedName(int index) |
Modifier and Type | Method and Description |
---|---|
void |
AttributesHolder.addAttribute(QualifiedName name,
String value) |
void |
AttributesHolder.addAttributeWithAlgorithmData(QualifiedName name,
String URI,
int id,
Object data) |
protected void |
SAXDocumentParser.processAIIEncodingAlgorithm(QualifiedName name,
boolean addToTable) |
protected void |
SAXDocumentParser.processEII(QualifiedName name,
boolean hasAttributes) |
Modifier and Type | Field and Description |
---|---|
protected QualifiedName[] |
StAXDocumentParser._qNameStack
Stack of qualified names and namespaces
|
protected QualifiedName |
StAXDocumentParser._qualifiedName
Qualified name associated with START_ELEMENT or END_ELEMENT.
|
Modifier and Type | Method and Description |
---|---|
protected QualifiedName |
StAXDocumentParser.processEIIIndexLarge(int b) |
protected QualifiedName |
StAXDocumentParser.processEIIIndexMedium(int b) |
protected QualifiedName |
StAXDocumentParser.processLiteralQualifiedName(int state,
QualifiedName q) |
Modifier and Type | Method and Description |
---|---|
protected void |
StAXDocumentParser.processAIIEncodingAlgorithm(QualifiedName name,
boolean addToTable) |
protected void |
StAXDocumentParser.processEII(QualifiedName name,
boolean hasAttributes) |
protected QualifiedName |
StAXDocumentParser.processLiteralQualifiedName(int state,
QualifiedName q) |
Modifier and Type | Field and Description |
---|---|
QualifiedName[] |
QualifiedNameArray._array |
QualifiedName[] |
LocalNameQualifiedNamesMap.Entry._value |
Modifier and Type | Method and Description |
---|---|
QualifiedName[] |
QualifiedNameArray.getArray()
Returns cloned version of internal QualifiedName[].
|
QualifiedName[] |
QualifiedNameArray.getCompleteArray() |
QualifiedName |
QualifiedNameArray.getNext() |
Modifier and Type | Method and Description |
---|---|
void |
QualifiedNameArray.add(QualifiedName s) |
void |
LocalNameQualifiedNamesMap.Entry.addQualifiedName(QualifiedName name) |
boolean |
LocalNameQualifiedNamesMap.isQNameFromReadOnlyMap(QualifiedName name) |
Copyright © 2015 Oracle Corpration. All rights reserved.