Overload List
| Name | Description | |
|---|---|---|
| FindExtensions(String, String) |
Finds all ExtensionElement based on it's local name
and it's namespace. If namespace is NULL, allwhere
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
(Inherited from AtomBase.) | |
| FindExtensions(String, String, ExtensionList) |
Finds all ExtensionElement based on it's local name
and it's namespace. If namespace is NULL, allwhere
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
(Inherited from AtomBase.) |