C# Class AcTools.Kn5File.XmlWriterExtension

Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
MatrixToCollada ( float matrix ) : string
RemoveInvalidXmlChars ( string text ) : string
WriteAttributeString ( this xml, string key, double value ) : void
WriteAttributeString ( this xml, string key, float value ) : void
WriteAttributeString ( this xml, string key, int value ) : void
WriteAttributeStringSafe ( this xml, string key, string value ) : void
WriteElement ( this xml, [ localName ) : void
WriteElementStringSafe ( this xml, string key, string value ) : void
WriteMatrixAsString ( this xml, float matrix ) : void
WriteString ( this xml, double value ) : void
WriteString ( this xml, float value ) : void
WriteString ( this xml, int value ) : void

Method Details

MatrixToCollada() public static method

public static MatrixToCollada ( float matrix ) : string
matrix float
return string

RemoveInvalidXmlChars() public static method

public static RemoveInvalidXmlChars ( string text ) : string
text string
return string

WriteAttributeString() public static method

public static WriteAttributeString ( this xml, string key, double value ) : void
xml this
key string
value double
return void

WriteAttributeString() public static method

public static WriteAttributeString ( this xml, string key, float value ) : void
xml this
key string
value float
return void

WriteAttributeString() public static method

public static WriteAttributeString ( this xml, string key, int value ) : void
xml this
key string
value int
return void

WriteAttributeStringSafe() public static method

public static WriteAttributeStringSafe ( this xml, string key, string value ) : void
xml this
key string
value string
return void

WriteElement() public static method

public static WriteElement ( this xml, [ localName ) : void
xml this
localName [
return void

WriteElementStringSafe() public static method

public static WriteElementStringSafe ( this xml, string key, string value ) : void
xml this
key string
value string
return void

WriteMatrixAsString() public static method

public static WriteMatrixAsString ( this xml, float matrix ) : void
xml this
matrix float
return void

WriteString() public static method

public static WriteString ( this xml, double value ) : void
xml this
value double
return void

WriteString() public static method

public static WriteString ( this xml, float value ) : void
xml this
value float
return void

WriteString() public static method

public static WriteString ( this xml, int value ) : void
xml this
value int
return void