Class XmlSource
Provides the ability to extract elements from an XElement object.
Implements
Namespace: UnityEngine.Localization.SmartFormat.Extensions
Assembly: solution.dll
Syntax
[Serializable]
public class XmlSource : ISource
Constructors
| Name | Description |
|---|---|
| XmlSource(SmartFormatter) | Creates a new instance of the source. |
Methods
| Name | Description |
|---|---|
| TryEvaluateSelector(ISelectorInfo) | Evaluates the ISelectorInfo based on the CurrentValue. If this extension cannot evaluate the Selector, returns False. Otherwise, sets the Result and returns true. |