Method | Description | |
---|---|---|
NamespaceTable ( ) : System |
Creates an empty collection.
|
|
NamespaceTable ( IEnumerable |
Copies a list of strings.
|
|
NamespaceTable ( bool shared ) : System |
Creates an empty collection which is marked as shared.
|
|
Update ( IEnumerable |
Updates the table of namespace uris.
|
public NamespaceTable ( IEnumerable |
||
namespaceUris | IEnumerable |
|
return | System |
public NamespaceTable ( bool shared ) : System | ||
shared | bool | |
return | System |
public Update ( IEnumerable |
||
namespaceUris | IEnumerable |
|
return | void |