dom Info
Type: Object
How to get domInfo?
JavaScript
import domInfo from 'fontoxml-dom-utils/src/domInfo.js'
Deprecated!
Try to use XPaths instead.
The domInfo utility contains helper functions to identify XML DOM node types.
Properties
is Character Data
Type: isCharacterData
is Comment
Type: isComment
is Document
Type: isDocument
is Document Fragment
Type: isDocumentFragment
is Document Type
Type: isDocumentType
is Element
Type: isElement
is Processing Instruction
Type: isProcessingInstruction
is Text Node
Type: isTextNode