| Constant | Defined By | ||
|---|---|---|---|
| ATTRIBUTE : String = attribute [static] | XmlNodeKind | ||
| COMMENT : String = comment [static] | XmlNodeKind | ||
| ELEMENT : String = element [static] | XmlNodeKind | ||
| PROCESSING_INSTRUCTION : String = processing-instruction [static] | XmlNodeKind | ||
| TEXT : String = text [static] | XmlNodeKind | ||
| ATTRIBUTE | Constant |
public static const ATTRIBUTE:String = attribute| COMMENT | Constant |
public static const COMMENT:String = comment| ELEMENT | Constant |
public static const ELEMENT:String = element| PROCESSING_INSTRUCTION | Constant |
public static const PROCESSING_INSTRUCTION:String = processing-instruction| TEXT | Constant |
public static const TEXT:String = text