C# Class MegaMan.IO.Xml.Handlers.HandlerXmlWriter

Mostrar archivo Open project: Tesserex/C--MegaMan-Engine

Protected Properties

Property Type Description
_commandWriter MegaMan.IO.Xml.Handlers.Commands.HandlerCommandXmlWriter

Public Methods

Method Description
HandlerXmlWriter ( HandlerCommandXmlWriter commandWriter ) : System

Protected Methods

Method Description
WriteBase ( HandlerInfo info, XmlWriter writer ) : void

Private Methods

Method Description
HandlerXmlWriter ( ) : System

Method Details

HandlerXmlWriter() public method

public HandlerXmlWriter ( HandlerCommandXmlWriter commandWriter ) : System
commandWriter MegaMan.IO.Xml.Handlers.Commands.HandlerCommandXmlWriter
return System

WriteBase() protected method

protected WriteBase ( HandlerInfo info, XmlWriter writer ) : void
info HandlerInfo
writer System.Xml.XmlWriter
return void

Property Details

_commandWriter protected_oe property

protected HandlerCommandXmlWriter,MegaMan.IO.Xml.Handlers.Commands _commandWriter
return MegaMan.IO.Xml.Handlers.Commands.HandlerCommandXmlWriter