Property | Type | Description | |
---|---|---|---|
fCanonical | bool | ||
fOut | |||
fXML11 | bool |
Method | Description | |
---|---|---|
SetCanonical ( bool canonical ) : void | ||
SetOutput ( Stream stream, String encoding ) : void | ||
SetOutput ( |
||
Write ( |
||
XmlDomWriter ( ) : System | ||
XmlDomWriter ( bool canonical ) : System |
Method | Description | |
---|---|---|
NormalizeAndPrint ( String s, bool isAttValue ) : void | ||
NormalizeAndPrint ( char c, bool isAttValue ) : void | ||
SortAttributes ( |
protected NormalizeAndPrint ( String s, bool isAttValue ) : void | ||
s | String | |
isAttValue | bool | |
return | void |
protected NormalizeAndPrint ( char c, bool isAttValue ) : void | ||
c | char | |
isAttValue | bool | |
return | void |
public SetCanonical ( bool canonical ) : void | ||
canonical | bool | |
return | void |
public SetOutput ( Stream stream, String encoding ) : void | ||
stream | Stream | |
encoding | String | |
return | void |
public SetOutput ( |
||
writer | ||
return | void |
protected SortAttributes ( |
||
attrs | ||
return | System.Xml.XmlAttribute[] |
public XmlDomWriter ( bool canonical ) : System | ||
canonical | bool | |
return | System |