| ParserParseValue Method |
Retrieves the next value token from the tokenizer and appends it
to the supplied element owner.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void ParseValue(
HoconValue owner,
string currentPath
)
member ParseValue :
owner : HoconValue *
currentPath : string -> unit
Parameters
- owner
- Type: Akka.Configuration.HoconHoconValue
The element to append the next token. - currentPath
- Type: SystemString
The location in the HOCON object hierarchy that the parser is currently reading.
Exceptions Exception | Condition |
---|
Exception | This exception is thrown if the end of the file has been reached while trying to read a value. |
See Also