Smalltalk/X WebserverDocumentation of class 'XML::Notation': | |
Class: Notation (in XML)Inheritance:Object | +--XML::Node | +--XML::Notation
Description:This class represents an XML Notation declaration. Notations are XML nodes which identify by name the format of unparsed entities, the format of elements which bear a notation attribute or the application to which a processing instruction is addressed. Notations are delimited by the start-tag '<!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!NOTATION' and end-tag '>' The name instance variable provides a name or identifier for the notation, for use in entity and attribute specifications. The publicID instance variable provides an external identifier which allows the XML processor or the client application to locate a helper application capable of processing data in the given notation. The systemID variable allows the parser to optionally resolve the publicID into the system identifier, file name, or other information needed to allow the application to call a processor for data in the notation. Instance Variables: name <XML.NodeTag> publicID <String | XML.URIResolver> systemID <String | XML.URIResolver> Instance protocol:accessing initialization visiting
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 21 Dec 2024 17:10:41 GMT |