Lines Matching refs:XML_NAMESPACE_DECL
342 if (cur->type == XML_NAMESPACE_DECL) { in xmlTextReaderFreeNodeList()
422 if (cur->type == XML_NAMESPACE_DECL) { in xmlTextReaderFreeNode()
2794 if (reader->curnode->type == XML_NAMESPACE_DECL) { in xmlTextReaderMoveToNextAttribute()
2859 } else if (reader->curnode->type == XML_NAMESPACE_DECL) { in xmlTextReaderReadAttributeValue()
2986 case XML_NAMESPACE_DECL: in xmlTextReaderNodeType()
3078 if (node->type == XML_NAMESPACE_DECL) { in xmlTextReaderLocalName()
3109 if (node->type == XML_NAMESPACE_DECL) { in xmlTextReaderConstLocalName()
3176 case XML_NAMESPACE_DECL: { in xmlTextReaderName()
3247 case XML_NAMESPACE_DECL: { in xmlTextReaderConstName()
3282 if (node->type == XML_NAMESPACE_DECL) { in xmlTextReaderPrefix()
3314 if (node->type == XML_NAMESPACE_DECL) { in xmlTextReaderConstPrefix()
3345 if (node->type == XML_NAMESPACE_DECL) in xmlTextReaderNamespaceUri()
3373 if (node->type == XML_NAMESPACE_DECL) in xmlTextReaderConstNamespaceUri()
3439 (reader->curnode->type == XML_NAMESPACE_DECL)) in xmlTextReaderDepth()
3499 case XML_NAMESPACE_DECL: in xmlTextReaderHasValue()
3529 case XML_NAMESPACE_DECL: in xmlTextReaderValue()
3575 case XML_NAMESPACE_DECL: in xmlTextReaderConstValue()
4457 if (XML_NAMESPACE_DECL == node->type) in xmlTextReaderIsNamespaceDecl()