Home
last modified time | relevance | path

Searched defs:notations (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentType.h41 NamedNodeMap* notations() const { return m_notations.get(); } in notations() function
DNode.cpp1914 NamedNodeMap* notations = documentTypeThis->notations(); in isEqualNode() local
/external/libxml2/include/libxml/
Dtree.h379 void *notations; /* Hash table for notations if any */ member