|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QName | |
|---|---|
| org.openfast | |
| org.openfast.error | |
| org.openfast.session | |
| org.openfast.template | |
| org.openfast.template.loader | |
| org.openfast.util | |
| Uses of QName in org.openfast |
|---|
| Fields in org.openfast declared as QName | |
|---|---|
static QName |
QName.NULL
|
| Methods in org.openfast that return QName | |
|---|---|
static QName |
Global.createImplicitName(QName name)
|
| Methods in org.openfast with parameters of type QName | |
|---|---|
static QName |
Global.createImplicitName(QName name)
|
ScalarValue |
TemplateDictionary.lookup(Group template,
QName key,
QName applicationType)
|
ScalarValue |
GlobalDictionary.lookup(Group template,
QName key,
QName applicationType)
|
ScalarValue |
Dictionary.lookup(Group template,
QName key,
QName currentApplicationType)
|
ScalarValue |
ApplicationTypeDictionary.lookup(Group template,
QName key,
QName applicationType)
|
ScalarValue |
Context.lookup(java.lang.String dictionary,
Group group,
QName key)
|
void |
Context.setCurrentApplicationType(QName name)
|
void |
TemplateDictionary.store(Group group,
QName applicationType,
QName key,
ScalarValue valueToEncode)
|
void |
GlobalDictionary.store(Group group,
QName applicationType,
QName key,
ScalarValue value)
|
void |
Dictionary.store(Group group,
QName applicationType,
QName key,
ScalarValue valueToEncode)
|
void |
ApplicationTypeDictionary.store(Group group,
QName applicationType,
QName key,
ScalarValue value)
|
void |
Context.store(java.lang.String dictionary,
Group group,
QName key,
ScalarValue valueToEncode)
|
| Uses of QName in org.openfast.error |
|---|
| Fields in org.openfast.error declared as QName | |
|---|---|
static QName |
FastConstants.ANY_TYPE
|
static QName |
FastConstants.LENGTH_FIELD
|
| Uses of QName in org.openfast.session |
|---|
| Methods in org.openfast.session that return QName | |
|---|---|
protected QName |
SessionControlProtocol_1_1.getQName(Message message)
|
| Methods in org.openfast.session with parameters of type QName | |
|---|---|
void |
Session.registerDynamicTemplate(QName templateName,
int id)
|
| Uses of QName in org.openfast.template |
|---|
| Fields in org.openfast.template declared as QName | |
|---|---|
protected QName |
Field.key
|
protected QName |
Field.name
|
| Methods in org.openfast.template that return QName | |
|---|---|
QName |
Field.getKey()
Find the key |
QName |
Field.getQName()
|
QName |
Sequence.getTypeReference()
|
QName |
Group.getTypeReference()
|
| Methods in org.openfast.template with parameters of type QName | |
|---|---|
void |
Field.addAttribute(QName name,
java.lang.String value)
|
MessageTemplate |
TemplateRegistry.get(QName name)
|
MessageTemplate |
BasicTemplateRegistry.get(QName name)
|
java.lang.String |
Sequence.getAttribute(QName name)
|
java.lang.String |
Field.getAttribute(QName name)
|
Field |
Group.getField(QName name)
|
int |
TemplateRegistry.getId(QName name)
|
int |
BasicTemplateRegistry.getId(QName name)
|
StaticTemplateReference |
Group.getStaticTemplateReference(QName name)
|
boolean |
Sequence.hasAttribute(QName attributeName)
|
boolean |
Field.hasAttribute(QName attributeName)
|
boolean |
Group.hasField(QName fieldName)
|
boolean |
TemplateRegistry.isDefined(QName name)
|
boolean |
BasicTemplateRegistry.isDefined(QName name)
|
boolean |
TemplateRegistry.isRegistered(QName name)
|
boolean |
BasicTemplateRegistry.isRegistered(QName name)
|
void |
TemplateRegistry.register(int id,
QName name)
|
void |
BasicTemplateRegistry.register(int id,
QName name)
|
void |
TemplateRegistry.remove(QName name)
|
void |
BasicTemplateRegistry.remove(QName name)
|
void |
Field.setKey(QName key)
Sets the passed key to the current field key |
void |
Sequence.setTypeReference(QName typeReference)
Set the type reference |
void |
Group.setTypeReference(QName typeReference)
Set the name of the type referenced by this group |
| Constructors in org.openfast.template with parameters of type QName | |
|---|---|
ComposedScalar(QName name,
Type type,
Scalar[] fields,
boolean optional,
ComposedValueConverter valueConverter)
|
|
Field(QName name,
boolean optional)
Field Constructor |
|
Field(QName name,
QName key,
boolean optional)
Field Constructor |
|
Group(QName name,
Field[] fields,
boolean optional)
|
|
MessageTemplate(QName name,
Field[] fields)
|
|
Scalar(QName name,
Type type,
OperatorCodec operatorCodec,
ScalarValue defaultValue,
boolean optional)
Scalar constructor - sets the dictionary as global and validates the entries |
|
Scalar(QName name,
Type type,
Operator operator,
ScalarValue defaultValue,
boolean optional)
|
|
Sequence(QName name,
Field[] fields,
boolean optional)
Sequence Constructor - Sets the implicitLength to true |
|
Sequence(QName name,
Scalar length,
Field[] fields,
boolean optional)
Sequence Constructor - If no length, a length is created and the implicitLength is set to true. |
|
| Uses of QName in org.openfast.template.loader |
|---|
| Methods in org.openfast.template.loader that return QName | |
|---|---|
protected QName |
ScalarParser.getName(org.w3c.dom.Element fieldNode,
org.openfast.template.loader.ParsingContext context)
|
protected static QName |
GroupParser.getTypeReference(org.w3c.dom.Element templateTag)
Finds the typeReference tag in the passed dom element object |
| Uses of QName in org.openfast.util |
|---|
| Methods in org.openfast.util with parameters of type QName | |
|---|---|
static ComposedScalar |
Util.composedDecimal(QName name,
Operator exponentOp,
ScalarValue exponentVal,
Operator mantissaOp,
ScalarValue mantissaVal,
boolean optional)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||