public interface XMLGrammar extends SendableEntityCreator
| Modifier and Type | Method and Description |
|---|---|
void |
addChildren(XMLEntity parent,
XMLEntity child)
Add a Child to parent Element.
|
void |
endChild(java.lang.String tag)
Set the EndTag of Child.
|
boolean |
parseChild(XMLEntity entity,
XMLEntity child,
Tokener value)
Methgod to parse Children.
|
getProperties, getSendableInstance, getValue, setValueboolean parseChild(XMLEntity entity, XMLEntity child, Tokener value)
entity - the Entitychild - the new Childvalue - the Tokenervoid addChildren(XMLEntity parent, XMLEntity child)
parent - the Parent Elementchild - the new Childvoid endChild(java.lang.String tag)
tag - the End Tag