C# 클래스 XmlTransformer.XmlFileInfoDocument.XmlFileInfoElement

상속: System.Xml.XmlElement, IXmlLineInfo, IXmlFormattableAttributes
파일 보기 프로젝트 열기: micahlmartin/XmlTransformer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IXmlFormattableAttributes void
WriteAttributesTo void
WritePreservedAttributesTo void
XmlFileInfoElement System

공개 메소드들

메소드 설명
HasLineInfo ( ) : bool
WriteTo ( XmlWriter w ) : void

비공개 메소드들

메소드 설명
IXmlFormattableAttributes ( XmlFormatter formatter ) : void
WriteAttributesTo ( XmlWriter w ) : void
WritePreservedAttributesTo ( XmlAttributePreservingWriter preservingWriter ) : void
XmlFileInfoElement ( string prefix, string localName, string namespaceUri, XmlFileInfoDocument document ) : System

메소드 상세

HasLineInfo() 공개 메소드

public HasLineInfo ( ) : bool
리턴 bool

WriteTo() 공개 메소드

public WriteTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void