Returns attribute's type based on attribute daclaration in DTD.Applies to
TIcXMLAttr
Declaration
Function GetAttrType: byte;
Description
Default returns atCData if attribute isn't declared, else returns one of these values:
- atID attribute value match NAME production and uniquely identify the elements which bear them
- atIDRef attribute value is a name of atID attribute
- atIDRefs attribute value consists of names of atID attributes
- atEntity attribute value is a name of unparsed entity
- atEntities attribute value consists of names of unparsed entities
- atNmtoken attribute value match NMTOKEN production
- atNmtokens attribute value match NMTOKENS production
- atCData string type
- atNotation notation type
- atEnumeration enumeration type
HTML generated by Time2HELP
|
http://www.time2help.com