org.exolab.castor.xml.schema
Class UnknownDef
java.lang.Object
org.exolab.castor.xml.schema.Structure
org.exolab.castor.xml.schema.UnknownDef
- All Implemented Interfaces:
- Serializable
public class UnknownDef
- extends Structure
This class is temporary until I finish the implementation
- Version:
- $Revision: 5951 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
- Author:
- Keith Visco
- See Also:
- Serialized Form
| Fields inherited from class org.exolab.castor.xml.schema.Structure |
ANNOTATION, ANYTYPE, APPINFO, ATTRIBUTE, ATTRIBUTE_GROUP, COMPLEX_CONTENT, COMPLEX_TYPE, DOCUMENTATION, ELEMENT, FACET, GROUP, IDENTITY_FIELD, IDENTITY_SELECTOR, KEY, KEYREF, LIST, MODELGROUP, MODELGROUP_REF, REDEFINE, SCHEMA, SIMPLE_CONTENT, SIMPLE_TYPE, UNION, UNIQUE, UNKNOWN, WILDCARD |
|
Constructor Summary |
UnknownDef()
Creates a new UnknownDef |
|
Method Summary |
short |
getStructureType()
Returns the type of this Schema Structure |
void |
validate()
Checks the validity of this Schema defintion. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnknownDef
public UnknownDef()
- Creates a new UnknownDef
getStructureType
public short getStructureType()
- Returns the type of this Schema Structure
- Specified by:
getStructureType in class Structure
- Returns:
- the type of this Schema Structure
validate
public void validate()
throws ValidationException
- Checks the validity of this Schema defintion.
- Specified by:
validate in class Structure
- Throws:
ValidationException - when this Schema definition
is invalid.
Copyright © 2012. All Rights Reserved.