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

  /dalvik/libcore/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) ;
  /dalvik/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...]
  /development/simulator/app/
PhoneData.cpp 599 * TinyXml has loaded and parsed the XML document for us. We need to
610 assert(pDoc->Type() == TiXmlNode::DOCUMENT);
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /external/webkit/WebCore/bindings/v8/
V8Index.h 124 V(DOCUMENT, Document) \
    [all...]

Completed in 1208 milliseconds