Package | Description |
---|---|
org.openfast.extensions | |
org.openfast.template.loader |
Modifier and Type | Method and Description |
---|---|
boolean |
MapFieldParser.canParse(Element element,
ParsingContext context) |
Field |
MapFieldParser.parse(Element fieldNode,
ParsingContext context) |
Modifier and Type | Method and Description |
---|---|
static ParsingContext |
XMLMessageTemplateLoader.createInitialContext() |
ParsingContext |
ParsingContext.getParent() |
Modifier and Type | Method and Description |
---|---|
boolean |
TemplateRefParser.canParse(Element element,
ParsingContext context) |
boolean |
StringParser.canParse(Element element,
ParsingContext context) |
boolean |
ScalarParser.canParse(Element element,
ParsingContext context) |
boolean |
FieldParser.canParse(Element element,
ParsingContext context) |
boolean |
ComposedDecimalParser.canParse(Element element,
ParsingContext context) |
boolean |
ByteVectorParser.canParse(Element element,
ParsingContext context) |
boolean |
AbstractFieldParser.canParse(Element element,
ParsingContext context) |
protected QName |
ScalarParser.getName(Element fieldNode,
ParsingContext context) |
protected Type |
ScalarParser.getType(Element fieldNode,
ParsingContext context) |
protected static QName |
GroupParser.getTypeReference(Element templateTag,
ParsingContext context)
Finds the typeReference tag in the passed dom element object
|
Field |
VariableLengthScalarParser.parse(Element fieldNode,
boolean optional,
ParsingContext context) |
protected Field |
TemplateParser.parse(Element templateElement,
boolean optional,
ParsingContext context)
Creates a MessageTemplate object from the dom template element
|
protected Field |
SequenceParser.parse(Element sequenceElement,
boolean optional,
ParsingContext context) |
Field |
ScalarParser.parse(Element fieldNode,
boolean optional,
ParsingContext context) |
protected Field |
GroupParser.parse(Element groupElement,
boolean optional,
ParsingContext context)
Creates a Group object from the dom group element
|
protected Field |
ComposedDecimalParser.parse(Element fieldNode,
boolean optional,
ParsingContext context) |
protected abstract Field |
AbstractFieldParser.parse(Element fieldNode,
boolean optional,
ParsingContext context) |
Field |
TemplateRefParser.parse(Element element,
ParsingContext context) |
Field |
FieldParser.parse(Element fieldNode,
ParsingContext context) |
Field |
AbstractFieldParser.parse(Element fieldNode,
ParsingContext parent) |
protected static Field[] |
GroupParser.parseFields(Element template,
ParsingContext context)
Places the nodes of the passed element into an array
|
protected static void |
GroupParser.parseMore(Element groupElement,
Group group,
ParsingContext context) |
Constructor and Description |
---|
ParsingContext(Element node,
ParsingContext parent) |
ParsingContext(ParsingContext parent) |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.