Salesforce B2C Commerce 23.5 > B2C Commerce API > B2C Commerce Script > dw.io
dw.io
Class XMLStreamConstants
Object
dw.io.XMLStreamConstants
Useful constants for working with XML streams.
Constants
ATTRIBUTE  :  Number = 10
Represents an attribute in an element.
CDATA  :  Number = 12
Represents a CDATA section in an element.
CHARACTERS  :  Number = 4
Represents the character data in an XML document.
COMMENT  :  Number = 5
Represents a comment in an XML document.
DTD  :  Number = 11
Represents the document type definition.
END_DOCUMENT  :  Number = 8
Represents the end of an XML document.
END_ELEMENT  :  Number = 2
Represents the end of an element in an XML document.
ENTITY_DECLARATION  :  Number = 15
Represents the entity declaration in an XML document.
ENTITY_REFERENCE  :  Number = 9
Represents an entity reference in an XML document.
NAMESPACE  :  Number = 13
Represents a namespace declaration in an XML document.
NOTATION_DECLARATION  :  Number = 14
Represents the notation declaration in an XML document.
PROCESSING_INSTRUCTION  :  Number = 3
Represents processing instruction in an XML document.
SPACE  :  Number = 6
Represents a space in an XML document.
START_DOCUMENT  :  Number = 7
Represents the start of an XML document.
START_ELEMENT  :  Number = 1
Represents the start of an element in an XML document.
Properties
Constructor Summary
Method Summary
Methods inherited from class Object
Constructor Detail
XMLStreamConstants
public XMLStreamConstants()

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.