Method | Description | |
---|---|---|
WriteDocument ( Stream stream, TagCompound tag ) : void | ||
WriteDocument ( Stream stream, TagCompound tag, CompressionOption compression ) : void | ||
WriteTag ( ITag value ) : void | ||
WriteTag ( ITag value, WriteTagOptions options ) : void | ||
WriteValue ( byte value ) : void | ||
WriteValue ( double value ) : void | ||
WriteValue ( float value ) : void | ||
WriteValue ( int value ) : void | ||
WriteValue ( long value ) : void | ||
WriteValue ( short value ) : void | ||
WriteValue ( string value ) : void | ||
XmlTagWriter ( ) : System | ||
XmlTagWriter ( |
Method | Description | |
---|---|---|
WriteHeader ( ITag value ) : void | ||
WriteValue ( TagCollection value ) : void | ||
WriteValue ( TagDictionary value ) : void |
public WriteDocument ( Stream stream, TagCompound tag ) : void | ||
stream | Stream | |
tag | TagCompound | |
return | void |
public WriteDocument ( Stream stream, TagCompound tag, CompressionOption compression ) : void | ||
stream | Stream | |
tag | TagCompound | |
compression | CompressionOption | |
return | void |
public WriteTag ( ITag value, WriteTagOptions options ) : void | ||
value | ITag | |
options | WriteTagOptions | |
return | void |
protected WriteValue ( TagCollection value ) : void | ||
value | TagCollection | |
return | void |
protected WriteValue ( TagDictionary value ) : void | ||
value | TagDictionary | |
return | void |
public XmlTagWriter ( |
||
writer | ||
return | System |