public class ErrorSchema extends CommonSchema
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ERROR_XSD
The ACSERROR XSD files
|
protected org.w3c.dom.Document |
errorDoc
The DOM error document
|
COMMON_TYPES, commonTypes, parser, typeList| Constructor and Description |
|---|
ErrorSchema()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillSchema()
Read the schema information and fill the schema
|
AcsComplexType |
getCompletionSchema()
Get the completion shema.
|
AcsComplexType |
getErrorSchema()
Get the error shema.
|
AcsComplexType |
getTypeSchema()
Get the type shema.
|
getType, readAttribute, readDocumentation, searchComplexTypes, searchSimpleTypesprotected static java.lang.String ERROR_XSD
protected org.w3c.dom.Document errorDoc
public AcsComplexType getTypeSchema()
public AcsComplexType getCompletionSchema()
public AcsComplexType getErrorSchema()
public void fillSchema()