Smalltalk/X WebserverDocumentation of class 'XML::SAXWriter': | |
Class: SAXWriter (in XML)Inheritance:Object | +--XML::SAXDriver | +--XML::SAXWriter
Description:SAXWriter is a kind of SAXDriver that converts SAX events back into textutal XML documents. Instance Variables: attrMap <Dictionary> Lists the characters that are not allowed to appear literally in attributes, and maps them to their quoted form. hasOpenTag <Boolean> True if we are inside an element that has no content as yet. This allows us to know when we reach the end tag whether we can write the element as <x/> rather than <x></x>. newNamespaces <nil | Dictionary> Maps namespace qualifiers to URIs, for namespaces which the current element defines differently than its parent. normalizeText <Boolean> Should be true in almost all cases--can be false only if the "XML" document being parsed is actually not XML, in which case it may be legal to not quote characters such as $<. notations <Collection> List of notations defined in the document being parsed. output <Stream> Stream on which the XML is rendered as text. textMap <Dictionary> Lists the characters that are not allowed to appear literally in text, and maps them to their quoted form. Instance protocol:DTD handler content handler
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:33:01 GMT |