Module base abstract (baseabs)
- Depends on: none
- Member of the default grove plan
No normalisation rulesNo additional propertiesNode classes: |
Node class sgml document (sgmldoc)
The parsed SGML document or subdocument. The root of the grove.
sgml constants (sgmlcsts) | Node (subnode)
| | |
---|
application information (application info, appinfo) | String | Application information provided by the SGML declaration. | |
---|
prolog | Node list (subnode)
| | |
---|
epilog | Node list (subnode)
| Other prolog following the document instance.
| |
---|
Node class sgml constants (sgmlcsts)
A holding pen for selected nodes intrinsic to all SGML documents,
which may be needed as irefnodes elsewhere.
Note
This has no properties unless the srabs (shortref abstract)
or linkabs (link abstract) modules are included.
Node class attribute assignment (attasgn)
An attribute assignment, whether specified or defaulted.
Note
In the base module because of data attributes.
value | Node list (subnode)
| | If the attribute value is tokenized, the children are of type attvaltk;
otherwise, they are of the other allowed types. |
---|
name | String | | |
---|
implied | Boolean | True if and only if the attribute is an impliable attribute
for which there is no attribute specification.
| |
---|
token separator (token sep, tokensep) | Character | The separator between the tokens of the value. Always equal
to the SPACE character in the concrete syntax. | |
---|
Node class attribute value token (attvaltk)
Node class data character (data char, datachar)
character (char) | Character | The character returned by the parser to the application. | |
---|
non sgml bit combination (nonsgml) | Integer | | |
---|
Node class internal specific character data entity reference result (sdata)
system data (sysdata) | String | | The replacement text of a specific character data entity is treated
as system data when referenced.
|
---|
character (char) | Character | The character associated with the SDATA entity by the map-sdata-entity
architectural form. | |
---|
Node class processing instruction (pi)
Processing instruction.
system data (sysdata) | String | | |
---|