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

  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 123 m_systemID = systemID;
133 return m_systemID;
162 m_systemID = null;
368 m_systemID = dsource.getSystemId();
389 walker = new org.apache.xml.serializer.TreeWalker(this, m_systemID);
424 m_systemID = xmlSource.getSystemId();
    [all...]
  /external/webkit/WebCore/html/
HTMLTokenizer.h 117 m_systemID.clear();
127 Vector<UChar> m_systemID;
HTMLParser.cpp 328 m_document->addChild(DocumentType::create(m_document, String::adopt(t->m_name), String::adopt(t->m_publicID), String::adopt(t->m_systemID)));
    [all...]

Completed in 58 milliseconds