|
||||||||||
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 |
protected DatatypeValidator |
XMLDTDValidator.fValENTITIES
Datatype validator: ENTITIES. |
protected DatatypeValidator |
XMLDTDValidator.fValENTITY
Datatype validator: ENTITY. |
protected DatatypeValidator |
XMLDTDValidator.fValID
Datatype validator: ID. |
protected DatatypeValidator |
XMLDTDValidator.fValIDRef
Datatype validator: IDREF. |
protected DatatypeValidator |
XMLDTDValidator.fValIDRefs
Datatype validator: IDREFS. |
protected DatatypeValidator |
XMLDTDValidator.fValNMTOKEN
Datatype validator: NMTOKEN. |
protected DatatypeValidator |
XMLDTDValidator.fValNMTOKENS
Datatype validator: NMTOKENS. |
protected DatatypeValidator |
XMLDTDValidator.fValNOTATION
Datatype validator: NOTATION. |
Methods in org.apache.xerces.impl.dtd with parameters of type DatatypeValidator | |
---|---|
void |
XMLSimpleType.setValues(short type,
String name,
String[] enumeration,
boolean list,
short defaultType,
String defaultValue,
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(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 |
XML11DTDDVFactoryImpl.getBuiltInDV(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. |
DatatypeValidator |
DTDDVFactoryImpl.getBuiltInDV(String name)
return a dtd type of the given name |
Constructors in org.apache.xerces.impl.dv.dtd with parameters of type DatatypeValidator | |
---|---|
ListDatatypeValidator(DatatypeValidator itemDV)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |