Finds a specific ExtensionElement based on it's local name
and it's namespace. If namespace is NULL, the first one where
the localname matches is found. If there are extensionelements that do
not implment ExtensionElementFactory, they will not be taken into account
Primary use of this is to find XML nodes
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public IExtensionElementFactory FindExtension( string localName, string ns ) |
| Visual Basic (Declaration) |
|---|
Public Function FindExtension ( _ localName As String, _ ns As String _ ) As IExtensionElementFactory |
| Visual C++ |
|---|
public: virtual IExtensionElementFactory^ FindExtension( String^ localName, String^ ns ) sealed |
Parameters
- localName
- Type: System..::.String
the xml local name of the element to find
- ns
- Type: System..::.String
the namespace of the elementToPersist