OSFI-Python  3.9.2
OpenSF Integration Library
OSFI.Parameter.ArrayNode Class Reference

Public Member Functions

def __init__ (self, val)
 
def parseAs (self, paramType, indices=())
 
def parseAsFlattened (self, paramType)
 

Public Attributes

 elems
 
 children
 

Detailed Description

Represents a structure of unparsed values in a parameter of type ARRAY.
It may contain either a list of children ArrayNodes; or a tuple of the
declared size and unparsed text of the leaf node, which may be None for
zero-sized nodes.

The documentation for this class was generated from the following file: