|
SienaXML (v.2.0.0) API documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsiena.xml.XSchemaProcessor
public class XSchemaProcessor
This class is used to process an XSchema and produce a mapping of XML tags to SIENA attribute names.
| Nested Class Summary | |
|---|---|
static class |
XSchemaProcessor.TEST
White Box test class for the XSchemaProcessor |
| Constructor Summary | |
|---|---|
XSchemaProcessor()
Creates new XSchemaProcessor |
|
| Method Summary | |
|---|---|
java.util.HashMap |
getXMLRules()
Get the rules that are to be applied to the XML. |
void |
setXSchema(java.lang.String filename)
Specify the XSchema to be processed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSchemaProcessor()
| Method Detail |
|---|
public void setXSchema(java.lang.String filename)
throws java.io.IOException,
org.xml.sax.SAXException
filename - Name of the file that contains the XSchema
java.io.IOException - This is thrown if the file can not be opened.
org.xml.sax.SAXException - If there is a problem apply the default rules
to the XSchema this exception is thrown.public java.util.HashMap getXMLRules()
|
SienaXML (v.2.0.0) API documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||