XmlNodeAccessor public abstract class XmlNodeAccessor : XmlAccessor, IXmlKnownType, IXmlIdentity, IXmlKnownTypeMap Documentation Code protected static readonly StringComparer NameComparer protected IXmlKnownTypeMap KnownTypes { get; } public XmlName Name { get; } protected XmlNodeAccessor(Type type, IXmlContext context) protected XmlNodeAccessor(string name, Type type, IXmlContext context) protected void ConfigureKnownTypesFromAttributes<T>(IEnumerable<T> attributes, IXmlBehaviorSemantics<T> semantics) protected void ConfigureKnownTypesFromParent(XmlNodeAccessor accessor) protected void ConfigureLocalName(string localName) protected void ConfigureNamespaceUri(string namespaceUri) protected virtual bool IsMatch(IXmlIdentity xmlIdentity) protected virtual bool IsMatch(Type clrType) public bool TryGet(IXmlIdentity xmlName, out IXmlKnownType knownType) public bool TryGet(Type clrType, out IXmlKnownType knownType)