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

  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 260 String foundURI;
265 foundURI = ns.lookupNamespace(prefix);
266 if ((null == foundURI) || !foundURI.equals(uri))
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 694 String foundURI = m_prefixMap.lookupNamespace(prefix);
696 if ((null == foundURI) || !foundURI.equals(ns))
SerializerBase.java     [all...]
ToStream.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 272 AtomicString foundURI = namespaces.get(lookupKey);
273 if (foundURI != namespaceURI) {
459 AtomicString foundURI = namespaces->get(newPrefix);
460 if (foundURI == attribute.namespaceURI() || foundURI == nullAtom) {
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 258 milliseconds