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] ... |