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

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java     [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 199 * @param isElement true if it is an element name, false if it is an
204 public String getNamespaceURI(String name, boolean isElement);
ToUnknownStream.java     [all...]
SerializerBase.java 852 * @param isElement true if the qualified name is the name of
856 public String getNamespaceURI(String qname, boolean isElement)
862 if (!EMPTYSTRING.equals(prefix) || isElement)
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ScopeChainSidebarPane.js 70 else if (scopeObjectProxy.isElement)
InjectedScript.js     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 136 boolean isElement = false;
158 isElement = true;
177 isElement = true;
185 if (isElement) {
    [all...]
  /external/webkit/WebCore/dom/
Node.h 596 static bool isElement(ConstructionType);
Node.cpp 377 inline bool Node::isElement(ConstructionType type)
425 , m_isElement(isElement(type))
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 657 bool isElement = node->ToElement() != 0;
663 if ( isElement )
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 135 if (Object.isElement(object)) return;
173 isElement: function(object) {
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/jdiff/
xerces.jar 

Completed in 190 milliseconds