FOM Reference > Application > Datatypes > fSearchStreamPos interface
fSearchStreamPos interface
A position within a text stream matching search criteria.
foundPos attribute
This is the offset within the stream of a found position.
foundPos
Access
read-only
Returns
int
foundString attribute
The actual string that was found based on the input after resolving regular expressions and escaping for special characters.
foundString
Access
read-only
Returns
String
foundXMLNode attribute
If the stream contains XML, this is is fxNode object for the node within the XML tree at the found position.
foundXMLNode
Access
read-only
Returns
fxNode
source attribute
If the stream contains XML, this is is fxNode object for the node within the XML tree at the found position.
source
Access
read-only
Returns
fStream
Was this helpful?