Method | Description | |
---|---|---|
Bind ( object obj, string opsXml ) : void | ||
CDATA ( string xml ) : string |
去除代码
|
|
Load ( string fileUri ) : |
过时的方法,请改用 LoadUri
|
|
LoadOps ( string opsXml ) : |
||
LoadUri ( string fileUri ) : |
||
LoadUri ( string fileUri, |
||
LoadXml ( |
||
LoadXml ( string xml, bool isDoc ) : |
||
ParseXml ( string xml, bool isDoc ) : |
||
ToXml ( object obj ) : string |
Method | Description | |
---|---|---|
GetText ( PropertyInfo prop, object obj ) : string | ||
SetText ( |
||
_GetProp ( |
||
_GetProps ( |
public static Bind ( object obj, string opsXml ) : void | ||
obj | object | |
opsXml | string | |
return | void |
public static LoadOps ( string opsXml ) : |
||
opsXml | string | |
return |
public static LoadUri ( string fileUri ) : |
||
fileUri | string | |
return |
public static LoadUri ( string fileUri, |
||
fileUri | string | |
encoding | ||
return |
public static LoadXml ( |
||
node | ||
return |
public static LoadXml ( string xml, bool isDoc ) : |
||
xml | string | |
isDoc | bool | |
return |
public static ParseXml ( string xml, bool isDoc ) : |
||
xml | string | |
isDoc | bool | |
return |