public interface XsdInfo
Modifier and Type | Method and Description |
---|---|
void |
addImportedXsd(java.lang.String xsdDocument,
java.lang.String unqualifiedFilename)
Add an imported XSD document
|
java.util.List<XsdInfo> |
getImportedXsds()
Get imported XSD documents.
|
java.lang.String |
getUnqualifiedFilename()
Get the unqualified filename
|
java.lang.String |
getXsdDocument()
Get the XSD schema as an XML string.
|
boolean |
hasRemovedAttributes() |
void |
setUnqualifiedFilename(java.lang.String unqualifiedFilename)
Set the unqualified filename.
|
void |
setXsdDocument(java.lang.String xsdDocument)
Set the XSD document.
|
java.lang.String getXsdDocument() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.String getUnqualifiedFilename() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
void addImportedXsd(java.lang.String xsdDocument, java.lang.String unqualifiedFilename) throws com.softwareag.eda.common.EDAException
xsdDocument
- The XSD schema as an XML stringunqualifiedFilename
- The schema's filename, without folder, e.g. schema.xsdcom.softwareag.eda.common.EDAException
java.util.List<XsdInfo> getImportedXsds() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
void setXsdDocument(java.lang.String xsdDocument) throws com.softwareag.eda.common.EDAException
xsdDocument
- XSD documentcom.softwareag.eda.common.EDAException
void setUnqualifiedFilename(java.lang.String unqualifiedFilename) throws com.softwareag.eda.common.EDAException
unqualifiedFilename
- The schema's filename, without folder, e.g. schema.xsdcom.softwareag.eda.common.EDAException
boolean hasRemovedAttributes()