Constant Field Values
Contents
<Unnamed>.*
-
BestDeal Modifier and Type Constant Field Value protected static final java.lang.StringMESSAGE"The best deal is proposed by {0}. A(n) {1} delivered in {2,number,integer} days for {3,number,currency}"protected static final java.lang.StringNAMESPACE_URI"http://www.psol.com/xbe2/listing8.3" -
MyXmlPullApp Modifier and Type Constant Field Value public static final java.lang.StringSAMPLE_XML"<?xml version=\"1.0\"?>\n\n<poem xmlns=\"http://www.megginson.com/ns/exp/poetry\">\n<title>Roses are Red</title>\n<l>Roses are red,</l>\n<l>Violets are blue;</l>\n<l>Sugar is sweet,</l>\n<l>And I love you.</l>\n</poem>" -
MyXmlWriteApp Modifier and Type Constant Field Value private static final java.lang.StringNAMESPACE"http://www.megginson.com/ns/exp/poetry" -
Roundtrip Modifier and Type Constant Field Value private static final java.lang.StringPROPERTY_SERIALIZER_INDENTATION"http://xmlpull.org/v1/doc/properties.html#serializer-indentation"private static final java.lang.StringPROPERTY_XMLDECL_STANDALONE"http://xmlpull.org/v1/doc/features.html#xmldecl-standalone" -
XmlCompare Modifier and Type Constant Field Value protected static final java.lang.StringFEATURE_XML_ROUNDTRIP"http://xmlpull.org/v1/doc/features.html#xml-roundtrip" -
XmlPullCount Modifier and Type Constant Field Value public static final java.lang.StringSAMPLE_XML"<?xml version=\"1.0\"?>\n\n<poem xmlns=\"http://www.megginson.com/ns/exp/poetry\">\n<title>Roses are Red</title>\n<l>Roses are red,</l>\n<l>Violets are blue;</l>\n<l>Sugar is sweet,</l>\n<l>And I love you.</l>\n</poem>" -
XMLRPCDecoder.ArrayDecoder Modifier and Type Constant Field Value private static final java.lang.StringDataName"data"private static final java.lang.StringName"array" -
XMLRPCDecoder.Base64Decoder Modifier and Type Constant Field Value private static final java.lang.StringName"base64" -
XMLRPCDecoder.BooleanDecoder Modifier and Type Constant Field Value private static final java.lang.StringFalse"0"private static final java.lang.StringName"boolean" -
XMLRPCDecoder.DateDecoder Modifier and Type Constant Field Value private static final java.lang.StringFormat"yyyyMMdd\'T\'HH:mm:ss"private static final java.lang.StringName"dateTime.iso8601" -
XMLRPCDecoder.DoubleDecoder Modifier and Type Constant Field Value private static final java.lang.StringName"double" -
XMLRPCDecoder.FaultDecoder Modifier and Type Constant Field Value private static final java.lang.StringFaultCodeKey"faultCode"private static final java.lang.StringFaultStringKey"faultString"private static final java.lang.StringName"fault" -
XMLRPCDecoder.IntegerDecoder Modifier and Type Constant Field Value private static final java.lang.StringI4Name"i4"private static final java.lang.StringIntName"int" -
XMLRPCDecoder.MethodDecoder Modifier and Type Constant Field Value private static final java.lang.StringName"methodCall" -
XMLRPCDecoder.ParametersDecoder Modifier and Type Constant Field Value private static final java.lang.StringName"params"private static final java.lang.StringParamName"param" -
XMLRPCDecoder.StringDecoder Modifier and Type Constant Field Value private static final java.lang.StringName"string" -
XMLRPCDecoder.StructureDecoder Modifier and Type Constant Field Value private static final java.lang.StringMemberName"member"private static final java.lang.StringName"struct"private static final java.lang.StringNameName"name" -
XMLRPCDecoder.ValueDecoder Modifier and Type Constant Field Value private static final java.lang.StringName"value"
org.xmlpull.*
-
org.xmlpull.v1.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 java.lang.StringFEATURE_PROCESS_DOCDECL"http://xmlpull.org/v1/doc/features.html#process-docdecl"public static final java.lang.StringFEATURE_PROCESS_NAMESPACES"http://xmlpull.org/v1/doc/features.html#process-namespaces"public static final java.lang.StringFEATURE_REPORT_NAMESPACE_ATTRIBUTES"http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes"public static final java.lang.StringFEATURE_VALIDATION"http://xmlpull.org/v1/doc/features.html#validation"public static final intIGNORABLE_WHITESPACE7public static final java.lang.StringNO_NAMESPACE""public static final intPROCESSING_INSTRUCTION8public static final intSTART_DOCUMENT0public static final intSTART_TAG2public static final intTEXT4 -
org.xmlpull.v1.XmlPullParserFactory Modifier and Type Constant Field Value public static final java.lang.StringPROPERTY_NAME"org.xmlpull.v1.XmlPullParserFactory"private static final java.lang.StringRESOURCE_NAME"/META-INF/services/org.xmlpull.v1.XmlPullParserFactory"