HomeSort by relevance Sort by last modified time
    Searched refs:nodeNamespaceURI (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 949 const AtomicString& nodeNamespaceURI = namespaceURI();
950 if ((nodeNamespaceURI.isEmpty() && !prefix.isEmpty())
951 || (prefix == xmlAtom && nodeNamespaceURI != XMLNames::xmlNamespaceURI)) {
    [all...]

Completed in 454 milliseconds