C# Class XmlTransformer.XmlFileInfoDocument.XmlFileInfoElement

Inheritance: System.Xml.XmlElement, IXmlLineInfo, IXmlFormattableAttributes
Mostra file Open project: micahlmartin/XmlTransformer Class Usage Examples

Private Properties

Property Type Description
IXmlFormattableAttributes void
WriteAttributesTo void
WritePreservedAttributesTo void
XmlFileInfoElement System

Public Methods

Method Description
HasLineInfo ( ) : bool
WriteTo ( XmlWriter w ) : void

Private Methods

Method Description
IXmlFormattableAttributes ( XmlFormatter formatter ) : void
WriteAttributesTo ( XmlWriter w ) : void
WritePreservedAttributesTo ( XmlAttributePreservingWriter preservingWriter ) : void
XmlFileInfoElement ( string prefix, string localName, string namespaceUri, XmlFileInfoDocument document ) : System

Method Details

HasLineInfo() public method

public HasLineInfo ( ) : bool
return bool

WriteTo() public method

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void