Package | Description |
---|---|
org.mdiutil.xml.tree.schema |
This package allow to create a Schema from an XSD file.
|
Modifier and Type | Method and Description |
---|---|
XSDElement |
XSDSchema.getRootElement(QName name) |
XSDElement |
XSDSchema.getRootElement(String name) |
XSDElement |
XSDElementCell.getXSDElement() |
Modifier and Type | Method and Description |
---|---|
Map<QName,XSDElement> |
XSDSchema.getRootElements() |
Modifier and Type | Method and Description |
---|---|
void |
XSDSchema.addRootElement(XSDElement element) |
void |
XSDElementCell.setElement(XSDElement element) |