BBN.RDF.Common.ModelCom.Write Function
write (serialize) the model to the specified file

write (serialize) the model to the specified file

Public BBN.RDF.Model Write (System.IO.StreamWriter)
  Type Name Description  
    System.IO.StreamWriter writer    
  Return Description  
    Model      
Other overloads:
BBN.RDF.Common.ModelCom.Write(e) BBN.RDF.Common.ModelCom.Write(e,StmtEnumerator) BBN.RDF.Common.ModelCom.Write(System.IO.StreamWriter,StmtEnumerator)
Remarks:
This is a simple implementation missing some desirable features, e.g. shared namespaces, handling of anonymous ndoes, automatic determination of CDATA. It's not very efficient to build the whole XML model and then serialize it; this could be done incrementally. Output isn't indented.

This is a simple implementation missing some desirable features, e.g. shared namespaces, handling of anonymous ndoes, automatic determination of CDATA. It's not very efficient to build the whole XML model and then serialize it; this could be done incrementally. Output isn't indented.