E-Banking Integrator 2016 Java Edition
E-Banking Integrator 2016 Java Edition
Questions / Feedback?

OFXAggregate Bean

Properties   Methods   Events   Configuration Settings   Errors  

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

Syntax

InEBank.Ofxaggregate

Remarks

The OFXAggregate bean supports simple XML aggregate traversal functionality. Simply set the Aggregate property to the value received from any aggregate property of any bean 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 bean with short descriptions. Click on the links for further details.

AggregateThe full text of the current aggregate.
NamespacesCollection of namespaces in the current namespace stack.
XChildrenCollection of child elements of the current 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 bean 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 bean with short descriptions. Click on the links for further details.

Configuration Settings


The following is a list of configuration settings for the bean 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.
GUIAvailableTells the component whether or not a message loop is available for processing events.
UseDaemonThreadsWhether threads created by the component are daemon threads.
UseInternalSecurityAPITells the component whether or not to use the system security libraries or an internal implementation.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
E-Banking Integrator 2016 Java Edition - Version 16.0 [Build 7239]