org.apache.xerces.impl.dv
Interface XSAtomicSimpleType

All Superinterfaces:
XSSimpleType, XSTypeDecl

public interface XSAtomicSimpleType
extends XSSimpleType

Any atomic simple type will implement this interface. It inherits the methods of generic XSSimpleType interface.

Version:
$Id: XSAtomicSimpleType.java,v 1.2 2001/12/06 23:11:55 sandygao Exp $
Author:
Sandy Gao, IBM

Fields inherited from interface org.apache.xerces.impl.dv.XSSimpleType
CARDINALITY_COUNTABLY_INFINITE, CARDINALITY_FINITE, FACET_ENUMERATION, FACET_FRACTIONDIGITS, FACET_LENGTH, FACET_MAXEXCLUSIVE, FACET_MAXINCLUSIVE, FACET_MAXLENGTH, FACET_MINEXCLUSIVE, FACET_MININCLUSIVE, FACET_MINLENGTH, FACET_PATTERN, FACET_TOTALDIGITS, FACET_WHITESPACE, ORDERED_FALSE, ORDERED_PARTIAL, ORDERED_TOTAL, VARIETY_ATOMIC, VARIETY_LIST, VARIETY_UNION, WS_COLLAPSE, WS_PRESERVE, WS_REPLACE
 
Fields inherited from interface org.apache.xerces.impl.xs.XSTypeDecl
COMPLEX_TYPE, SIMPLE_TYPE
 
Methods inherited from interface org.apache.xerces.impl.dv.XSSimpleType
applyFacets, getDefinedFacets, getVariety, isEqual, isIDType, isNOTATIONType, validate, validate
 
Methods inherited from interface org.apache.xerces.impl.xs.XSTypeDecl
getBaseType, getFinalSet, getTargetNamespace, getTypeName, getXSType, isAnonymous
 



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