C# Class System.Xml.Xsl.XsltOld.RecordBuilder

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AdjustDepth void
AnalyzeComment void
AnalyzeProcessingInstruction void
AnalyzeSpaceLang void
AppendNamespaces void
BeginAttribute void
BeginComment void
BeginElement void
BeginEvent Processor.OutputResult
BeginNamespace void
BeginProcessingInstruction bool
CanOutput bool
CheckRecordBegin Processor.OutputResult
CheckRecordEnd Processor.OutputResult
DeclareNamespace void
DeclareNewNamespace string
EndElement void
EndEvent Processor.OutputResult
FinalizeRecord void
FindAttribute int
FixupAttributes void
FixupElement void
GetPrefixForNamespace string
NewAttribute int
NewNamespace int
PopElementScope void
RecordBuilder System
Reset void
ResetRecord void
SetEmptyFlag void
TextEvent Processor.OutputResult
TheEnd void
TranslateXmlSpace XmlSpace
ValueAppend void

Private Methods

Method Description
AdjustDepth ( int state ) : void
AnalyzeComment ( ) : void
AnalyzeProcessingInstruction ( ) : void
AnalyzeSpaceLang ( ) : void
AppendNamespaces ( ) : void
BeginAttribute ( string prefix, string name, string nspace, Object htmlAttrProps, bool search ) : void
BeginComment ( ) : void
BeginElement ( string prefix, string name, string nspace, bool empty ) : void
BeginEvent ( int state, XPathNodeType nodeType, string prefix, string name, string nspace, bool empty, Object htmlProps, bool search ) : Processor.OutputResult
BeginNamespace ( string name, string nspace ) : void
BeginProcessingInstruction ( string prefix, string name, string nspace ) : bool
CanOutput ( int state ) : bool
CheckRecordBegin ( int state ) : Processor.OutputResult
CheckRecordEnd ( int state ) : Processor.OutputResult
DeclareNamespace ( string nspace, string prefix ) : void
DeclareNewNamespace ( string nspace ) : string
EndElement ( ) : void
EndEvent ( int state, XPathNodeType nodeType ) : Processor.OutputResult
FinalizeRecord ( ) : void
FindAttribute ( string name, string nspace, string &prefix ) : int
FixupAttributes ( int attributeCount ) : void
FixupElement ( ) : void
GetPrefixForNamespace ( string nspace ) : string
NewAttribute ( ) : int
NewNamespace ( ) : int
PopElementScope ( ) : void
RecordBuilder ( RecordOutput output, XmlNameTable nameTable ) : System
Reset ( ) : void
ResetRecord ( int state ) : void
SetEmptyFlag ( int state ) : void
TextEvent ( int state, string text, bool disableOutputEscaping ) : Processor.OutputResult
TheEnd ( ) : void
TranslateXmlSpace ( string space ) : XmlSpace
ValueAppend ( string s, bool disableOutputEscaping ) : void