X12 Integrator V9 - Online Help
X12 Integrator V9
Questions / Feedback?

BuildDOM Property

When True, an internal object model of the EDI document is created.

Syntax

[VB.NET]
Public Property BuildDOM As EdireaderBuildDOMs

[C#]
public EdireaderBuildDOMs BuildDOM {get; set;}

enum EdireaderBuildDOMs { bdEntireDocument, bdInterchange, bdTransaction, bdNone }

Remarks

Set BuildDOM to bdEntireDocument (0) when you need to browse the current document through XPath.

Use bdInterchange (1) when parsing large documents to tell the component to only hold an internal object model of the current Interchange being parsed. When this value is used, and a new Interchange is encountered during parsing, the old interchange is cleared from memory. If the input contains a single Interchange, this is equivalent to using bdEntireDocument.

Use bdTransaction (2) when parsing large documents to tell the component to only hold an internal object model of the current transaction being parsed. When this value is used, and a new transaction is encountered during parsing, the old transaction is cleared from memory.

A value of bdNone (3) will tell the component to not save any internal state of the document being parsed, and thus XPath will be unavailable.

Default Value

0

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0