XBinder C# Runtime Library  2.8
Public Member Functions | List of all members
com.objsys.xbinder.runtime.XBDocumentCodec Interface Reference

XBDocumentCodec is the interface that describes a document encoder-decoder. Classes representing global elements implement this interface, and this interface lets us define a generic testing application that can run any such encoder-decoder. More...

Public Member Functions

void decodeDocument (System.Xml.XmlTextReader reader)
 
void encodeDocument (XBXmlEncoder buffer)
 

Detailed Description

XBDocumentCodec is the interface that describes a document encoder-decoder. Classes representing global elements implement this interface, and this interface lets us define a generic testing application that can run any such encoder-decoder.

<author> Kevin

</author>