|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatatypeValidator | |
---|---|
org.apache.xerces.impl.dtd | |
org.apache.xerces.impl.dv | |
org.apache.xerces.impl.dv.dtd |
Uses of DatatypeValidator in org.apache.xerces.impl.dtd |
---|
Fields in org.apache.xerces.impl.dtd declared as DatatypeValidator | |
---|---|
DatatypeValidator |
XMLSimpleType.datatypeValidator
datatypeValidator |
Methods in org.apache.xerces.impl.dtd with parameters of type DatatypeValidator | |
---|---|
void |
XMLSimpleType.setValues(short type,
java.lang.String name,
java.lang.String[] enumeration,
boolean list,
short defaultType,
java.lang.String defaultValue,
java.lang.String nonNormalizedDefaultValue,
DatatypeValidator datatypeValidator)
setValues |
Uses of DatatypeValidator in org.apache.xerces.impl.dv |
---|
Methods in org.apache.xerces.impl.dv that return DatatypeValidator | |
---|---|
abstract DatatypeValidator |
DTDDVFactory.getBuiltInDV(java.lang.String name)
return a dtd type of the given name |
Uses of DatatypeValidator in org.apache.xerces.impl.dv.dtd |
---|
Classes in org.apache.xerces.impl.dv.dtd that implement DatatypeValidator | |
---|---|
class |
ENTITYDatatypeValidator
ENTITYDatatypeValidator implements the DatattypeValidator interface. |
class |
IDDatatypeValidator
IDDatatypeValidator - ID represents the ID attribute type from XML 1.0 Recommendation. |
class |
IDREFDatatypeValidator
IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.0 recommendation. |
class |
ListDatatypeValidator
For list types: ENTITIES, IDREFS, NMTOKENS. |
class |
NMTOKENDatatypeValidator
NMTOKEN datatype validator. |
class |
NOTATIONDatatypeValidator
NOTATIONValidator defines the interface that data type validators must obey. |
class |
StringDatatypeValidator
StringValidator validates that XML content is a W3C string type. |
class |
XML11IDDatatypeValidator
IDDatatypeValidator - ID represents the ID attribute type from XML 1.1 Recommendation. |
class |
XML11IDREFDatatypeValidator
IDREFDatatypeValidator - represents the IDREFS attribute type from XML 1.1 recommendation. |
class |
XML11NMTOKENDatatypeValidator
NMTOKEN datatype validator for NMTokens from XML 1.1. |
Methods in org.apache.xerces.impl.dv.dtd that return DatatypeValidator | |
---|---|
DatatypeValidator |
DTDDVFactoryImpl.getBuiltInDV(java.lang.String name)
return a dtd type of the given name |
DatatypeValidator |
XML11DTDDVFactoryImpl.getBuiltInDV(java.lang.String name)
return a dtd type of the given name This will call the super class if and only if it does not recognize the passed-in name. |
Constructors in org.apache.xerces.impl.dv.dtd with parameters of type DatatypeValidator | |
---|---|
ListDatatypeValidator(DatatypeValidator itemDV)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |