com.ibm.xdms.function
Interface XmlProcessor

All Superinterfaces:
Function
All Known Subinterfaces:
DomXmlProcessor

public interface XmlProcessor
extends Function

The XmlProcessor interface allows the XcapServlet to add the provided schemas. Another interface should extend the XmlProcessor to add implementation specific functions to generate and validate a document.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void addSchema(java.io.InputStream schema)
          Add a schema to the XmlProcessor
 
Methods inherited from interface com.ibm.xdms.function.Function
getApplicationUsage, init
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
Method Detail

addSchema

void addSchema(java.io.InputStream schema)
               throws XdmsException
Add a schema to the XmlProcessor

Parameters:
schema - An input stream for a schema file
Throws:
XdmsException