Searched refs:LastChild (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_nodeiteratortemplate.h110 NodeType* LastChild(NodeType* pNode) { function in class:CXFA_NodeIteratorTemplate
121 NodeType* pChild = LastChild(pNode);
/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlnode.h42 LastChild enumerator in enum:CFX_XMLNode::NodeItem
H A Dcfx_xmlnode.cpp250 case CFX_XMLNode::LastChild: {
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h531 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children. function in class:TiXmlNode
532 TiXmlNode* LastChild() { return lastChild; } function in class:TiXmlNode
534 const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.
535 TiXmlNode* LastChild( const char * _value ) { function in class:TiXmlNode
536 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->LastChild( _value ));
542 const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ()); } ///< STL std::string form. function in class:TiXmlNode
543 TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< STL std::string form. function in class:TiXmlNode
578 /** Add a new node related to this. Adds a child past the LastChild
[all...]
H A Dtinyxml.cpp373 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const function in class:TiXmlNode
1787 && element.LastChild() == element.FirstChild()
/external/tinyxml/
H A Dtinyxml.h491 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children. function in class:TiXmlNode
492 TiXmlNode* LastChild() { return lastChild; } function in class:TiXmlNode
493 const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.
494 TiXmlNode* LastChild( const char * value );
499 const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ()); } ///< STL std::string form. function in class:TiXmlNode
500 TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< STL std::string form. function in class:TiXmlNode
531 /** Add a new node related to this. Adds a child past the LastChild.
537 /** Add a new node related to this. Adds a child past the LastChild
[all...]
H A Dxmltest.cpp285 for( node = doc.LastChild();
326 for( node = todoElement->LastChild( "Item" );
753 XmlTest( "Test InsertAfterChild on empty node. ", ( childNode1 == parent.LastChild() ), true );
/external/tinyxml2/
H A Dxmltest.cpp542 doc.LastChild()->LastChild()->LastChild()->LastChild()->LastChildElement()->GetText() );
544 doc.LastChild()->LastChild()->LastChild()->LastChild()->LastChildElement()->GetText() );
555 doc2.LastChild()->LastChild()
[all...]
H A Dtinyxml2.h769 const XMLNode* LastChild() const { function in class:tinyxml2::XMLNode
773 XMLNode* LastChild() { function in class:tinyxml2::XMLNode
1980 XMLHandle LastChild() { function in class:tinyxml2::XMLHandle
1981 return XMLHandle( _node ? _node->LastChild() : 0 );
2055 const XMLConstHandle LastChild() const { function in class:tinyxml2::XMLConstHandle
2056 return XMLConstHandle( _node ? _node->LastChild() : 0 );

Completed in 204 milliseconds