|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.xsd.XsdFactory
public class XsdFactory
The XML-Schema factory. The tags and attributes supported are listed below : - complexType name type Content: (annotation?, (simpleContent | complexContent | ((sequence | choice)?, attribute*))) - simpleType name Content: (annotation?, (restriction | list | union)) - element name ref minOccurs maxOccurs type Content: (annotation?, (complexType | simpleType)?) - attribute name type default fixed value use Content: (annotation?, (simpleType?) - sequence minOccurs maxOccurs Content: (annotation?, (element | sequence | choice))* - choice minOccurs maxOccurs Content: (annotation?, (element | sequence | choice))* - include schemaLocation - list itemType
| Constructor Summary | |
|---|---|
XsdFactory()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Makes this class runnable for testing. |
XmlSchema |
open(DrbNode schema)
Load a schema from the specified node |
XmlSchema |
open(DrbNode base,
DrbNode schema)
Load a schema from the specified node |
protected XmlSchema |
open(DrbNode base,
DrbNode schema_node,
XmlSchema schema_def)
Load a schema from the specified node |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XsdFactory()
| Method Detail |
|---|
public XmlSchema open(DrbNode schema)
schema - the specified node
public XmlSchema open(DrbNode base,
DrbNode schema)
base - the context node used for the xs:include instruction.schema - the schema node
protected XmlSchema open(DrbNode base,
DrbNode schema_node,
XmlSchema schema_def)
base - the nodeschema_node - the schema nodeschema_def - the schema definition
public static void main(String[] args)
args - string[]
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||