Constant Field Values

Contents

Unnamed Package

  • Modifier and Type
    Constant Field
    Value
    protected static final String
    "The best deal is proposed by {0}. A(n) {1} delivered in {2,number,integer} days for {3,number,currency}"
    protected static final String
    "http://www.psol.com/xbe2/listing8.3"
  • Modifier and Type
    Constant Field
    Value
    public static final String
    "<?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>"
  • Modifier and Type
    Constant Field
    Value
    private static final String
    "http://www.megginson.com/ns/exp/poetry"
  • Modifier and Type
    Constant Field
    Value
    private static final String
    "http://xmlpull.org/v1/doc/properties.html#serializer-indentation"
    private static final String
    "http://xmlpull.org/v1/doc/features.html#xmldecl-standalone"
  • Modifier and Type
    Constant Field
    Value
    protected static final String
    "http://xmlpull.org/v1/doc/features.html#xml-roundtrip"
  • Modifier and Type
    Constant Field
    Value
    public static final String
    "<?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 String
    "data"
    private static final String
    "array"
  • XMLRPCDecoder.Base64Decoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "base64"
  • XMLRPCDecoder.BooleanDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "0"
    private static final String
    "boolean"
  • XMLRPCDecoder.DateDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "yyyyMMdd\'T\'HH:mm:ss"
    private static final String
    "dateTime.iso8601"
  • XMLRPCDecoder.DoubleDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "double"
  • XMLRPCDecoder.FaultDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "faultCode"
    private static final String
    "faultString"
    private static final String
    "fault"
  • XMLRPCDecoder.IntegerDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "i4"
    private static final String
    "int"
  • XMLRPCDecoder.MethodDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "methodCall"
  • XMLRPCDecoder.ParametersDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "params"
    private static final String
    "param"
  • XMLRPCDecoder.StringDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "string"
  • XMLRPCDecoder.StructureDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "member"
    private static final String
    "struct"
    private static final String
    "name"
  • XMLRPCDecoder.ValueDecoder
    Modifier and Type
    Constant Field
    Value
    private static final String
    "value"

org.xmlpull.*