|
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.builder.XmlSchemaBuilder
fr.gael.drb.impl.sds.SdfSchemaBuilder
public final class SdfSchemaBuilder
Factory for SDF/XML-Schema.
| Field Summary |
|---|
| Fields inherited from class fr.gael.drb.xsd.builder.XmlSchemaBuilder |
|---|
staticNamespace |
| Constructor Summary | |
|---|---|
SdfSchemaBuilder()
Create an SDF/XML-Schema generator with default parameters. |
|
| Method Summary | |
|---|---|
XmlSchema |
createSchema(DrbNode node)
Builds a SDF Schema from an input node. |
static void |
main(String[] args)
Makes the class runnable for testing. |
protected XsdElement |
refineElement(XsdElement element,
DrbNode node,
int occurs)
Refine a XML Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SdfSchemaBuilder()
| Method Detail |
|---|
public XmlSchema createSchema(DrbNode node)
createSchema in class fr.gael.drb.xsd.builder.XmlSchemaBuildernode - the input node.
protected XsdElement refineElement(XsdElement element,
DrbNode node,
int occurs)
refineElement in class fr.gael.drb.xsd.builder.XmlSchemaBuilderelement - the elementnode - the input node.occurs - the actual occurrence of the node
public static void main(String[] args)
args - main arguments
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||