com.sun.msv.datatype.xsd
public class EntityType extends BuiltinAtomicType
java.lang.String
.
See http://www.w3.org/TR/xmlschema-2/#ENTITY for the spec
Field Summary | |
---|---|
static EntityType | theInstance |
Method Summary | |
---|---|
String | convertToLexicalValue(Object value, SerializationContext context) |
XSDatatype | getBaseType() |
Class | getJavaObjectType() |
boolean | isContextDependent()
ENTITY type always returns true. |
int | isFacetApplicable(String facetName) |
Object | _createValue(String content, ValidationContext context) |