Package | Description |
---|---|
org.apache.xerces.impl.dtd | |
org.apache.xerces.impl.dv | |
org.apache.xerces.impl.dv.dtd |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSimpleType.setValues(short type,
String name,
String[] enumeration,
boolean list,
short defaultType,
String defaultValue,
String nonNormalizedDefaultValue,
DatatypeValidator datatypeValidator)
setValues
|
Modifier and Type | Method and Description |
---|---|
abstract DatatypeValidator |
DTDDVFactory.getBuiltInDV(String name)
return a dtd type of the given name
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
ListDatatypeValidator(DatatypeValidator itemDV) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.