diff -r 000000000000 -r 62f9d29f7211 webservices/wsxml/BWINS/SENXMLU.DEF --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webservices/wsxml/BWINS/SENXMLU.DEF Thu Jan 07 16:19:19 2010 +0200 @@ -0,0 +1,203 @@ +EXPORTS + ??0CSenBaseAttribute@@IAE@XZ @ 1 NONAME ; protected: __thiscall CSenBaseAttribute::CSenBaseAttribute(void) + ??0CSenBaseElement@@IAE@XZ @ 2 NONAME ; protected: __thiscall CSenBaseElement::CSenBaseElement(void) + ??0CSenBaseFragment@@IAE@XZ @ 3 NONAME ; protected: __thiscall CSenBaseFragment::CSenBaseFragment(void) + ??0CSenDomFragment@@IAE@XZ @ 4 NONAME ; protected: __thiscall CSenDomFragment::CSenDomFragment(void) + ??0CSenXmlReader@@IAE@H@Z @ 5 NONAME ; protected: __thiscall CSenXmlReader::CSenXmlReader(int) + ??1CSenBaseAttribute@@UAE@XZ @ 6 NONAME ; public: virtual __thiscall CSenBaseAttribute::~CSenBaseAttribute(void) + ??1CSenBaseElement@@UAE@XZ @ 7 NONAME ; public: virtual __thiscall CSenBaseElement::~CSenBaseElement(void) + ??1CSenBaseFragment@@UAE@XZ @ 8 NONAME ; public: virtual __thiscall CSenBaseFragment::~CSenBaseFragment(void) + ??1CSenDomFragment@@UAE@XZ @ 9 NONAME ; public: virtual __thiscall CSenDomFragment::~CSenDomFragment(void) + ??1CSenNamespace@@UAE@XZ @ 10 NONAME ; public: virtual __thiscall CSenNamespace::~CSenNamespace(void) + ??1CSenXmlReader@@UAE@XZ @ 11 NONAME ; public: virtual __thiscall CSenXmlReader::~CSenXmlReader(void) + ?AddAttrL@CSenBaseElement@@UAEXABVTDesC8@@0@Z @ 12 NONAME ; public: virtual void __thiscall CSenBaseElement::AddAttrL(class TDesC8 const &,class TDesC8 const &) + ?AddAttributeL@CSenBaseElement@@IAEABVTDesC8@@PAVCSenBaseAttribute@@@Z @ 13 NONAME ; protected: class TDesC8 const & __thiscall CSenBaseElement::AddAttributeL(class CSenBaseAttribute *) + ?AddAttributeL@CSenBaseElement@@MAEABVTDesC8@@ABV2@00@Z @ 14 NONAME ; protected: virtual class TDesC8 const & __thiscall CSenBaseElement::AddAttributeL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?AddAttributeL@CSenBaseElement@@MAEABVTDesC8@@ABV2@0@Z @ 15 NONAME ; protected: virtual class TDesC8 const & __thiscall CSenBaseElement::AddAttributeL(class TDesC8 const &,class TDesC8 const &) + ?AddAttributesL@CSenBaseElement@@UAEXABV?$RArray@VRAttribute@Xml@@@@@Z @ 16 NONAME ; public: virtual void __thiscall CSenBaseElement::AddAttributesL(class RArray const &) + ?AddElementL@CSenBaseElement@@UAEAAVCSenElement@@AAV2@@Z @ 17 NONAME ; public: virtual class CSenElement & __thiscall CSenBaseElement::AddElementL(class CSenElement &) + ?AddElementL@CSenBaseElement@@UAEAAVCSenElement@@ABVTDesC8@@00@Z @ 18 NONAME ; public: virtual class CSenElement & __thiscall CSenBaseElement::AddElementL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?AddElementL@CSenBaseElement@@UAEAAVCSenElement@@ABVTDesC8@@0@Z @ 19 NONAME ; public: virtual class CSenElement & __thiscall CSenBaseElement::AddElementL(class TDesC8 const &,class TDesC8 const &) + ?AddElementL@CSenBaseElement@@UAEAAVCSenElement@@ABVTDesC8@@@Z @ 20 NONAME ; public: virtual class CSenElement & __thiscall CSenBaseElement::AddElementL(class TDesC8 const &) + ?AddNamespaceL@CSenBaseElement@@UAEPBVCSenNamespace@@AAV2@H@Z @ 21 NONAME ; public: virtual class CSenNamespace const * __thiscall CSenBaseElement::AddNamespaceL(class CSenNamespace &,int) + ?AddNamespaceL@CSenBaseElement@@UAEPBVCSenNamespace@@ABVTDesC8@@0@Z @ 22 NONAME ; public: virtual class CSenNamespace const * __thiscall CSenBaseElement::AddNamespaceL(class TDesC8 const &,class TDesC8 const &) + ?AllocAttrValueL@SenXmlUtils@@SAPAVHBufC8@@ABV?$RArray@VRAttribute@Xml@@@@ABVTDesC8@@@Z @ 23 NONAME ; public: static class HBufC8 * __cdecl SenXmlUtils::AllocAttrValueL(class RArray const &,class TDesC8 const &) + ?AllocContentBufL@CSenBaseElement@@MAEXXZ @ 24 NONAME ; protected: virtual void __thiscall CSenBaseElement::AllocContentBufL(void) + ?AllocContentSaverL@CSenBaseFragment@@MAEXXZ @ 25 NONAME ; protected: virtual void __thiscall CSenBaseFragment::AllocContentSaverL(void) + ?AsElement@CSenBaseElement@@UAEPAVMSenElement@@XZ @ 26 NONAME ; public: virtual class MSenElement * __thiscall CSenBaseElement::AsElement(void) + ?AsElement@CSenBaseFragment@@UAEAAVCSenElement@@XZ @ 27 NONAME ; public: virtual class CSenElement & __thiscall CSenBaseFragment::AsElement(void) + ?AsXmlL@CSenBaseElement@@UAEPAVHBufC8@@XZ @ 28 NONAME ; public: virtual class HBufC8 * __thiscall CSenBaseElement::AsXmlL(void) + ?AsXmlL@CSenBaseFragment@@UAEPAVHBufC8@@XZ @ 29 NONAME ; public: virtual class HBufC8 * __thiscall CSenBaseFragment::AsXmlL(void) + ?AsXmlUnicodeL@CSenBaseElement@@UAEPAVHBufC16@@XZ @ 30 NONAME ; public: virtual class HBufC16 * __thiscall CSenBaseElement::AsXmlUnicodeL(void) + ?AsXmlUnicodeL@CSenBaseFragment@@UAEPAVHBufC16@@XZ @ 31 NONAME ; public: virtual class HBufC16 * __thiscall CSenBaseFragment::AsXmlUnicodeL(void) + ?AttrValue@CSenBaseElement@@UAEPBVTDesC8@@ABV2@@Z @ 32 NONAME ; public: virtual class TDesC8 const * __thiscall CSenBaseElement::AttrValue(class TDesC8 const &) + ?AttrValue@SenXmlUtils@@SA?AVTPtrC8@@ABV?$RArray@VRAttribute@Xml@@@@ABVTDesC8@@@Z @ 33 NONAME ; public: static class TPtrC8 __cdecl SenXmlUtils::AttrValue(class RArray const &,class TDesC8 const &) + ?AttributesL@CSenBaseElement@@UAEAAV?$RPointerArray@VCSenBaseAttribute@@@@XZ @ 34 NONAME ; public: virtual class RPointerArray & __thiscall CSenBaseElement::AttributesL(void) + ?BaseConstructL@CSenBaseAttribute@@IAEXABVTDesC8@@00@Z @ 35 NONAME ; protected: void __thiscall CSenBaseAttribute::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?BaseConstructL@CSenBaseAttribute@@IAEXABVTDesC8@@0@Z @ 36 NONAME ; protected: void __thiscall CSenBaseAttribute::BaseConstructL(class TDesC8 const &,class TDesC8 const &) + ?BaseConstructL@CSenBaseElement@@IAEXABVTDesC8@@00@Z @ 37 NONAME ; protected: void __thiscall CSenBaseElement::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?BaseConstructL@CSenBaseElement@@IAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 38 NONAME ; protected: void __thiscall CSenBaseElement::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?BaseConstructL@CSenBaseElement@@IAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@AAVCSenElement@@@Z @ 39 NONAME ; protected: void __thiscall CSenBaseElement::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &,class CSenElement &) + ?BaseConstructL@CSenBaseElement@@IAEXABVTDesC8@@0@Z @ 40 NONAME ; protected: void __thiscall CSenBaseElement::BaseConstructL(class TDesC8 const &,class TDesC8 const &) + ?BaseConstructL@CSenBaseElement@@IAEXABVTDesC8@@@Z @ 41 NONAME ; protected: void __thiscall CSenBaseElement::BaseConstructL(class TDesC8 const &) + ?BaseConstructL@CSenBaseFragment@@IAEXAAVCSenXmlReader@@@Z @ 42 NONAME ; protected: void __thiscall CSenBaseFragment::BaseConstructL(class CSenXmlReader &) + ?BaseConstructL@CSenBaseFragment@@IAEXABVCSenElement@@@Z @ 43 NONAME ; protected: void __thiscall CSenBaseFragment::BaseConstructL(class CSenElement const &) + ?BaseConstructL@CSenBaseFragment@@IAEXABVTDesC8@@00@Z @ 44 NONAME ; protected: void __thiscall CSenBaseFragment::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?BaseConstructL@CSenBaseFragment@@IAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 45 NONAME ; protected: void __thiscall CSenBaseFragment::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?BaseConstructL@CSenBaseFragment@@IAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@AAVCSenElement@@@Z @ 46 NONAME ; protected: void __thiscall CSenBaseFragment::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &,class CSenElement &) + ?BaseConstructL@CSenBaseFragment@@IAEXABVTDesC8@@0@Z @ 47 NONAME ; protected: void __thiscall CSenBaseFragment::BaseConstructL(class TDesC8 const &,class TDesC8 const &) + ?BaseConstructL@CSenBaseFragment@@IAEXABVTDesC8@@@Z @ 48 NONAME ; protected: void __thiscall CSenBaseFragment::BaseConstructL(class TDesC8 const &) + ?BaseConstructL@CSenDomFragment@@IAEXAAVCSenXmlReader@@@Z @ 49 NONAME ; protected: void __thiscall CSenDomFragment::BaseConstructL(class CSenXmlReader &) + ?BaseConstructL@CSenDomFragment@@IAEXABVCSenElement@@@Z @ 50 NONAME ; protected: void __thiscall CSenDomFragment::BaseConstructL(class CSenElement const &) + ?BaseConstructL@CSenDomFragment@@IAEXABVTDesC8@@00@Z @ 51 NONAME ; protected: void __thiscall CSenDomFragment::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?BaseConstructL@CSenDomFragment@@IAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 52 NONAME ; protected: void __thiscall CSenDomFragment::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?BaseConstructL@CSenDomFragment@@IAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@AAVCSenElement@@@Z @ 53 NONAME ; protected: void __thiscall CSenDomFragment::BaseConstructL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &,class CSenElement &) + ?BaseConstructL@CSenDomFragment@@IAEXABVTDesC8@@0@Z @ 54 NONAME ; protected: void __thiscall CSenDomFragment::BaseConstructL(class TDesC8 const &,class TDesC8 const &) + ?BaseConstructL@CSenDomFragment@@IAEXABVTDesC8@@@Z @ 55 NONAME ; protected: void __thiscall CSenDomFragment::BaseConstructL(class TDesC8 const &) + ?BuildFrom@CSenBaseFragment@@UAEHABVTDesC8@@@Z @ 56 NONAME ; public: virtual int __thiscall CSenBaseFragment::BuildFrom(class TDesC8 const &) + ?BuildQNameL@SenXmlUtils@@SAXABVTDesC8@@0AAPAVHBufC8@@@Z @ 57 NONAME ; public: static void __cdecl SenXmlUtils::BuildQNameL(class TDesC8 const &,class TDesC8 const &,class HBufC8 * &) + ?Characters@CSenBaseFragment@@EAEHABVTDesC8@@HH@Z @ 58 NONAME ; private: virtual int __thiscall CSenBaseFragment::Characters(class TDesC8 const &,int,int) + ?CharactersL@CSenBaseFragment@@MAEXABVTDesC8@@HH@Z @ 59 NONAME ; protected: virtual void __thiscall CSenBaseFragment::CharactersL(class TDesC8 const &,int,int) + ?CharactersL@CSenDomFragment@@MAEXABVTDesC8@@HH@Z @ 60 NONAME ; protected: virtual void __thiscall CSenDomFragment::CharactersL(class TDesC8 const &,int,int) + ?Child@CSenBaseElement@@UAEPAVCSenElement@@H@Z @ 61 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::Child(int) + ?Compare@CSenNamespace@@QBEHABV1@@Z @ 62 NONAME ; public: int __thiscall CSenNamespace::Compare(class CSenNamespace const &)const + ?Compare@CSenNamespace@@QBEHABVTDesC8@@0@Z @ 63 NONAME ; public: int __thiscall CSenNamespace::Compare(class TDesC8 const &,class TDesC8 const &)const + ?ConsistsOfL@CSenBaseElement@@UAEHAAVMSenElement@@@Z @ 64 NONAME ; public: virtual int __thiscall CSenBaseElement::ConsistsOfL(class MSenElement &) + ?ConsistsOfL@CSenBaseFragment@@UAEHAAVMSenFragment@@@Z @ 65 NONAME ; public: virtual int __thiscall CSenBaseFragment::ConsistsOfL(class MSenFragment &) + ?Content@CSenBaseElement@@UBE?AVTPtrC8@@XZ @ 66 NONAME ; public: virtual class TPtrC8 __thiscall CSenBaseElement::Content(void)const + ?Content@CSenBaseFragment@@UAE?AVTPtrC8@@XZ @ 67 NONAME ; public: virtual class TPtrC8 __thiscall CSenBaseFragment::Content(void) + ?ContentOf@CSenBaseFragment@@IAE?AVTPtrC8@@ABVTDesC8@@@Z @ 68 NONAME ; protected: class TPtrC8 __thiscall CSenBaseFragment::ContentOf(class TDesC8 const &) + ?ContentUnicodeL@CSenBaseElement@@UBEPAVHBufC16@@XZ @ 69 NONAME ; public: virtual class HBufC16 * __thiscall CSenBaseElement::ContentUnicodeL(void)const + ?ContentWriteStreamL@CSenBaseElement@@UAEAAVRWriteStream@@XZ @ 70 NONAME ; public: virtual class RWriteStream & __thiscall CSenBaseElement::ContentWriteStreamL(void) + ?CopyFromL@CSenBaseElement@@UAEXAAVCSenElement@@@Z @ 71 NONAME ; public: virtual void __thiscall CSenBaseElement::CopyFromL(class CSenElement &) + ?CreateElementL@CSenBaseElement@@UAEPAVCSenElement@@ABVTDesC8@@0@Z @ 72 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::CreateElementL(class TDesC8 const &,class TDesC8 const &) + ?DecodeHttpCharactersL@SenXmlUtils@@SAHABVTDesC8@@AAPAVHBufC8@@@Z @ 73 NONAME ; public: static int __cdecl SenXmlUtils::DecodeHttpCharactersL(class TDesC8 const &,class HBufC8 * &) + ?DecodeHttpCharactersLC@SenXmlUtils@@SAPAVHBufC8@@ABVTDesC8@@@Z @ 74 NONAME ; public: static class HBufC8 * __cdecl SenXmlUtils::DecodeHttpCharactersLC(class TDesC8 const &) + ?DelegateParsingL@CSenBaseFragment@@UAEXAAVMSenFragment@@@Z @ 75 NONAME ; public: virtual void __thiscall CSenBaseFragment::DelegateParsingL(class MSenFragment &) + ?DelegateParsingL@CSenBaseFragment@@UAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 76 NONAME ; public: virtual void __thiscall CSenBaseFragment::DelegateParsingL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?DetachL@CSenBaseElement@@UAEPAVCSenElement@@XZ @ 77 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::DetachL(void) + ?DetachL@CSenBaseFragment@@UAEXXZ @ 78 NONAME ; public: virtual void __thiscall CSenBaseFragment::DetachL(void) + ?Element@CSenBaseElement@@UAEPAVCSenElement@@ABVTDesC8@@0@Z @ 79 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::Element(class TDesC8 const &,class TDesC8 const &) + ?Element@CSenBaseElement@@UAEPAVCSenElement@@ABVTDesC8@@@Z @ 80 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::Element(class TDesC8 const &) + ?ElementsL@CSenBaseElement@@UAEAAV?$RPointerArray@VCSenElement@@@@XZ @ 81 NONAME ; public: virtual class RPointerArray & __thiscall CSenBaseElement::ElementsL(void) + ?ElementsL@CSenBaseElement@@UAEHAAV?$RPointerArray@VCSenElement@@@@ABVTDesC8@@1@Z @ 82 NONAME ; public: virtual int __thiscall CSenBaseElement::ElementsL(class RPointerArray &,class TDesC8 const &,class TDesC8 const &) + ?ElementsL@CSenBaseElement@@UAEHAAV?$RPointerArray@VCSenElement@@@@ABVTDesC8@@@Z @ 83 NONAME ; public: virtual int __thiscall CSenBaseElement::ElementsL(class RPointerArray &,class TDesC8 const &) + ?EnabledParserFeature@CSenXmlReader@@UAEHXZ @ 84 NONAME ; public: virtual int __thiscall CSenXmlReader::EnabledParserFeature(void) + ?EncodeHttpCharactersL@SenXmlUtils@@SAHABVTDesC8@@AAPAVHBufC8@@@Z @ 85 NONAME ; public: static int __cdecl SenXmlUtils::EncodeHttpCharactersL(class TDesC8 const &,class HBufC8 * &) + ?EncodeHttpCharactersLC@SenXmlUtils@@SAPAVHBufC8@@ABVTDesC8@@@Z @ 86 NONAME ; public: static class HBufC8 * __cdecl SenXmlUtils::EncodeHttpCharactersLC(class TDesC8 const &) + ?EndDocument@CSenBaseFragment@@EAEHXZ @ 87 NONAME ; private: virtual int __thiscall CSenBaseFragment::EndDocument(void) + ?EndElement@CSenBaseFragment@@EAEHABVTDesC8@@00@Z @ 88 NONAME ; private: virtual int __thiscall CSenBaseFragment::EndElement(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?EndElementL@CSenBaseFragment@@MAEXABVTDesC8@@00@Z @ 89 NONAME ; protected: virtual void __thiscall CSenBaseFragment::EndElementL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?EndsWith@SenXmlUtils@@SAHABVTDesC8@@0@Z @ 90 NONAME ; public: static int __cdecl SenXmlUtils::EndsWith(class TDesC8 const &,class TDesC8 const &) + ?EnsureNamespace@CSenBaseFragment@@UAEXABVTDesC8@@@Z @ 91 NONAME ; public: virtual void __thiscall CSenBaseFragment::EnsureNamespace(class TDesC8 const &) + ?Error@CSenBaseFragment@@EAEHH@Z @ 92 NONAME ; private: virtual int __thiscall CSenBaseFragment::Error(int) + ?ExpandL@CSenDomFragment@@UAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 93 NONAME ; public: virtual void __thiscall CSenDomFragment::ExpandL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?ExtractElement@CSenBaseFragment@@UAEPAVCSenElement@@XZ @ 94 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseFragment::ExtractElement(void) + ?FindAttr@CSenBaseElement@@MAEPAVCSenBaseAttribute@@ABVTDesC8@@@Z @ 95 NONAME ; protected: virtual class CSenBaseAttribute * __thiscall CSenBaseElement::FindAttr(class TDesC8 const &) + ?HasContent@CSenBaseElement@@UBEHXZ @ 96 NONAME ; public: virtual int __thiscall CSenBaseElement::HasContent(void)const + ?IndexOfElement@CSenBaseElement@@MBEHABVTDesC8@@0@Z @ 97 NONAME ; protected: virtual int __thiscall CSenBaseElement::IndexOfElement(class TDesC8 const &,class TDesC8 const &)const + ?InsertElementL@CSenBaseElement@@UAEAAVCSenElement@@AAV2@ABV2@@Z @ 98 NONAME ; public: virtual class CSenElement & __thiscall CSenBaseElement::InsertElementL(class CSenElement &,class CSenElement const &) + ?InsertL@CSenNamespace@@QAEXAAVRBufWriteStream@@@Z @ 99 NONAME ; public: void __thiscall CSenNamespace::InsertL(class RBufWriteStream &) + ?LeaveOnXmlEscapesL@SenXmlUtils@@SAXABVTDesC8@@@Z @ 100 NONAME ; public: static void __cdecl SenXmlUtils::LeaveOnXmlEscapesL(class TDesC8 const &) + ?LocalName@CSenBaseElement@@UBEABVTDesC8@@XZ @ 101 NONAME ; public: virtual class TDesC8 const & __thiscall CSenBaseElement::LocalName(void)const + ?LocalName@CSenBaseFragment@@UBEABVTDesC8@@XZ @ 102 NONAME ; public: virtual class TDesC8 const & __thiscall CSenBaseFragment::LocalName(void)const + ?LocalName@SenXmlUtils@@SA?AVTPtrC8@@ABVTDesC8@@@Z @ 103 NONAME ; public: static class TPtrC8 __cdecl SenXmlUtils::LocalName(class TDesC8 const &) + ?MatchesL@CSenNamespace@@QBEHABV1@@Z @ 104 NONAME ; public: int __thiscall CSenNamespace::MatchesL(class CSenNamespace const &)const + ?Namespace@CSenBaseElement@@UAEPBVCSenNamespace@@ABVTDesC8@@0@Z @ 105 NONAME ; public: virtual class CSenNamespace const * __thiscall CSenBaseElement::Namespace(class TDesC8 const &,class TDesC8 const &) + ?Namespace@CSenBaseElement@@UAEPBVCSenNamespace@@ABVTDesC8@@@Z @ 106 NONAME ; public: virtual class CSenNamespace const * __thiscall CSenBaseElement::Namespace(class TDesC8 const &) + ?Namespace@CSenBaseElement@@UAEPBVCSenNamespace@@ABVTDesC8@@H@Z @ 107 NONAME ; public: virtual class CSenNamespace const * __thiscall CSenBaseElement::Namespace(class TDesC8 const &,int) + ?Namespace@CSenBaseElement@@UAEPBVCSenNamespace@@XZ @ 108 NONAME ; public: virtual class CSenNamespace const * __thiscall CSenBaseElement::Namespace(void) + ?Namespace@CSenBaseFragment@@UAEPAVCSenNamespace@@ABVTDesC8@@@Z @ 109 NONAME ; public: virtual class CSenNamespace * __thiscall CSenBaseFragment::Namespace(class TDesC8 const &) + ?NamespaceURI@CSenBaseElement@@UBEABVTDesC8@@XZ @ 110 NONAME ; public: virtual class TDesC8 const & __thiscall CSenBaseElement::NamespaceURI(void)const + ?NamespacesL@CSenBaseElement@@UAEAAV?$RPointerArray@VCSenNamespace@@@@XZ @ 111 NONAME ; public: virtual class RPointerArray & __thiscall CSenBaseElement::NamespacesL(void) + ?NewL@CSenBaseAttribute@@SAPAV1@ABVTDesC8@@00@Z @ 112 NONAME ; public: static class CSenBaseAttribute * __cdecl CSenBaseAttribute::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenBaseAttribute@@SAPAV1@ABVTDesC8@@0@Z @ 113 NONAME ; public: static class CSenBaseAttribute * __cdecl CSenBaseAttribute::NewL(class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenBaseElement@@SAPAV1@ABVTDesC8@@00@Z @ 114 NONAME ; public: static class CSenBaseElement * __cdecl CSenBaseElement::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenBaseElement@@SAPAV1@ABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 115 NONAME ; public: static class CSenBaseElement * __cdecl CSenBaseElement::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?NewL@CSenBaseElement@@SAPAV1@ABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@AAVCSenElement@@@Z @ 116 NONAME ; public: static class CSenBaseElement * __cdecl CSenBaseElement::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &,class CSenElement &) + ?NewL@CSenBaseElement@@SAPAV1@ABVTDesC8@@0@Z @ 117 NONAME ; public: static class CSenBaseElement * __cdecl CSenBaseElement::NewL(class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenBaseElement@@SAPAV1@ABVTDesC8@@@Z @ 118 NONAME ; public: static class CSenBaseElement * __cdecl CSenBaseElement::NewL(class TDesC8 const &) + ?NewL@CSenBaseFragment@@SAPAV1@ABVCSenElement@@@Z @ 119 NONAME ; public: static class CSenBaseFragment * __cdecl CSenBaseFragment::NewL(class CSenElement const &) + ?NewL@CSenBaseFragment@@SAPAV1@ABVTDesC8@@00@Z @ 120 NONAME ; public: static class CSenBaseFragment * __cdecl CSenBaseFragment::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenBaseFragment@@SAPAV1@ABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 121 NONAME ; public: static class CSenBaseFragment * __cdecl CSenBaseFragment::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?NewL@CSenBaseFragment@@SAPAV1@ABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@AAVCSenElement@@@Z @ 122 NONAME ; public: static class CSenBaseFragment * __cdecl CSenBaseFragment::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &,class CSenElement &) + ?NewL@CSenBaseFragment@@SAPAV1@ABVTDesC8@@0@Z @ 123 NONAME ; public: static class CSenBaseFragment * __cdecl CSenBaseFragment::NewL(class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenBaseFragment@@SAPAV1@ABVTDesC8@@@Z @ 124 NONAME ; public: static class CSenBaseFragment * __cdecl CSenBaseFragment::NewL(class TDesC8 const &) + ?NewL@CSenDomFragment@@SAPAV1@ABVCSenElement@@@Z @ 125 NONAME ; public: static class CSenDomFragment * __cdecl CSenDomFragment::NewL(class CSenElement const &) + ?NewL@CSenDomFragment@@SAPAV1@ABVTDesC8@@00@Z @ 126 NONAME ; public: static class CSenDomFragment * __cdecl CSenDomFragment::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenDomFragment@@SAPAV1@ABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 127 NONAME ; public: static class CSenDomFragment * __cdecl CSenDomFragment::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?NewL@CSenDomFragment@@SAPAV1@ABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@AAVCSenElement@@@Z @ 128 NONAME ; public: static class CSenDomFragment * __cdecl CSenDomFragment::NewL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &,class CSenElement &) + ?NewL@CSenDomFragment@@SAPAV1@ABVTDesC8@@0@Z @ 129 NONAME ; public: static class CSenDomFragment * __cdecl CSenDomFragment::NewL(class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenDomFragment@@SAPAV1@ABVTDesC8@@@Z @ 130 NONAME ; public: static class CSenDomFragment * __cdecl CSenDomFragment::NewL(class TDesC8 const &) + ?NewL@CSenDomFragment@@SAPAV1@XZ @ 131 NONAME ; public: static class CSenDomFragment * __cdecl CSenDomFragment::NewL(void) + ?NewL@CSenNamespace@@SAPAV1@ABVTDesC8@@0@Z @ 132 NONAME ; public: static class CSenNamespace * __cdecl CSenNamespace::NewL(class TDesC8 const &,class TDesC8 const &) + ?NewL@CSenNamespace@@SAPAV1@ABVTDesC8@@@Z @ 133 NONAME ; public: static class CSenNamespace * __cdecl CSenNamespace::NewL(class TDesC8 const &) + ?NewL@CSenXmlReader@@SAPAV1@H@Z @ 134 NONAME ; public: static class CSenXmlReader * __cdecl CSenXmlReader::NewL(int) + ?NewL@CSenXmlReader@@SAPAV1@XZ @ 135 NONAME ; public: static class CSenXmlReader * __cdecl CSenXmlReader::NewL(void) + ?NewLC@CSenNamespace@@SAPAV1@ABVTDesC8@@0@Z @ 136 NONAME ; public: static class CSenNamespace * __cdecl CSenNamespace::NewLC(class TDesC8 const &,class TDesC8 const &) + ?NewLC@CSenNamespace@@SAPAV1@ABVTDesC8@@@Z @ 137 NONAME ; public: static class CSenNamespace * __cdecl CSenNamespace::NewLC(class TDesC8 const &) + ?NewLC@CSenXmlReader@@SAPAV1@H@Z @ 138 NONAME ; public: static class CSenXmlReader * __cdecl CSenXmlReader::NewLC(int) + ?NewLC@CSenXmlReader@@SAPAV1@XZ @ 139 NONAME ; public: static class CSenXmlReader * __cdecl CSenXmlReader::NewLC(void) + ?NsPrefix@CSenBaseElement@@UBEABVTDesC8@@XZ @ 140 NONAME ; public: virtual class TDesC8 const & __thiscall CSenBaseElement::NsPrefix(void)const + ?NsPrefix@CSenBaseFragment@@UBEABVTDesC8@@XZ @ 141 NONAME ; public: virtual class TDesC8 const & __thiscall CSenBaseFragment::NsPrefix(void)const + ?NsPrefix@SenXmlUtils@@SA?AVTPtrC8@@ABVTDesC8@@@Z @ 142 NONAME ; public: static class TPtrC8 __cdecl SenXmlUtils::NsPrefix(class TDesC8 const &) + ?NsUri@CSenBaseFragment@@UBEABVTDesC8@@XZ @ 143 NONAME ; public: virtual class TDesC8 const & __thiscall CSenBaseFragment::NsUri(void)const + ?Parent@CSenBaseElement@@UAEPAVCSenElement@@XZ @ 144 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::Parent(void) + ?ParseL@CSenBaseFragment@@UAEXABVTDesC8@@@Z @ 145 NONAME ; public: virtual void __thiscall CSenBaseFragment::ParseL(class TDesC8 const &) + ?ParseL@CSenXmlReader@@QAEXAAVRFs@@ABVTDesC16@@@Z @ 146 NONAME ; public: void __thiscall CSenXmlReader::ParseL(class RFs &,class TDesC16 const &) + ?ParseL@CSenXmlReader@@QAEXABVTDesC8@@@Z @ 147 NONAME ; public: void __thiscall CSenXmlReader::ParseL(class TDesC8 const &) + ?ParseWithL@CSenBaseFragment@@UAEXAAVCSenXmlReader@@@Z @ 148 NONAME ; public: virtual void __thiscall CSenBaseFragment::ParseWithL(class CSenXmlReader &) + ?ParseWithL@CSenDomFragment@@UAEXAAVCSenXmlReader@@@Z @ 149 NONAME ; public: virtual void __thiscall CSenDomFragment::ParseWithL(class CSenXmlReader &) + ?Prefix@CSenNamespace@@QBEABVTDesC8@@XZ @ 150 NONAME ; public: class TDesC8 const & __thiscall CSenNamespace::Prefix(void)const + ?Reader@CSenBaseFragment@@UAEPAVCSenXmlReader@@XZ @ 151 NONAME ; public: virtual class CSenXmlReader * __thiscall CSenBaseFragment::Reader(void) + ?RemoveElement@CSenBaseElement@@UAEPAVCSenElement@@AAV2@@Z @ 152 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::RemoveElement(class CSenElement &) + ?RemoveElement@CSenBaseElement@@UAEPAVCSenElement@@ABVTDesC8@@0@Z @ 153 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::RemoveElement(class TDesC8 const &,class TDesC8 const &) + ?RemoveElement@CSenBaseElement@@UAEPAVCSenElement@@ABVTDesC8@@@Z @ 154 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::RemoveElement(class TDesC8 const &) + ?ReplaceElementL@CSenBaseElement@@UAEPAVCSenElement@@AAV2@@Z @ 155 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::ReplaceElementL(class CSenElement &) + ?ResetContentL@CSenBaseFragment@@UAEXXZ @ 156 NONAME ; public: virtual void __thiscall CSenBaseFragment::ResetContentL(void) + ?ResumeParsingFromL@CSenBaseFragment@@UAEXABVTDesC8@@00@Z @ 157 NONAME ; public: virtual void __thiscall CSenBaseFragment::ResumeParsingFromL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?ResumeParsingFromL@CSenDomFragment@@UAEXABVTDesC8@@00@Z @ 158 NONAME ; public: virtual void __thiscall CSenDomFragment::ResumeParsingFromL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?Root@CSenBaseElement@@UAEAAVMSenElement@@XZ @ 159 NONAME ; public: virtual class MSenElement & __thiscall CSenBaseElement::Root(void) + ?SaveNamespacesL@CSenBaseFragment@@UAEXABV?$RArray@VRAttribute@Xml@@@@H@Z @ 160 NONAME ; public: virtual void __thiscall CSenBaseFragment::SaveNamespacesL(class RArray const &,int) + ?Set@CSenBaseElement@@UAEXABVTDesC8@@00@Z @ 161 NONAME ; public: virtual void __thiscall CSenBaseElement::Set(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?SetAttributesL@CSenBaseElement@@UAEXABV?$RArray@VRAttribute@Xml@@@@@Z @ 162 NONAME ; public: virtual void __thiscall CSenBaseElement::SetAttributesL(class RArray const &) + ?SetAttributesL@CSenBaseFragment@@UAEXABV?$RArray@VRAttribute@Xml@@@@@Z @ 163 NONAME ; public: virtual void __thiscall CSenBaseFragment::SetAttributesL(class RArray const &) + ?SetAttributesL@CSenDomFragment@@UAEXABV?$RArray@VRAttribute@Xml@@@@@Z @ 164 NONAME ; public: virtual void __thiscall CSenDomFragment::SetAttributesL(class RArray const &) + ?SetContentHandler@CSenXmlReader@@UAEXAAVMSenContentHandlerClient@@@Z @ 165 NONAME ; public: virtual void __thiscall CSenXmlReader::SetContentHandler(class MSenContentHandlerClient &) + ?SetContentL@CSenBaseElement@@UAE?AVTPtrC8@@ABVTDesC8@@@Z @ 166 NONAME ; public: virtual class TPtrC8 __thiscall CSenBaseElement::SetContentL(class TDesC8 const &) + ?SetContentOfL@CSenBaseFragment@@IAEAAVMSenElement@@ABVTDesC8@@0@Z @ 167 NONAME ; protected: class MSenElement & __thiscall CSenBaseFragment::SetContentOfL(class TDesC8 const &,class TDesC8 const &) + ?SetNamespaceL@CSenBaseElement@@UAEXABVTDesC8@@0@Z @ 168 NONAME ; public: virtual void __thiscall CSenBaseElement::SetNamespaceL(class TDesC8 const &,class TDesC8 const &) + ?SetNamespaceL@CSenBaseElement@@UAEXABVTDesC8@@@Z @ 169 NONAME ; public: virtual void __thiscall CSenBaseElement::SetNamespaceL(class TDesC8 const &) + ?SetOwner@CSenBaseFragment@@UAEXAAVMSenFragment@@@Z @ 170 NONAME ; public: virtual void __thiscall CSenBaseFragment::SetOwner(class MSenFragment &) + ?SetParent@CSenBaseElement@@UAEPAVCSenElement@@PAV2@@Z @ 171 NONAME ; public: virtual class CSenElement * __thiscall CSenBaseElement::SetParent(class CSenElement *) + ?SetPrefixL@CSenBaseElement@@UAEXABVTDesC8@@@Z @ 172 NONAME ; public: virtual void __thiscall CSenBaseElement::SetPrefixL(class TDesC8 const &) + ?SetPrefixL@CSenNamespace@@QAEXABVTDesC8@@@Z @ 173 NONAME ; public: void __thiscall CSenNamespace::SetPrefixL(class TDesC8 const &) + ?SetReader@CSenBaseFragment@@UAEXAAVCSenXmlReader@@@Z @ 174 NONAME ; public: virtual void __thiscall CSenBaseFragment::SetReader(class CSenXmlReader &) + ?SetUriL@CSenNamespace@@QAEXABVTDesC8@@@Z @ 175 NONAME ; public: void __thiscall CSenNamespace::SetUriL(class TDesC8 const &) + ?StartDocument@CSenBaseFragment@@EAEHXZ @ 176 NONAME ; private: virtual int __thiscall CSenBaseFragment::StartDocument(void) + ?StartElement@CSenBaseFragment@@EAEHABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 177 NONAME ; private: virtual int __thiscall CSenBaseFragment::StartElement(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?StartElementL@CSenBaseFragment@@MAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 178 NONAME ; protected: virtual void __thiscall CSenBaseFragment::StartElementL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?StartElementL@CSenDomFragment@@MAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 179 NONAME ; protected: virtual void __thiscall CSenDomFragment::StartElementL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?StartEntity@CSenBaseFragment@@IAEHAAVTDesC8@@@Z @ 180 NONAME ; protected: int __thiscall CSenBaseFragment::StartEntity(class TDesC8 &) + ?StartsWith@SenXmlUtils@@SAHABVTDesC8@@0@Z @ 181 NONAME ; public: static int __cdecl SenXmlUtils::StartsWith(class TDesC8 const &,class TDesC8 const &) + ?ToUnicodeLC@SenXmlUtils@@SAPAVHBufC16@@ABVTDesC8@@@Z @ 182 NONAME ; public: static class HBufC16 * __cdecl SenXmlUtils::ToUnicodeLC(class TDesC8 const &) + ?ToUtf8LC@SenXmlUtils@@SAPAVHBufC8@@ABVTDesC16@@@Z @ 183 NONAME ; public: static class HBufC8 * __cdecl SenXmlUtils::ToUtf8LC(class TDesC16 const &) + ?URI@CSenNamespace@@QBEABVTDesC8@@XZ @ 184 NONAME ; public: class TDesC8 const & __thiscall CSenNamespace::URI(void)const + ?WriteAsXMLToL@CSenBaseElement@@UAEXAAVRWriteStream@@@Z @ 185 NONAME ; public: virtual void __thiscall CSenBaseElement::WriteAsXMLToL(class RWriteStream &) + ?WriteAsXMLToL@CSenBaseFragment@@UAEXAAVRWriteStream@@@Z @ 186 NONAME ; public: virtual void __thiscall CSenBaseFragment::WriteAsXMLToL(class RWriteStream &) + ?WriteAttrToL@CSenBaseElement@@MAEXAAVRWriteStream@@ABVTDesC8@@1@Z @ 187 NONAME ; protected: virtual void __thiscall CSenBaseElement::WriteAttrToL(class RWriteStream &,class TDesC8 const &,class TDesC8 const &) + ?WriteAttrsToL@CSenBaseElement@@MAEXAAVRWriteStream@@@Z @ 188 NONAME ; protected: virtual void __thiscall CSenBaseElement::WriteAttrsToL(class RWriteStream &) + ?WriteContentToL@CSenBaseElement@@MAEXAAVRWriteStream@@@Z @ 189 NONAME ; protected: virtual void __thiscall CSenBaseElement::WriteContentToL(class RWriteStream &) + ?WriteElementsToL@CSenBaseElement@@MAEXAAVRWriteStream@@@Z @ 190 NONAME ; protected: virtual void __thiscall CSenBaseElement::WriteElementsToL(class RWriteStream &) + ?WriteEndElementL@CSenBaseFragment@@UAEXABVTDesC8@@00@Z @ 191 NONAME ; public: virtual void __thiscall CSenBaseFragment::WriteEndElementL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?WriteEndElementL@CSenDomFragment@@MAEXABVTDesC8@@00@Z @ 192 NONAME ; protected: virtual void __thiscall CSenDomFragment::WriteEndElementL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &) + ?WriteNamespacesToL@CSenBaseElement@@UAEXAAVRWriteStream@@@Z @ 193 NONAME ; public: virtual void __thiscall CSenBaseElement::WriteNamespacesToL(class RWriteStream &) + ?WriteStartElementL@CSenBaseFragment@@UAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 194 NONAME ; public: virtual void __thiscall CSenBaseFragment::WriteStartElementL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?WriteStartElementL@CSenDomFragment@@MAEXABVTDesC8@@00ABV?$RArray@VRAttribute@Xml@@@@@Z @ 195 NONAME ; protected: virtual void __thiscall CSenDomFragment::WriteStartElementL(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &,class RArray const &) + ?WriteToBufL@CSenBaseElement@@MAE?AVTPtrC8@@AAVCBufBase@@@Z @ 196 NONAME ; protected: virtual class TPtrC8 __thiscall CSenBaseElement::WriteToBufL(class CBufBase &) + ?NewL@CSenXmlReader@@SAPAV1@ABVTDesC8@@@Z @ 197 NONAME ; public: static class CSenXmlReader * __cdecl CSenXmlReader::NewL(class TDesC8 const &) + ?NewL@CSenXmlReader@@SAPAV1@ABVTDesC8@@H@Z @ 198 NONAME ; public: static class CSenXmlReader * __cdecl CSenXmlReader::NewL(class TDesC8 const &,int) + ?NewLC@CSenXmlReader@@SAPAV1@ABVTDesC8@@@Z @ 199 NONAME ; public: static class CSenXmlReader * __cdecl CSenXmlReader::NewLC(class TDesC8 const &) + ?NewLC@CSenXmlReader@@SAPAV1@ABVTDesC8@@H@Z @ 200 NONAME ; public: static class CSenXmlReader * __cdecl CSenXmlReader::NewLC(class TDesC8 const &,int) + ?ParserFeature@CSenXmlReader@@UAEHXZ @ 201 NONAME ; public: virtual int __thiscall CSenXmlReader::ParserFeature(void) +