public class GroupParser extends AbstractFieldParser
| Constructor and Description |
|---|
GroupParser() |
| Modifier and Type | Method and Description |
|---|---|
protected static QName |
getTypeReference(Element templateTag,
ParsingContext context)
Finds the typeReference tag in the passed dom element object
|
protected Field |
parse(Element groupElement,
boolean optional,
ParsingContext context)
Creates a Group object from the dom group element
|
protected static Field[] |
parseFields(Element template,
ParsingContext context)
Places the nodes of the passed element into an array
|
protected static void |
parseMore(Element groupElement,
Group group,
ParsingContext context) |
canParse, getElement, isElement, parse, parseExternalAttributesprotected Field parse(Element groupElement, boolean optional, ParsingContext context)
parse in class AbstractFieldParsergroup - The dom element objectisOptional - Determines if the Field is required or not for the dataprotected static void parseMore(Element groupElement, Group group, ParsingContext context)
protected static Field[] parseFields(Element template, ParsingContext context)
template - The dom element objectprotected static QName getTypeReference(Element templateTag, ParsingContext context)
templateTag - The dom element objectcontext - Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.