Package dev.pxml.core
Class Constants
- java.lang.Object
-
- dev.pxml.core.Constants
-
public class Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static char
attributeAssign
static char
attributesEnd
static char
attributesSeparator
static char
attributesStart
static char
attributeValueDoubleQuote
static char
attributeValueSingleQuote
static java.lang.String
commentEnd
static java.lang.String
commentStart
static char
commentSymbol
static char
escapeCharacter
static char
namespaceSeparator
static char
nameValueSeparator
static java.lang.String
newLine
static char
nodeEnd
static char
nodeEndTagSymbol
static char
nodeStart
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
nodeStart
public static final char nodeStart
- See Also:
- Constant Field Values
-
nodeEnd
public static final char nodeEnd
- See Also:
- Constant Field Values
-
namespaceSeparator
public static final char namespaceSeparator
- See Also:
- Constant Field Values
-
nameValueSeparator
public static final char nameValueSeparator
- See Also:
- Constant Field Values
-
nodeEndTagSymbol
public static final char nodeEndTagSymbol
- See Also:
- Constant Field Values
-
attributesStart
public static final char attributesStart
- See Also:
- Constant Field Values
-
attributesEnd
public static final char attributesEnd
- See Also:
- Constant Field Values
-
attributeAssign
public static final char attributeAssign
- See Also:
- Constant Field Values
-
attributeValueDoubleQuote
public static final char attributeValueDoubleQuote
- See Also:
- Constant Field Values
-
attributeValueSingleQuote
public static final char attributeValueSingleQuote
- See Also:
- Constant Field Values
-
attributesSeparator
public static final char attributesSeparator
- See Also:
- Constant Field Values
-
commentStart
public static final java.lang.String commentStart
- See Also:
- Constant Field Values
-
commentEnd
public static final java.lang.String commentEnd
- See Also:
- Constant Field Values
-
commentSymbol
public static final char commentSymbol
- See Also:
- Constant Field Values
-
escapeCharacter
public static final char escapeCharacter
- See Also:
- Constant Field Values
-
newLine
public static final java.lang.String newLine
-
-