NodeConsts

Properties

Link copied to clipboard
const val ATTRIBUTE_NODE: Short = 2

The node is an Attr.

Link copied to clipboard
const val CDATA_SECTION_NODE: Short = 4

The node is a CDATASection.

Link copied to clipboard
const val COMMENT_NODE: Short = 8

The node is a Comment.

Link copied to clipboard

The node is a DocumentFragment.

Link copied to clipboard
const val DOCUMENT_NODE: Short = 9

The node is a Document.

Link copied to clipboard
const val DOCUMENT_TYPE_NODE: Short = 10

The node is a DocumentType.

Link copied to clipboard
const val ELEMENT_NODE: Short = 1

The node is an Element.

Link copied to clipboard

The node is a ProcessingInstruction.

Link copied to clipboard
const val TEXT_NODE: Short = 3

The node is a Text node.