Méthode | Description | |
---|---|---|
Analyze ( QilNode nd, bool defaultNmspInScope ) : void |
Perform scan.
|
Méthode | Description | |
---|---|---|
AnalyzeContent ( QilNode nd ) : void |
Recursively analyze content. Return "nd" or a replacement for it.
|
|
CheckNamespaceInScope ( |
Determine whether an ElementCtor, AttributeCtor, or NamespaceDecl's namespace is already declared. If it is, set the IsNamespaceInScope property to True. Otherwise, add the namespace to the set of in-scope namespaces if addInScopeNmsp is True. Return false if the name is computed or is invalid.
|
public Analyze ( QilNode nd, bool defaultNmspInScope ) : void | ||
nd | QilNode | |
defaultNmspInScope | bool | |
Résultat | void |