Element Information Items
An Element Information Item holds the most frequently needed data in an XML document. There is one top-level element, associated with the Document Information Item, and all but a handful of information items are its descendants.
This information item starts with a
ContentHandler.startElement() call, and
ends with a ContentHandler.endElement() call.
|
Property |
Callbacks |
Explanation |
|---|---|---|
|
[namespace name] |
|
|
|
[local name] |
|
|
|
[prefix] |
|
The QName (namespace-prefixed name) includes any
prefix available; for example, a QName
|
|
[children] |
|
See the sections for each type of information item: Element, Processing Instruction, Unexpanded Entity Ref, Character, Comment. |
|
[attributes] |
|
When the [namespace attributes] property
value is accessible, both groups of attributes are
intermixed. Values that are |
|
[namespace attributes] |
|
If the namespace-prefixes feature flag is true, these attributes are mixed with the [attributes] ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access