Collaboration API Documentation

com.filenet.bso.api.util
Interface BsoDataModelSaxHandler


public interface BsoDataModelSaxHandler

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.

See Also:
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

setModelName

public void setModelName(java.lang.String modelName)
Sets the data model name.

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.

Parameters:
modelName - Data model name.

getDataModel

public BsoDataModel getDataModel()
Returns the top-level node in the BsoDataModel tree that is generated by SAX parsing of XML content.

Returns:
The BsoDataModel tree.

Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.