|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xcodegen.structure.XObject | +--xcodegen.structure.XRuleExpr | +--xcodegen.structure.XRuleOp
Constructor Summary | |
XRuleOp()
|
Method Summary | |
boolean |
init(org.w3c.dom.Element elt,
XObject parent,
java.util.Collection errors)
Initialize the object from a XML DOM Element |
static boolean |
isOperator(java.lang.String type)
|
Methods inherited from class xcodegen.structure.XRuleExpr |
getExpressions, getName, getType, getXClass |
Methods inherited from class xcodegen.structure.XObject |
add, addError, getBeanName, getChild, getChild, getChildren, getChildren, getDescription, getLogger, getLongName, getParent, getXMLChild, getXMLChildText, getXMLChildText, getXMLText, hasChild, initChildren, trimXMLText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XRuleOp()
Method Detail |
public static final boolean isOperator(java.lang.String type)
public boolean init(org.w3c.dom.Element elt, XObject parent, java.util.Collection errors) throws java.lang.Exception
XObject
init
in class XRuleExpr
elt
- DOM element containing the configurationparent
- Parent objecterrors
- list of all the errors
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |