Constant Field Values
Contents
org.codehaus.*
-
org.codehaus.plexus.util.xml.ReaderFactory Modifier and Type Constant Field Value public static final StringISO_8859_1"ISO-8859-1"public static final StringUS_ASCII"US-ASCII"public static final StringUTF_16"UTF-16"public static final StringUTF_16BE"UTF-16BE"public static final StringUTF_16LE"UTF-16LE"public static final StringUTF_8"UTF-8" -
org.codehaus.plexus.util.xml.WriterFactory Modifier and Type Constant Field Value public static final StringISO_8859_1"ISO-8859-1"public static final StringUS_ASCII"US-ASCII"public static final StringUTF_16"UTF-16"public static final StringUTF_16BE"UTF-16BE"public static final StringUTF_16LE"UTF-16LE"public static final StringUTF_8"UTF-8" -
org.codehaus.plexus.util.xml.XmlUtil Modifier and Type Constant Field Value public static final intDEFAULT_INDENTATION_SIZE2 -
org.codehaus.plexus.util.xml.XmlWriterUtil Modifier and Type Constant Field Value public static final intDEFAULT_COLUMN_LINE80public static final intDEFAULT_INDENTATION_SIZE2 -
org.codehaus.plexus.util.xml.Xpp3Dom Modifier and Type Constant Field Value public static final StringCHILDREN_COMBINATION_APPEND"append"public static final StringCHILDREN_COMBINATION_MERGE"merge"public static final StringCHILDREN_COMBINATION_MODE_ATTRIBUTE"combine.children"public static final StringDEFAULT_CHILDREN_COMBINATION_MODE"merge"public static final StringDEFAULT_SELF_COMBINATION_MODE"merge"public static final StringSELF_COMBINATION_MERGE"merge"public static final StringSELF_COMBINATION_MODE_ATTRIBUTE"combine.self"public static final StringSELF_COMBINATION_OVERRIDE"override"public static final StringSELF_COMBINATION_REMOVE"remove" -
org.codehaus.plexus.util.xml.Xpp3DomUtils Modifier and Type Constant Field Value public static final StringCHILDREN_COMBINATION_APPEND"append"public static final StringCHILDREN_COMBINATION_MERGE"merge"public static final StringCHILDREN_COMBINATION_MODE_ATTRIBUTE"combine.children"public static final StringDEFAULT_CHILDREN_COMBINATION_MODE"merge"public static final StringDEFAULT_SELF_COMBINATION_MODE"merge"public static final StringID_COMBINATION_MODE_ATTRIBUTE"combine.id"public static final StringKEYS_COMBINATION_MODE_ATTRIBUTE"combine.keys"public static final StringSELF_COMBINATION_MERGE"merge"public static final StringSELF_COMBINATION_MODE_ATTRIBUTE"combine.self"public static final StringSELF_COMBINATION_OVERRIDE"override"
-
org.codehaus.plexus.util.xml.pull.MXSerializer Modifier and Type Constant Field Value protected final StringFEATURE_NAMES_INTERNED"http://xmlpull.org/v1/doc/features.html#names-interned"protected final StringFEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE"http://xmlpull.org/v1/doc/features.html#serializer-attvalue-use-apostrophe"protected static final StringPROPERTY_LOCATION"http://xmlpull.org/v1/doc/properties.html#location"protected final StringPROPERTY_SERIALIZER_INDENTATION"http://xmlpull.org/v1/doc/properties.html#serializer-indentation"protected final StringPROPERTY_SERIALIZER_LINE_SEPARATOR"http://xmlpull.org/v1/doc/properties.html#serializer-line-separator"protected static final StringXML_URI"http://www.w3.org/XML/1998/namespace"protected static final StringXMLNS_URI"http://www.w3.org/2000/xmlns/" -
org.codehaus.plexus.util.xml.pull.XmlPullParser Modifier and Type Constant Field Value public static final intCDSECT5public static final intCOMMENT9public static final intDOCDECL10public static final intEND_DOCUMENT1public static final intEND_TAG3public static final intENTITY_REF6public static final StringFEATURE_PROCESS_DOCDECL"http://xmlpull.org/v1/doc/features.html#process-docdecl"public static final StringFEATURE_PROCESS_NAMESPACES"http://xmlpull.org/v1/doc/features.html#process-namespaces"public static final StringFEATURE_REPORT_NAMESPACE_ATTRIBUTES"http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes"public static final StringFEATURE_VALIDATION"http://xmlpull.org/v1/doc/features.html#validation"public static final intIGNORABLE_WHITESPACE7public static final StringNO_NAMESPACE""public static final intPROCESSING_INSTRUCTION8public static final intSTART_DOCUMENT0public static final intSTART_TAG2public static final intTEXT4