C# 클래스 iTextSharp.text.pdf.XfaForm.Xml2Som

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

보호된 프로퍼티들

프로퍼티 타입 설명
anform int
inverseSearch System.Collections.Hashtable
name2Node System.Collections.Hashtable
order System.Collections.ArrayList
stack Stack2

공개 메소드들

메소드 설명
EscapeSom ( String s ) : String
GetShortName ( String s ) : String
InverseSearchAdd ( Hashtable inverseSearch, Stack2 stack, String unstack ) : void
InverseSearchAdd ( String unstack ) : void
InverseSearchGlobal ( ArrayList parts ) : String
SplitParts ( String name ) : Stack2
UnescapeSom ( String s ) : String

보호된 메소드들

메소드 설명
PrintStack ( ) : String

메소드 상세

EscapeSom() 공개 정적인 메소드

public static EscapeSom ( String s ) : String
s String
리턴 String

GetShortName() 공개 정적인 메소드

public static GetShortName ( String s ) : String
s String
리턴 String

InverseSearchAdd() 공개 정적인 메소드

public static InverseSearchAdd ( Hashtable inverseSearch, Stack2 stack, String unstack ) : void
inverseSearch System.Collections.Hashtable
stack Stack2
unstack String
리턴 void

InverseSearchAdd() 공개 메소드

public InverseSearchAdd ( String unstack ) : void
unstack String
리턴 void

InverseSearchGlobal() 공개 메소드

public InverseSearchGlobal ( ArrayList parts ) : String
parts System.Collections.ArrayList
리턴 String

PrintStack() 보호된 메소드

protected PrintStack ( ) : String
리턴 String

SplitParts() 공개 정적인 메소드

public static SplitParts ( String name ) : Stack2
name String
리턴 Stack2

UnescapeSom() 공개 정적인 메소드

public static UnescapeSom ( String s ) : String
s String
리턴 String

프로퍼티 상세

anform 보호되어 있는 프로퍼티

protected int anform
리턴 int

inverseSearch 보호되어 있는 프로퍼티

protected Hashtable,System.Collections inverseSearch
리턴 System.Collections.Hashtable

name2Node 보호되어 있는 프로퍼티

protected Hashtable,System.Collections name2Node
리턴 System.Collections.Hashtable

order 보호되어 있는 프로퍼티

protected ArrayList,System.Collections order
리턴 System.Collections.ArrayList

stack 보호되어 있는 프로퍼티

protected Stack2 stack
리턴 Stack2