org.idoox.xml.schema
Class Extension

java.lang.Object
  extended byorg.idoox.xml.schema.Extension
Direct Known Subclasses:
SimpleTypeEnumExtension, SimpleTypeFacetsExtension, SimpleTypeListExtension, SimpleTypeUnionExtension

public abstract class Extension
extends java.lang.Object

This interface represents an extension in the xml schema.

Just now the common part of extensions is empty. To register a concrete extension (such as SimpleTypeListExtension) use an instance of appropriate ancestors.

Since:
3.1
Component:
Core

Constructor Summary
Extension()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extension

public Extension()