Method |
Description |
|
Create ( IDictionaryAdapter adapter, Type type, IDictionary dictionary, XPathAdapter xpathAdapter ) : object |
|
|
EnsureOffRoot ( ) : XPathNavigator |
|
|
EvaluateProperty ( string key, PropertyDescriptor property, IDictionaryAdapter dictionaryAdapter ) : XPathResult |
|
|
GetEffectiveContext ( IDictionaryAdapter dictionaryAdapter ) : XPathContext |
|
|
IDictionaryCopyStrategy ( IDictionaryAdapter source, IDictionaryAdapter target, bool>.Func &selector ) : bool |
|
|
IDictionaryCreateStrategy ( IDictionaryAdapter adapter, Type type, IDictionary dictionary ) : object |
|
|
IDictionaryInitializer ( IDictionaryAdapter dictionaryAdapter, object behaviors ) : void |
|
|
IDictionaryPropertyGetter ( IDictionaryAdapter dictionaryAdapter, string key, object storedValue, PropertyDescriptor property, bool ifExists ) : object |
|
|
IDictionaryPropertySetter ( IDictionaryAdapter dictionaryAdapter, string key, object &value, PropertyDescriptor property ) : bool |
|
|
IsNullableType ( Type type, Type &underlyingType ) : bool |
|
|
IsVolatileProperty ( IDictionaryAdapter dictionaryAdapter, PropertyDescriptor property ) : bool |
|
|
MoveOffRoot ( XPathNavigator source, XPathNodeType to ) : bool |
|
|
ReadArray ( XPathResult result, IDictionaryAdapter dictionaryAdapter ) : object |
|
|
ReadCollection ( XPathResult result, bool ifExists, IDictionaryAdapter dictionaryAdapter ) : object |
|
|
ReadComponent ( XPathResult result, bool ifExists, IDictionaryAdapter dictionaryAdapter ) : object |
|
|
ReadCustom ( XPathResult result, object &value ) : bool |
|
|
ReadFragment ( XPathResult result ) : object |
|
|
ReadList ( XPathResult result, IDictionaryAdapter dictionaryAdapter ) : object |
|
|
ReadProperty ( XPathResult result, bool ifExists, IDictionaryAdapter dictionaryAdapter ) : object |
|
|
ReadSimple ( XPathResult result ) : object |
|
|
ShouldIgnoreProperty ( PropertyDescriptor property ) : bool |
|
|
WriteArray ( XPathResult result, object value, IDictionaryAdapter dictionaryAdapter ) : void |
|
|
WriteCollection ( XPathResult result, object &value, IDictionaryAdapter dictionaryAdapter ) : void |
|
|
WriteComponent ( XPathResult result, object &value, IDictionaryAdapter dictionaryAdapter ) : void |
|
|
WriteCustom ( XPathResult result, object value, IDictionaryAdapter dictionaryAdapter ) : bool |
|
|
WriteFragment ( XPathResult result, IXPathNavigable value ) : void |
|
|
WriteList ( XPathResult result, object value, IDictionaryAdapter dictionaryAdapter ) : void |
|
|
WriteProperty ( XPathResult result, object &value, IDictionaryAdapter dictionaryAdapter ) : void |
|
|
WriteSimple ( XPathResult result, object value, IDictionaryAdapter dictionaryAdapter ) : void |
|
|