Smalltalk/X WebserverDocumentation of class 'XML::NodeTag': | |
Class: NodeTag (in XML)Inheritance:Object | +--XML::NodeTag
Description:In XML all elements or nodes are delimited by start and end tags (or empty-element tags) and instances of this class are used to represent the name which appears in those tags. The name is composed of a simple type name Instance Variables: namespace <String> URI of the (XML) namespace of the element or attribute type <String> Name of tag, used to indicate element type, within the chosen namespace qualifier <String> type qualifier of the original XML document. Two NodeTags are considered equivalent if their namespace and type are equal, even if the qualifiers are different. This is primarily used only if it is desired to store the XML Document as a serialized string again. Qualiofiers are used with xmlns and xmlns:foo attributes to discover the namespace of the NodeTag. Instance protocol:accessing comparing
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:29:04 GMT |