ParserField Interface Reference

Inherits INativeObject.

Properties

string Name [get]
 
NSObject Parsed [get]
 
string RawString [get]
 

Detailed Description

A particular field of the parsed result.

Property Documentation

string Name
get

The name of the field.

Since
5.5.0
NSObject Parsed
get

The parsed representation of the data contained in this field.

If no parsed representation is available for the field, this property is nil. Use SPLField.rawString to retrieve the data for these fields.

Since
5.5.0
string RawString
get

Raw substring of the original code containing the field data.

For fields that are inferred and do not have a direct correspondence to a particular part of the string, the string is set to an empty string.

Since
5.5.0