Returns true if code page conversion should be performed on incoming streams prior to parsing. The default value is
true.
Sets a boolean attribute, aBoolean, that determines whether code page conversion should be performed on incoming streams. The default value is
true.
Returns true if the external DTD resources are to be looked up in an internal cache. The default is
true. When this value is
false, validating parsers will always parse the external DTD subset. This option does not automatically add DTD resources to the cache. This option determines whether objects existing in the cache are used. Application logic can add DTD objects to the cache using the
#addToXmlObjectCache selector of the DTD.
Sets a boolean attribute, aBoolean, to
true if external DTD resources are to be looked up in an internal cache. The default is
true. When this value is
false, validating parsers will always parse the external DTD subset. This option does not automatically add DTD resources to the cache. This option determines whether objects existing in the cache are used. Application logic can add DTD objects to the cache using the
#addToXmlObjectCache selector of the DTD.
Returns true if the parser should perform validation according to the XML specification.
Sets a boolean attribute, aBoolean, that determines whether the parser should perform validation according to the XML specification. The
validate attribute must be set prior to sending the
#parse: message. Changing the
validate attribute after parsing has begun will have no effect on whether or not the parser performs validation.
When the parser property #decodingEnabled is set to
true, the VA Smalltalk code page conversion APIs perform code page conversion on the incoming XML streams. To override the routine that performs code page conversion at runtime, use the following Smalltalk code:
The #codePageConverter object decodes incoming streams and converts them to the code page of the image. The
#codePageConverter object must understand the
#convertStream:withEncoding: message.
Copyright 2005, 2018 Instantiations, Inc. All rights reserved.