Home
last modified time | relevance | path

Searched refs:XML_ATTRIBUTE_ID (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/
Dvalid.c1937 if (cur->atype == XML_ATTRIBUTE_ID) { in xmlScanIDAttributeDecl()
2042 case XML_ATTRIBUTE_ID: in xmlAddAttributeDecl()
2170 if ((type == XML_ATTRIBUTE_ID) && in xmlAddAttributeDecl()
2314 case XML_ATTRIBUTE_ID: in xmlDumpAttributeDecl()
2760 attr->atype = XML_ATTRIBUTE_ID; in xmlAddID()
2839 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID()
3888 case XML_ATTRIBUTE_ID: in xmlValidateAttributeValueInternal()
3967 case XML_ATTRIBUTE_ID: in xmlValidateAttributeValue2()
4191 if (attr->atype == XML_ATTRIBUTE_ID) (*count)++; in xmlValidateAttributeIdCallback()
4234 if ((attr->atype == XML_ATTRIBUTE_ID)&& in xmlValidateAttributeDecl()
[all …]
Dtree.c2116 if ((cur->doc != NULL) && (cur->atype == XML_ATTRIBUTE_ID)) { in xmlFreeProp()
2835 if (prop->atype == XML_ATTRIBUTE_ID) { in xmlSetTreeDoc()
6954 if (prop->atype == XML_ATTRIBUTE_ID) { in xmlSetNsProp()
6956 prop->atype = XML_ATTRIBUTE_ID; in xmlSetNsProp()
6976 if (prop->atype == XML_ATTRIBUTE_ID) in xmlSetNsProp()
9269 (((xmlAttrPtr) cur)->atype == XML_ATTRIBUTE_ID)) in xmlDOMWrapAdoptBranch()
Dxmlschemastypes.c2870 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaValAtomicType()
2883 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaValAtomicType()
DdebugXML.c511 case XML_ATTRIBUTE_ID: in xmlCtxtDumpAttrDecl()
DSAX2.c721 (type != XML_ATTRIBUTE_ID)) { in xmlSAX2AttributeDecl()
Dxmlschemas.c6027 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaPValAttrNodeID()
6050 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaPValAttrNodeID()
Dparser.c5953 return(XML_ATTRIBUTE_ID); in xmlParseAttributeType()
/third_party/libxml2/include/libxml/
Dtree.h208 XML_ATTRIBUTE_ID, enumerator
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle221 d XML_ATTRIBUTE_ID...