com.sun.msv.datatype.xsd
public class Proxy extends XSDatatypeImpl
| Field Summary | |
|---|---|
| XSDatatypeImpl | baseType immediate base type, which may be a concrete type or DataTypeWithFacet |
| Constructor Summary | |
|---|---|
| Proxy(String nsUri, String newTypeName, XSDatatypeImpl baseType) | |
| Method Summary | |
|---|---|
| boolean | checkFormat(String content, ValidationContext context) |
| String | convertToLexicalValue(Object value, SerializationContext context) |
| String | displayName() |
| XSDatatype | getBaseType() |
| ConcreteType | getConcreteType() |
| DataTypeWithFacet | getFacetObject(String facetName) |
| int | getIdType() |
| Class | getJavaObjectType() |
| int | getVariety() |
| boolean | isContextDependent() |
| int | isFacetApplicable(String facetName) |
| boolean | isFinal(int derivationType) |
| String | serializeJavaObject(Object value, SerializationContext context) |
| void | _checkValid(String content, ValidationContext context) |
| Object | _createJavaObject(String literal, ValidationContext context) |
| Object | _createValue(String content, ValidationContext context) |