|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The BsoDataModelSaxHandler
interface is implemented by objects that parse
XML content and generate a tree of BsoDataModel
objects.
The BsoDataModel
object tree provides a simple attribute-value pair
object-based representation of the XML content.
BsoDataModelFactory
,
BsoDataModel
Method Summary | |
BsoDataModel |
getDataModel()
Returns the top-level node in the BsoDataModel tree that is
generated by SAX parsing of XML content. |
void |
setModelName(java.lang.String modelName)
Sets the data model name. |
Method Detail |
public void setModelName(java.lang.String modelName)
For the modelName
parameter, you can specify a simple name
assigned to the top-level node of the tree structure or a fully-qualified Java class name,
which will be used to create the top-level node.
modelName
- Data model name.public BsoDataModel getDataModel()
BsoDataModel
tree that is
generated by SAX parsing of XML content.
BsoDataModel
tree.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |