Метод | Описание | |
---|---|---|
Create ( IXmlSerializable obj ) : |
||
Create ( Stream stream ) : |
||
Create ( Stream stream, |
||
Create ( Stream stream, |
||
Create ( Stream stream, |
||
Create ( TextReader reader ) : |
||
Create ( TextReader reader, |
||
Create ( TextReader reader, |
||
Create ( TextReader reader, |
||
Create ( |
||
Create ( |
||
Create ( XmlReader reader ) : |
||
Create ( string xmlFragment ) : |
||
Equals ( |
||
Equals ( object obj ) : bool | ||
OpenReader ( ) : XmlReader | ||
WriteTo ( Stream output, Encoding encoding ) : void | ||
WriteTo ( TextWriter writer ) : void | ||
WriteTo ( XmlWriter writer ) : void |
public static Create ( IXmlSerializable obj ) : |
||
obj | IXmlSerializable | |
Результат |
public static Create ( Stream stream ) : |
||
stream | Stream | |
Результат |
public static Create ( Stream stream, |
||
stream | Stream | |
inputContext | ||
Результат |
public static Create ( Stream stream, |
||
stream | Stream | |
settings | ||
Результат |
public static Create ( Stream stream, |
||
stream | Stream | |
settings | ||
inputContext | ||
Результат |
public static Create ( TextReader reader ) : |
||
reader | TextReader | |
Результат |
public static Create ( TextReader reader, |
||
reader | TextReader | |
inputContext | ||
Результат |
public static Create ( TextReader reader, |
||
reader | TextReader | |
settings | ||
Результат |
public static Create ( TextReader reader, |
||
reader | TextReader | |
settings | ||
inputContext | ||
Результат |
public static Create ( |
||
uri | ||
Результат |
public static Create ( |
||
document | ||
Результат |
public static Create ( XmlReader reader ) : |
||
reader | XmlReader | |
Результат |
public static Create ( string xmlFragment ) : |
||
xmlFragment | string | |
Результат |
public abstract Equals ( |
||
xlob | ||
Результат | bool |
public abstract OpenReader ( ) : XmlReader | ||
Результат | XmlReader |
public WriteTo ( Stream output, Encoding encoding ) : void | ||
output | Stream | |
encoding | Encoding | |
Результат | void |
public WriteTo ( TextWriter writer ) : void | ||
writer | TextWriter | |
Результат | void |
public WriteTo ( XmlWriter writer ) : void | ||
writer | XmlWriter | |
Результат | void |