org.apache.xerces.impl.xs
Interface XSTypeDecl

All Known Subinterfaces:
DatatypeValidator
All Known Implementing Classes:
XSComplexTypeDecl

public interface XSTypeDecl

The XML representation for a type declaration schema component is a or element information item

Version:
$Id: XSTypeDecl.java,v 1.1 2001/10/25 20:36:02 elena Exp $
Author:
Elena Litani, IBM

Field Summary
static short COMPLEX_TYPE
           
static short SIMPLE_TYPE
           
 
Method Summary
 short getXSType()
           
 java.lang.String getXSTypeName()
           
 

Field Detail

COMPLEX_TYPE

public static final short COMPLEX_TYPE

SIMPLE_TYPE

public static final short SIMPLE_TYPE
Method Detail

getXSType

public short getXSType()

getXSTypeName

public java.lang.String getXSTypeName()


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.