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 charattributeAssignstatic charattributesEndstatic charattributesSeparatorstatic charattributesStartstatic charattributeValueDoubleQuotestatic charattributeValueSingleQuotestatic java.lang.StringcommentEndstatic java.lang.StringcommentStartstatic charcommentSymbolstatic charescapeCharacterstatic charnamespaceSeparatorstatic charnameValueSeparatorstatic java.lang.StringnewLinestatic charnodeEndstatic charnodeEndTagSymbolstatic charnodeStart
-
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
-
-