Click or drag to resize

NamespaceResolverGetPrefixAndNs Method (INsNode, Document, Scope, String, String)

Resolves namespace and prefix for INsNode.

Namespace:  Syntactik.Compiler.Steps
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public void GetPrefixAndNs(
	INsNode node,
	Document document,
	Scope scope,
	out string prefix,
	out string ns
)

Parameters

node
Type: Syntactik.DOMINsNode
Target INsNode.
document
Type: Syntactik.DOMDocument
Current Document.
scope
Type: Syntactik.DOM.MappedScope
Current Scope.
prefix
Type: SystemString
Output namespace prefix parameter.
ns
Type: SystemString
Output namespace parameter.
See Also