Document.CreateElementNS

Document.CreateElementNS method

Creates an element of the given qualified name and package URI.

public Element CreateElementNS(String packageURI, String qualifiedName)
ParameterTypeDescription
packageURIStringThe package URI.
qualifiedNameStringName of the qualified.

Return Value

The Element.

See Also