abstractpublic class CBuiltinLeafInfo extends BuiltinLeafInfoImpl implements CNonElement(Code)
Encapsulates the default handling for leaf classes (which are bound
to text in XML.) In particular this class knows how to convert
the lexical value into the Java class according to this default rule.
The generated type-safe enum classes are also a leaf class,
and as such there are
CEnumLeafInfo that represents it
as
CBuiltinLeafInfo .
This class represents the default handling, and therefore
we can only have one instance per one
NType . Handling of
other XML Schema types (such as xs:token) are represented as
a general
TypeUse objects.
author: Kohsuke Kawaguchi