NamedNodeMapGetNamedItemNS Method |
Retrieves a node specified by local name and namespace URI.
Namespace: Aspose.Html.CollectionsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic Attr GetNamedItemNS(
string namespaceURI,
string localName
)
Public Function GetNamedItemNS (
namespaceURI As String,
localName As String
) As Attr
public:
Attr^ GetNamedItemNS(
String^ namespaceURI,
String^ localName
)
member GetNamedItemNS :
namespaceURI : string *
localName : string -> Attr
Parameters
- namespaceURI
- Type: SystemString
The namespace URI. - localName
- Type: SystemString
Name of the local.
Return Value
Type:
AttrReturns node.
See Also