Free Trial - Stylus Studio, The World's Best XML IDE!


com.saxonica.schema
Class UnknownDef

java.lang.Object
  |
  +--com.saxonica.schema.SchemaElement
        |
        +--com.saxonica.schema.UnknownDef
All Implemented Interfaces:
java.io.Serializable, javax.xml.transform.SourceLocator

public class UnknownDef
extends SchemaElement

This class is temporary until I finish the implementation [KV]

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.saxonica.schema.SchemaElement
ANNOTATION, ANYTYPE, APPINFO, ATTRIBUTE, ATTRIBUTE_GROUP, COMPLEX_CONTENT, COMPLEX_TYPE, COMPOSITOR, DOCUMENTATION, ELEMENT, FACET, GROUP, IDENTITY_FIELD, IDENTITY_SELECTOR, KEY, KEYREF, LIST, REDEFINE, SCHEMA, SIMPLE_CONTENT, SIMPLE_TYPE, UNION, UNIQUE, UNKNOWN, WILDCARD_ATTRIBUTE, WILDCARD_ELEMENT
 
Constructor Summary
UnknownDef()
          Creates a new UnknownDef
 
Method Summary
 short getStructureType()
          Returns the type of this Schema Structure
 boolean validate(javax.xml.transform.ErrorListener errorListener)
          Checks the validity of this Schema defintion.
 
Methods inherited from class com.saxonica.schema.SchemaElement
getColumnNumber, getLineNumber, getPublicId, getSystemId, setLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownDef

public UnknownDef()
Creates a new UnknownDef

Method Detail

getStructureType

public short getStructureType()
Returns the type of this Schema Structure

Specified by:
getStructureType in class SchemaElement
Returns:
the type of this Schema Structure

validate

public boolean validate(javax.xml.transform.ErrorListener errorListener)
                 throws SchemaException
Checks the validity of this Schema defintion.

Throws:
SchemaException - when this Schema definition is invalid.


Stylus Studio features integrated development and debugging support for Saxon in the XQuery editor and XSLT editor.