XML:DB Home

Index
Requirements
Working Draft
API Use Cases

Mail List
Mail Archive
Authors
Members of the XML:DB API Mailing List - xapi-dev@xmldb.org
Kimbro Staken (Editor) - kstaken@dbxmlgroup.com
Status
Working Draft (Experimental) - 2001-03-16
Notice
This is a XML:DB Working Draft for review by all interested parties. It is a draft document and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Working Drafts as reference material or to cite them as other than "work in progress". This work is part of the XML:DB Project. Comments on this specification should be sent to XML:DB API mailing list xapi-dev@xmldb.org.
Abstract
This document defines a draft specification for the XML Database API. This API is being developed through the mailing lists of the XML:DB organization and the contents are attributed to the members of those lists.

Table of Contents


1 XMLResource Module
    1.1 XMLResource
        1.1.1 IDL Specification

Appendices



XMLResource Module

An XMLResource is a plain text representation of an underlying XML document. The content being managed must be well formed XML passed as a string.

XMLResource

The interface defines no new methods and simply overrides those in Resource. The type of the stored content is a string so the return value and arguments of getContent and setContent must be cast to the appropriate language specific string representation.

IDL Specification


interface XMLResource : base::Resource {      
};  

               




Copyright © 2000,2001 The XML:DB Initiative. All Rights Reserved.