C# 클래스 XmlIntelliSense.App.XHelper.XmlElementInformation

Source: Sharpdevelop
파일 보기 프로젝트 열기: Code-Inside/Samples 1 사용 예제들

공개 메소드들

메소드 설명
AddElement ( XmlElementQualifiedName elementName ) : void
Compact ( ) : void

Compacts the path so it only contains the elements that are from the namespace of the last element in the path.

This method is used when we need to know the path for a particular namespace and do not care about the complete path.

Equals ( object obj ) : bool

An xml element path is considered to be equal if each path item has the same name and namespace.

GetHashCode ( ) : int
GetNamespaceForPrefix ( string prefix ) : string
GetRootNamespace ( ) : string
SetNamespaceForUnqualifiedNames ( string namespaceUri ) : void

Only updates those names without a namespace.

ToString ( ) : string
XmlElementInformation ( )

비공개 메소드들

메소드 설명
LastIndexNotMatchingNamespace ( string namespaceUri ) : int

메소드 상세

AddElement() 공개 메소드

public AddElement ( XmlElementQualifiedName elementName ) : void
elementName XmlElementQualifiedName
리턴 void

Compact() 공개 메소드

Compacts the path so it only contains the elements that are from the namespace of the last element in the path.
This method is used when we need to know the path for a particular namespace and do not care about the complete path.
public Compact ( ) : void
리턴 void

Equals() 공개 메소드

An xml element path is considered to be equal if each path item has the same name and namespace.
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetNamespaceForPrefix() 공개 메소드

public GetNamespaceForPrefix ( string prefix ) : string
prefix string
리턴 string

GetRootNamespace() 공개 메소드

public GetRootNamespace ( ) : string
리턴 string

SetNamespaceForUnqualifiedNames() 공개 메소드

Only updates those names without a namespace.
public SetNamespaceForUnqualifiedNames ( string namespaceUri ) : void
namespaceUri string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

XmlElementInformation() 공개 메소드