Searched refs:titleElement (Results 1 – 2 of 2) sorted by relevance
52 … final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false); in HTMLDocument() local53 m_head.add (titleElement); in HTMLDocument()
164 XMLElement* titleElement = doc.FirstChildElement( "PLAY" )->FirstChildElement( "TITLE" ); in example_3() local165 const char* title = titleElement->GetText(); in example_3()168 XMLText* textNode = titleElement->FirstChild()->ToText(); in example_3()