| 747 | * when {@link X2jOptions.captureMetaData} is true. |
| 748 | */ |
| 749 | export interface XMLMetaData { |
| 750 | /** The index, if available, of the character where the XML node began in the input stream. */ |
| 751 | startIndex?: number; |
| 752 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…