C# 클래스 ReasonCodeExample.XPathInformation.Writers.SimplifiedXPathWriter

상속: XPathWriter
파일 보기 프로젝트 열기: uli-weltersbach/XPathInformation 1 사용 예제들

공개 메소드들

메소드 설명
SimplifiedXPathWriter ( ) : System.Collections.Generic
SimplifiedXPathWriter ( IEnumerable filters ) : System.Collections.Generic

보호된 메소드들

메소드 설명
WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void
WriteAttributeNameWithoutPrefix ( System.Xml.Linq.XName name ) : void
WriteElementNameWithPrefix ( string namespacePrefix, string localName ) : void
WriteElementNameWithoutPrefix ( System.Xml.Linq.XName element ) : void

메소드 상세

SimplifiedXPathWriter() 공개 메소드

public SimplifiedXPathWriter ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SimplifiedXPathWriter() 공개 메소드

public SimplifiedXPathWriter ( IEnumerable filters ) : System.Collections.Generic
filters IEnumerable
리턴 System.Collections.Generic

WriteAttributeNameWithPrefix() 보호된 메소드

protected WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void
namespacePrefix string
localName string
리턴 void

WriteAttributeNameWithoutPrefix() 보호된 메소드

protected WriteAttributeNameWithoutPrefix ( System.Xml.Linq.XName name ) : void
name System.Xml.Linq.XName
리턴 void

WriteElementNameWithPrefix() 보호된 메소드

protected WriteElementNameWithPrefix ( string namespacePrefix, string localName ) : void
namespacePrefix string
localName string
리턴 void

WriteElementNameWithoutPrefix() 보호된 메소드

protected WriteElementNameWithoutPrefix ( System.Xml.Linq.XName element ) : void
element System.Xml.Linq.XName
리턴 void