USADriveIdJurisdSubfile
Contents
[
Hide
]USADriveIdJurisdSubfile class
Class for Jurisdiction specific fields for USA DL
new USADriveIdJurisdSubfile()
Methods
| Name | Description |
|---|---|
| addOrReplace(id, value) | Adds a new DataElement with the specified identifier and value, or replaces the existing element if an entry with the sa |
| addOrReplaceNode(node) | Adds new DataElement or replaces it if ElementID already exists. |
| clear() | Clears all data elements |
| findDataElement(id, isOpenOrCreate) | Searches for data element by 3-letter id |
| get(indexOrId) | Gets a data element by its index or 3-letter ID. |
| insert(index, node) | Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will b |
| remove(indexOrId) | Tries to remove an element by its index or 3-letter ID. |
| set(indexOrId, value) | Sets a data element by its index or 3-letter ID. |
| size() | Returns number of data elements |