修复内存泄漏

This commit is contained in:
csh 2024-07-08 13:09:48 +08:00
parent 2e15aac1aa
commit 08d5c1c6f7
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ protected
public
LocalName: string; // 本地名称
[weakref]Parent: tslobj; // 父类
Prefix: tslobj; // 前缀
Prefix: string; // 前缀
XmlNode: XmlNode; // XMLNode节点
ElementName: string;

View File

@ -13,8 +13,8 @@ public
public
LocalName: string; // 本地名称
Parent: tslobj; // 父类
[weakref]Prefix: tslobj; // 前缀
[weakref]Parent: tslobj; // 父类
Prefix: string; // 前缀
XmlNode: XmlNode; // XMLNode节点
ElementName: string;
Value: any;

View File

@ -15,7 +15,7 @@ public
public
LocalName: string; // 本地名称
[weakref]Parent: tslobj; // 父类
Prefix: tslobj; // 前缀
Prefix: string; // 前缀
XmlNode: XmlNode; // XMLNode节点
ElementName: string;
Text: string; // 元素的文本内容有的话就是pcdata没有就是普通的节点