C# Class iTextSharp.text.pdf.XfaForm.Xml2Som

Show file Open project: red-gate/iTextSharp-4.1.6

Protected Properties

Property Type Description
anform int
inverseSearch System.Collections.Hashtable
name2Node System.Collections.Hashtable
order System.Collections.ArrayList
stack Stack2

Public Methods

Method Description
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

Protected Methods

Method Description
PrintStack ( ) : String

Method Details

EscapeSom() public static method

public static EscapeSom ( String s ) : String
s String
return String

GetShortName() public static method

public static GetShortName ( String s ) : String
s String
return String

InverseSearchAdd() public static method

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

InverseSearchAdd() public method

public InverseSearchAdd ( String unstack ) : void
unstack String
return void

InverseSearchGlobal() public method

public InverseSearchGlobal ( ArrayList parts ) : String
parts System.Collections.ArrayList
return String

PrintStack() protected method

protected PrintStack ( ) : String
return String

SplitParts() public static method

public static SplitParts ( String name ) : Stack2
name String
return Stack2

UnescapeSom() public static method

public static UnescapeSom ( String s ) : String
s String
return String

Property Details

anform protected property

protected int anform
return int

inverseSearch protected property

protected Hashtable,System.Collections inverseSearch
return System.Collections.Hashtable

name2Node protected property

protected Hashtable,System.Collections name2Node
return System.Collections.Hashtable

order protected property

protected ArrayList,System.Collections order
return System.Collections.ArrayList

stack protected property

protected Stack2 stack
return Stack2