Свойство | Тип | Описание | |
---|---|---|---|
AllowBuiltInMode | bool | ||
BuiltInMode |
Метод | Описание | |
---|---|---|
CreateApplyImportsAction ( ) : |
||
CreateApplyTemplatesAction ( ) : |
||
CreateAttributeAction ( ) : |
||
CreateAttributeSetAction ( ) : |
||
CreateBeginEvent ( ) : |
||
CreateCallTemplateAction ( ) : |
||
CreateChooseAction ( ) : |
||
CreateCommentAction ( ) : |
||
CreateCopyAction ( ) : |
||
CreateCopyOfAction ( ) : |
||
CreateElementAction ( ) : |
||
CreateForEachAction ( ) : |
||
CreateIfAction ( |
||
CreateMessageAction ( ) : |
||
CreateNewInstructionAction ( ) : |
||
CreateNumberAction ( ) : |
||
CreateProcessingInstructionAction ( ) : |
||
CreateRootAction ( ) : void | ||
CreateSingleTemplateAction ( ) : |
||
CreateSortAction ( ) : |
||
CreateTemplateAction ( ) : |
||
CreateTextAction ( ) : |
||
CreateTextEvent ( ) : TextEvent | ||
CreateUseAttributeSetsAction ( ) : UseAttributeSetsAction | ||
CreateValueOfAction ( ) : ValueOfAction | ||
CreateVariableAction ( VariableType type ) : VariableAction | ||
CreateWithParamAction ( ) : WithParamAction | ||
GetNsAlias ( string &prefix ) : string | ||
UnexpectedKeyword ( ) : XsltException |
Метод | Описание | |
---|---|---|
AddAttributeSet ( |
||
AddBooleanQuery ( string xpathQuery ) : int | ||
AddDecimalFormat ( |
||
AddDocumentURI ( string href ) : void | ||
AddNamespaceAlias ( String StylesheetURI, |
||
AddQuery ( string xpathQuery ) : int | ||
AddQuery ( string xpathQuery, bool allowVar, bool allowKey, bool isPattern ) : int | ||
AddScript ( string source, ScriptingLanguage lang, string ns, string fileName, int lineNumber ) : void | ||
AddStringQuery ( string xpathQuery ) : int | ||
AddTemplate ( |
||
Advance ( ) : bool | ||
BeginTemplate ( |
||
CloneScopeManager ( ) : |
||
Compile ( |
||
CompileAvt ( string avtText ) : |
||
CompileAvt ( string avtText, bool &constant ) : |
||
CreateXPathQName ( string qname ) : XmlQualifiedName | ||
CreateXmlQName ( string qname ) : XmlQualifiedName | ||
EndTemplate ( ) : void | ||
FindNamespaceAlias ( String StylesheetURI ) : NamespaceInfo | ||
GenerateUniqueClassName ( ) : string | ||
GetNextAvtLex ( string avt, int &start, StringBuilder lex, bool &isAvt ) : bool | ||
GetSingleAttribute ( string attributeAtom ) : string | ||
GetUnicRtfId ( ) : string | ||
GetYesNo ( string value ) : bool | ||
InsertExcludedNamespace ( ) : void | ||
InsertExcludedNamespace ( string value ) : void | ||
InsertExtensionNamespace ( ) : void | ||
InsertExtensionNamespace ( string value ) : void | ||
InsertKey ( XmlQualifiedName name, int MatchKey, int UseKey ) : void | ||
InsertVariable ( VariableAction variable ) : int | ||
IsCircularReference ( string href ) : bool | ||
IsExcludedNamespace ( String nspace ) : bool | ||
IsExtensionNamespace ( String nspace ) : bool | ||
IsNamespaceAlias ( String StylesheetURI ) : bool | ||
LoadDocument ( XmlTextReaderImpl reader ) : XPathDocument | ||
PopInputDocument ( ) : void | ||
PopScope ( ) : void | ||
PopStylesheet ( ) : Stylesheet | ||
PushInputDocument ( NavigatorInput newInput ) : void | ||
PushLiteralScope ( ) : void | ||
PushNamespaceScope ( ) : void | ||
PushStylesheet ( Stylesheet stylesheet ) : void | ||
Recurse ( ) : bool | ||
RemoveDocumentURI ( string href ) : void | ||
ResolveDocument ( Uri absoluteUri ) : NavigatorInput | ||
ResolvePrefixes ( string tokens ) : string[] | ||
ResolveUri ( string relativeUri ) : Uri | ||
ResolveXPathNamespace ( String prefix ) : String | ||
ResolveXmlNamespace ( String prefix ) : String | ||
ToParent ( ) : bool | ||
ValidateExtensionNamespace ( string nsUri ) : void | ||
getTextLex ( string avt, int &start, StringBuilder lex ) : void | ||
getXPathLex ( string avt, int &start, StringBuilder lex ) : void |
public CreateApplyImportsAction ( ) : |
||
Результат |
public CreateApplyTemplatesAction ( ) : |
||
Результат |
public CreateAttributeAction ( ) : |
||
Результат |
public CreateAttributeSetAction ( ) : |
||
Результат |
public CreateCallTemplateAction ( ) : |
||
Результат |
public CreateChooseAction ( ) : |
||
Результат |
public CreateCommentAction ( ) : |
||
Результат |
public CreateCopyOfAction ( ) : |
||
Результат |
public CreateElementAction ( ) : |
||
Результат |
public CreateForEachAction ( ) : |
||
Результат |
public CreateIfAction ( |
||
type | ||
Результат |
public CreateMessageAction ( ) : |
||
Результат |
public CreateNewInstructionAction ( ) : |
||
Результат |
public CreateNumberAction ( ) : |
||
Результат |
public CreateProcessingInstructionAction ( ) : |
||
Результат |
public CreateSingleTemplateAction ( ) : |
||
Результат |
public CreateTemplateAction ( ) : |
||
Результат |
public CreateUseAttributeSetsAction ( ) : UseAttributeSetsAction | ||
Результат | UseAttributeSetsAction |
public CreateValueOfAction ( ) : ValueOfAction | ||
Результат | ValueOfAction |
public CreateVariableAction ( VariableType type ) : VariableAction | ||
type | VariableType | |
Результат | VariableAction |
public CreateWithParamAction ( ) : WithParamAction | ||
Результат | WithParamAction |
public GetNsAlias ( string &prefix ) : string | ||
prefix | string | |
Результат | string |
public UnexpectedKeyword ( ) : XsltException | ||
Результат | XsltException |