parseXML(Element xmlElement) Populates the member variables and collections of this SQLWhen instance, parsing
the given DOM Element as the source for reconstituting its contents.
public void
secondPassParse(Element element) Resolves object reference contained in given DOM element; called in second pass of
SQLDefinition parsing process.
public void parseXML(Element xmlElement) throws BaseException(Code)
Populates the member variables and collections of this SQLWhen instance, parsing
the given DOM Element as the source for reconstituting its contents.
Parameters: xmlElement - DOM element containing XML marshaled version of this SQLWheninstance throws: BaseException - if element is null or error occurs during parsing
secondPassParse
public void secondPassParse(Element element) throws BaseException(Code)
Resolves object reference contained in given DOM element; called in second pass of
SQLDefinition parsing process.
Parameters: element - to be parsed exception: BaseException - thrown while parsing
Overrides parent implementation to append when condition information.
Parameters: prefix - String to append to each new line of the XML representation XML representation of this SQLObject instance throws: BaseException - if error occurs during XML creation