objectValue
Returns the object value of the receiver.
Declaration
var objectValue: Any? { get set }Return Value
The object value of the receiver, which may be the same as the value returned by stringValue. For nodes without content (for example, document nodes), this method returns the string value, or an empty string if there is no string value.