Home
last modified time | relevance | path

Searched defs:inScope (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLElementStack.cpp460 bool HTMLElementStack::inScope(Element* targetElement) const in inScope() function in WebCore::HTMLElementStack
473 bool HTMLElementStack::inScope(const AtomicString& targetTag) const in inScope() function in WebCore::HTMLElementStack
478 bool HTMLElementStack::inScope(const QualifiedName& tagName) const in inScope() function in WebCore::HTMLElementStack
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java295 public int getFirstNamespaceNode(int nodeHandle, boolean inScope); in getFirstNamespaceNode()
340 boolean inScope); in getNextNamespaceNode()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1459 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) in getFirstNamespaceNode()
1512 boolean inScope) in getNextNamespaceNode()
DDTMDocumentImpl.java1142 public int getFirstNamespaceNode(int nodeHandle, boolean inScope) { in getFirstNamespaceNode()
1251 public int getNextNamespaceNode(int baseHandle,int namespaceHandle, boolean inScope) { in getNextNamespaceNode()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java3242 protected final void copyNS(final int nodeID, SerializationHandler handler, boolean inScope) in copyNS()