Searched refs:XmlElement (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/autodoc/source/display/html/ |
H A D | html_kit.hxx | 49 typedef csi::xml::Element XmlElement; typedef 55 XmlElement & o_rOwner, 67 XmlElement & operator()( 112 XmlElement * pTerm; 113 XmlElement * pDefinition; 132 XmlElement * pTerm; 133 XmlElement * pDefinition; 149 XmlElement * pTerm; 150 XmlElement * pDefinition; 186 XmlElement * pTerm; [all …]
|
H A D | html_kit.cxx | 41 PageTitle_Left::operator()( XmlElement & o_rOwner, in operator ()() 53 PageTitle_Std::operator()( XmlElement & o_rOwner, in operator ()() 66 XmlElement & 67 PageTitle_Std::operator()( XmlElement & o_rOwner ) in operator ()() 69 XmlElement & ret = in operator ()() 92 TemplateClause::operator()( XmlElement & o_rOwner, in operator ()() 121 ExplanationList::ExplanationList( XmlElement & o_rOwner, in ExplanationList() 165 ExplanationTable::ExplanationTable( XmlElement & o_rOwner ) in ExplanationTable() 202 ParameterTable::ParameterTable( XmlElement & o_rOwner ) in ParameterTable() 226 FlagTable::FlagTable( XmlElement & o_rOwner, in FlagTable() [all …]
|
/aoo41x/main/xml2cmp/source/xcd/ |
H A D | xmlelem.hxx | 42 class XmlElement class 45 virtual ~XmlElement() {} in ~XmlElement() 58 XmlElement( 65 class MultipleElement : public XmlElement 70 virtual XmlElement * 76 typedef DynamicList<XmlElement> ChildList; 82 XmlElement & let_drElement ); 122 typedef XmlElement * (*F_CREATE)(const Simstr &); 132 virtual XmlElement * 138 class TextElement : public XmlElement [all …]
|
H A D | xmlelem.cxx | 32 XmlElement::XmlElement( const char * i_sName ) in XmlElement() function in XmlElement 38 XmlElement::Insert2Index( Index & ) const in Insert2Index() 43 XmlElement * 61 : XmlElement(i_sName) in MultipleElement() 66 MultipleElement::AddChild( XmlElement & let_drElement ) in AddChild() 144 XmlElement * 147 XmlElement * pNew = (*fCreateNewElement)(Name()); in Create_and_Add_NewElement() 155 : XmlElement(i_sName), in TextElement() 212 : XmlElement(i_sName) in EmptyElement()
|
H A D | parse.hxx | 38 class XmlElement; 44 typedef XmlElement * (*F_CREATE)(const Simstr &); 47 XmlElement & o_rDocumentData ); 60 DynamicList<XmlElement> & 64 DynamicList<XmlElement> & 128 XmlElement * pDocumentData;
|
H A D | cr_html.hxx | 34 class XmlElement; 44 const XmlElement & i_rDocument, 86 const XmlElement & rDocument;
|
H A D | parse.cxx | 50 X2CParser::X2CParser( XmlElement & o_rDocumentData ) in X2CParser() 131 X2CParser::Parse_Sequence( DynamicList<XmlElement> & o_rElements, in Parse_Sequence() 146 X2CParser::Parse_FreeChoice( DynamicList<XmlElement> & o_rElements ) in Parse_FreeChoice() 172 XmlElement * pNew = o_rListElem.Create_and_Add_NewElement(); in Parse_List()
|
H A D | xmltree.hxx | 95 virtual XmlElement *
|
H A D | cr_html.cxx | 49 const XmlElement & i_rDocument, in HtmlCreator()
|
H A D | xmltree.cxx | 142 XmlElement *
|
Completed in 93 milliseconds