Searched defs:isElementNode (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/Node/
H A DElement.pm32 sub isElementNode { 1; } subroutine
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLStackItem.h66 bool isElementNode() const { return !m_isDocumentFragmentNode; } function in class:WebCore::HTMLStackItem
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DNode.pm260 sub isElementNode {} subroutine
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNode.h236 bool isElementNode() const { return getFlag(IsElementFlag); } function in class:WebCore::Node

Completed in 155 milliseconds