C# Class XmlTransformer.XmlFileInfoDocument.XmlFileInfoElement

Inheritance: System.Xml.XmlElement, IXmlLineInfo, IXmlFormattableAttributes
Afficher le fichier Open project: micahlmartin/XmlTransformer Class Usage Examples

Private Properties

Свойство Type Description
IXmlFormattableAttributes void
WriteAttributesTo void
WritePreservedAttributesTo void
XmlFileInfoElement System

Méthodes publiques

Méthode Description
HasLineInfo ( ) : bool
WriteTo ( XmlWriter w ) : void

Private Methods

Méthode 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 méthode

public HasLineInfo ( ) : bool
Résultat bool

WriteTo() public méthode

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void