메소드 |
설명 |
|
AddTypeToCache ( ArrayList dependencies, string inputFile, Type type ) : void |
|
|
BuilderHasOtherThan ( Type type, ControlBuilder cb ) : bool |
|
|
CheckForDuplicateIds ( ControlBuilder root, Stack scopes ) : void |
|
|
CheckIfIncludeFileIsSecure ( string filePath ) : void |
|
|
CheckLanguage ( string lang ) : void |
|
|
CheckTagEndNeeded ( string text ) : bool |
|
|
ChopOffTagStart ( ILocation location, string content, string tagid ) : string |
|
|
CloseControl ( string tagid ) : bool |
|
|
CreateRootBuilder ( Stream inputStream, string filename ) : void |
|
|
FindRegexBlocks ( Regex rxStart, Regex rxEnd, CheckBlockEnd checkEnd, IList blocks, TextBlockType typeForMatches, bool discardBlocks ) : List |
|
|
FlushText ( ) : void |
|
|
FlushText ( bool ignoreEmptyString ) : void |
|
|
GetCompilerFromType ( ) : BaseCompiler |
|
|
GetDirectiveAttributesDictionary ( string skipKeyName, CaptureCollection names, CaptureCollection values ) : IDictionary |
|
|
GetDirectiveName ( CaptureCollection names ) : string |
|
|
GetIncludeFilePath ( string basedir, string filename ) : string |
|
|
GetInheritedType ( string fileContents, string filename ) : Type |
|
|
GetLineNumberForIndex ( string fileContents, int index ) : int |
|
|
GetNumberOfLinesForRange ( string fileContents, int index, int length ) : int |
|
|
GetRootBuilderType ( Stream inputStream, string filename ) : Type |
|
|
InitParser ( TextReader reader, string filename ) : void |
|
|
InitParser ( string filename ) : void |
|
|
MapTagTypeToConstructType ( TagType tagtype ) : CodeConstructType |
|
|
OtherControlsAllowed ( ControlBuilder cb ) : bool |
|
|
ParseAttributeTag ( string code, ILocation location ) : void |
|
|
ParseError ( ILocation location, string message ) : void |
|
|
ParsingCompleted ( ) : void |
|
|
PrintLocation ( ILocation loc ) : void |
|
|
PrintTree ( ControlBuilder builder, int indent ) : void |
|
|
ProcessCode ( TagType tagtype, string code, ILocation location ) : bool |
|
|
ProcessScript ( TagType tagtype, TagAttributes attributes ) : bool |
|
|
ProcessTag ( ILocation location, string tagid, TagAttributes atts, TagType tagtype, bool &ignored ) : bool |
|
|
ProcessTagsInAttributes ( ILocation location, string tagid, TagAttributes attributes, TagType type ) : bool |
|
|
ReadFile ( string filename ) : string |
|
|
ReadFileContents ( Stream inputStream, string filename ) : string |
|
|
SplitTextIntoBlocks ( string text ) : IList |
|
|
TagParsed ( ILocation location, TagType tagtype, string tagid, TagAttributes attributes ) : void |
|
|
TextParsed ( ILocation location, string text ) : void |
|
|
TryRemoveTag ( string tagid, ArrayList otags ) : bool |
|
|