![]() |
Smalltalk/X WebserverDocumentation of class 'XML::Document': |
|
Class: Document (in XML)Inheritance:Object | +--XML::Node | +--XML::Document | +--XML::DocumentFragment
Description:This class represents an XML document entity and serves as the root of the document entity tree. Each XML document has one entity (root) called the document entity, which serves as the starting point for the XML processor and may contain the whole document (nodes collection). According to the XML 1.0 specification, XML documents may and should begin with an XML declaration which specifies the version of XML (xmlVersion instance variable) being used. The XML document type declaration which must appear before the first element in a document contains or points to markup declarations that provide the grammar for this document. This grammar is known as document type definition (dtd instance variable). An XML document is valid if it has an associated document type declaration and if the document complies with the constraints expressed in it. If the document type declaration is not present, the document can be at most well formed. Instance Variables: root <XML.Node> nodes <Collection> xmlVersion <String> Version of the XML specification to which the document is conformant dtd <XML.DocumentType> Associated document type definition ids <Dictionary> Class protocol:instance creationInstance protocol:IDs accessing
|
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 07 Dec 2023 10:21:56 GMT
|