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

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 14 DOCUMENT
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument01.js 31 // document loading is started. Otherwise, the status
39 // creates test document builder, may throw exception
49 docsLoaded += preload(docRef, "doc", "document");
66 // When every synchronous loaded document has completed,
97 doc = load(docRef, "doc", "document");
100 assertEquals("titleLink","NIST DOM HTML Test - DOCUMENT",vtitle);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument01.js 31 // document loading is started. Otherwise, the status
39 // creates test document builder, may throw exception
49 docsLoaded += preload(docRef, "doc", "document");
66 // When every synchronous loaded document has completed,
97 doc = load(docRef, "doc", "document");
100 assertEquals("titleLink","NIST DOM HTML Test - DOCUMENT",vtitle);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 40 /** Array of extended types for this document */
60 public static final int DOCUMENT = ((int)DTM.DOCUMENT_NODE) ;
  /libcore/xml/src/main/java/org/kxml2/kdom/
Node.java 26 /** A common base class for Document and Element, also used for
31 public static final int DOCUMENT = 0;
79 subclasses by deriving custom Document classes. Please note:
135 /* returns "#document-fragment". For elements, the element name is returned
138 return "#document-fragment";
142 and Document, Xml.NO_NAMESPACE is returned.
220 until an end tag or end document is found.
308 /** Writes this node to the given XmlWriter. For node and document,
  /external/tinyxml/
tinyxml.h 134 In XML, the document and elements can contain
138 A Document can contain: Element (container or leaf)
191 reflect changes in the document.
376 /** The parent class for everything in the Document Object Model.
379 in a document, or stand on its own. The type of a TiXmlNode
426 DOCUMENT,
440 Document: filename of the xml file
461 Document: filename of the xml file
622 The possible types are: DOCUMENT, ELEMENT, COMMENT,
627 /** Return a pointer to the Document this node lives in
793 TiXmlDocument* document; \/\/ A pointer back to a document, for error reporting. member in class:TiXmlAttribute
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 122 // The top level "document" node is given to this fn
153 else if(node.Type() == TiXmlNode::DOCUMENT)
774 case TiXmlNode::DOCUMENT:
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 204 milliseconds