XmlIdResolutionTable
Namespace: Lacuna.Pki.Xml
Assembly: Lacuna.Pki
Class
public class XmlIdResolutionTable
Hierarquia: object → XmlIdResolutionTable
Construtores
XmlIdResolutionTable(bool)
public XmlIdResolutionTable(bool includeXmlIdGlobalAttribute = true)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
includeXmlIdGlobalAttribute | bool |
Métodos
AddGlobalIdAttribute(string, string)
Specify an attribute to be globally considered as the ID attribute. This rule has less precedence than rules set with the SetElementIdAttribute method.
public void AddGlobalIdAttribute(string idAttributeLocalName, string idAttributeNamespace = null)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
idAttributeLocalName | string | Name of the attribute (e.g.: "id") |
idAttributeNamespace | string | Namespace URI of the attribute. If null, the attribute is regarded as having no namespace. The special value "xml" may be used to represent the http://www.w3.org/XML/1998/namespace namespace. |
SetElementIdAttribute(string, string, string, string)
Specify the attribute to be considered as the ID attribute for a certain element. This rule takes precedence over a global ID attribute specified with the SetGlobalIdAttribute method.
public void SetElementIdAttribute(string elementLocalName, string elementNamespace, string idAttributeLocalName, string idAttributeNamespace = null)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
elementLocalName | string | |
elementNamespace | string | |
idAttributeLocalName | string | |
idAttributeNamespace | string |
Membros herdados
ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()