E-Banking Integrator V4 - Online Help
E-Banking Integrator V4
Questions / Feedback?

OFXAggregate Class

Properties   Methods   Events   Configuration Settings   Errors  

The OFXAggregate component supports parsing of XML aggregates that can be retrieved from other components.

Class Name

InEBank_OFXAggregate

Procedural Interface

 inebank_ofxaggregate_open();
 inebank_ofxaggregate_close($res);
 inebank_ofxaggregate_register_callback($res, $id, $function);
 inebank_ofxaggregate_get_last_error($res);
 inebank_ofxaggregate_get_last_error_code($res);
 inebank_ofxaggregate_set($res, $id, $index, $value);
 inebank_ofxaggregate_get($res, $id, $index);
 inebank_ofxaggregate_do_config($res, $configurationstring);
 inebank_ofxaggregate_do_hasxpath($res, $xpath);

Remarks

The OFXAggregate class supports simple XML aggregate traversal functionality. Simply set the Aggregate property to the value received from any aggregate property of any class in the package (e.g. the TxAggregate property from BankStatement or CCStatement). You can then use XPath to walk the Document Object Model (DOM) tree.

Property List


The following is the full list of the properties of the class with short descriptions. Click on the links for further details.

AggregateThe full text of the current aggregate.
NamespaceCountThe number of records in the Namespace arrays.
NamespacePrefixThe Prefix for the Namespace .
NamespaceURINamespace URI associated with the corresponding Prefix .
XChildrenCountThe number of records in the XChild arrays.
XChildNameThe Name property provides the local name (without prefix) of the element.
XChildNamespaceNamespace of the element.
XChildPrefixPrefix of the element (if any).
XChildXTextThe inner text of the element.
XElementThe name of the current element.
XNamespaceThe namespace of the current element.
XParentThe parent of the current element.
XPathProvides a way to point to a specific element in the document.
XPrefixThe prefix of the current element.
XTextThe text of the current element.

Method List


The following is the full list of the methods of the class with short descriptions. Click on the links for further details.

ConfigSets or retrieves a configuration setting .
HasXPathChecks whether a certain XPath exists inside the aggregate.

Event List


The following is the full list of the events fired by the class with short descriptions. Click on the links for further details.

Configuration Settings


The following is a list of configuration settings for the class with short descriptions. Click on the links for further details.

IgnoreBadAttributePrefixesIf true, bad (unknown) attribute prefixes are ignored.
IgnoreBadElementPrefixesIf true, bad (unknown) element prefixes are ignored.
CacheContentIf true, the original XML is saved in a buffer.
ErrorOnEmptyAttrIf true, passing an invalid attribute to the Attr method will throw an exception.
PreserveWhitespaceIf true, leading and trailing whitespace in element text is preserved.
CodePageThe system code page used for Unicode to Multibyte translations.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0