Return type:
Applies to:
START-ELEMENT ( name , namespace-URI , SAX-attributes-handle )A CHARACTER or LONGCHAR evaluating to the URI of the element, or an empty string ("") or the Unknown value (?) if the element doesn’t contain a namespace. If the handle is the Unknown value (?), then no attributes are added. If the handle is not valid or not a SAX-attributes object, then the method fails and returns FALSE.If namespace-URI is present, then the prefix will be resolved in the following order:If the name contains a prefix, namespace-URI is present, and this is the first instance of the namespace-URI, then the namespace is added to the element. This technique is equivalent to calling the DECLARE-NAMESPACE( ) method.If only the name is present and it contains a prefix, then the SAX-writer attempts to resolve the prefix to a namespace.If the SAX-attributes-handle is supplied, then attributes are written out after the name of the element, in the order that they are indexed in the SAX-attributes object. If they contain namespace information, then that information is handled as if the attribute were added using the INSERT-ATTRIBUTE( ) method.
See also:
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |