IParsable
Kind of class: | public interface |
---|---|
Package: | |
Inherits from: |
|
Implemented by: | |
Classpath: | org.asaplibrary.data.xml.IParsable |
File last modified: | Wednesday, 11 May 2011, 18:34:01 |
Interface to implement in DataValueObject classes that get their data through the Parser class.
Summary
Instance methods
-
parseXML
(o:XML) : Boolean
- Parse an object from XML into typed variables.
Instance methods
parseXML
function parseXML(o:XML) : Boolean
Parse an object from XML into typed variables.
Parameters
o:XML containing data
Returns
- true if parsing went ok, otherwise false