Searched defs:XMLElement (Results 1 – 4 of 4) sorted by relevance
25 public class XMLElement { class60 protected XMLElement(final Writer writer, final String name) { in XMLElement() method in XMLElement
93 class XMLElement; variable343 …virtual bool VisitEnter( const XMLElement& /*element*/, const XMLAttribute* /*firstAttribute*/ ) … in VisitEnter()345 virtual bool VisitExit( const XMLElement& /*element*/ ) { return true; } in VisitExit()436 friend class XMLElement; variable771 friend class XMLElement; variable1041 friend class XMLElement; variable
1108 XMLElement::XMLElement( XMLDocument* doc ) : XMLNode( doc ), in XMLElement() function in XMLElement1990 bool XMLPrinter::VisitExit( const XMLElement& ) in VisitExit()
57 XMLElement = ET.Element variable