Lines Matching defs:document
61 In XML, the document and elements can contain
207 in a document, or stand on its own. The type of a TiXmlNode
379 Returns null if not in a document.
426 part of the tinyXML document object model. There are other
475 // Set the document pointer so the attribute can report errors.
476 void SetDocument( TiXmlDocument* doc ) { document = doc; }
479 TiXmlDocument* document; // A pointer back to a document, for error reporting.
672 /// Is this a standalone document?
727 /** Always the top level node. A document binds together all the
729 The 'value' of a document node is the xml file name.
734 /// Create an empty document, that has no name.
736 /// Create a document with a name. The name of the document is also the filename of the xml.
741 /** Load a file using the current document value.
743 document data before loading.
746 /// Save a file using the current document value. Returns true if successful.
756 /** Get the root element -- the only top level element -- of the document.
758 multiple elements at the document level.
776 /** Dump the document to standard out. */