Create an Operator .
Implementations of the contract language parser must implement
this method.
Parameters: style - either (Operator.XML_FLAG) or (Operator.PAREN_FLAG) Parameters: inObj - an instance of java.lang.String , java.io.InputStream , java.io.Reader , ororg.w3c.dom.Element throws: Exception - if parse failed -- toString will displayuseful stack trace |