Home
last modified time | relevance | path

Searched refs:_xmlAttr (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h432 typedef struct _xmlAttr xmlAttr;
434 struct _xmlAttr { struct
441 struct _xmlAttr *next; /* next sibling link */ argument
442 struct _xmlAttr *prev; /* previous sibling link */ argument
503 struct _xmlAttr *properties;/* properties list */
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc227 for (const _xmlAttr* attribute = node->properties; attribute != nullptr; in GetStringProperty()
/external/dynamic_depth/internal/xmpmeta/xml/
Ddeserializer_impl.cc53 for (const _xmlAttr* attribute = node->properties; attribute != nullptr; in GetStringProperty()