Overview
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | XML_NS_PREFIX | String | ![]() |
The official XML Namespace prefix. ![]() The official XML Namespace prefix. Defined by the XML specification to be "
See Also:
Profile: common |
|||
public | XML_NS_URI | String | ![]() |
The official XML Namespace name URI. ![]() The official XML Namespace name URI. Defined by the XML specification to be
"
See Also:
Profile: common |
|||
public | XML_VERSION | String | ![]() |
The default XML version. ![]() The default XML version. Profile: common |
|||
public | XMLNS_ATTRIBUTE | String | ![]() |
The official XML attribute used for specifying XML Namespace declarations. ![]() The official XML attribute used for specifying XML Namespace declarations. It is NOT valid to use as a
prefix. Defined by the XML specification to be
"
See Also:
Profile: common |
|||
public | XMLNS_ATTRIBUTE_NS_URI | String | ![]() |
The official XML attribute used for specifying XML Namespace declarations, XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI. ![]() The official XML attribute used for specifying XML Namespace declarations, XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI. Defined by the XML specification to be
"
See Also:
Profile: common |