Constant Field Values

Contents

<Unnamed>.*

  • BestDeal 
    Modifier and Type Constant Field Value
    protected static final java.lang.String MESSAGE "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.String NAMESPACE_URI "http://www.psol.com/xbe2/listing8.3"
  • MyXmlPullApp 
    Modifier and Type Constant Field Value
    public static final java.lang.String SAMPLE_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.String NAMESPACE "http://www.megginson.com/ns/exp/poetry"
  • Roundtrip 
    Modifier and Type Constant Field Value
    private static final java.lang.String PROPERTY_SERIALIZER_INDENTATION "http://xmlpull.org/v1/doc/properties.html#serializer-indentation"
    private static final java.lang.String PROPERTY_XMLDECL_STANDALONE "http://xmlpull.org/v1/doc/features.html#xmldecl-standalone"
  • XmlCompare 
    Modifier and Type Constant Field Value
    protected static final java.lang.String FEATURE_XML_ROUNDTRIP "http://xmlpull.org/v1/doc/features.html#xml-roundtrip"
  • XmlPullCount 
    Modifier and Type Constant Field Value
    public static final java.lang.String SAMPLE_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.String DataName "data"
    private static final java.lang.String Name "array"
  • XMLRPCDecoder.Base64Decoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String Name "base64"
  • XMLRPCDecoder.BooleanDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String False "0"
    private static final java.lang.String Name "boolean"
  • XMLRPCDecoder.DateDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String Format "yyyyMMdd\'T\'HH:mm:ss"
    private static final java.lang.String Name "dateTime.iso8601"
  • XMLRPCDecoder.DoubleDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String Name "double"
  • XMLRPCDecoder.FaultDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String FaultCodeKey "faultCode"
    private static final java.lang.String FaultStringKey "faultString"
    private static final java.lang.String Name "fault"
  • XMLRPCDecoder.IntegerDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String I4Name "i4"
    private static final java.lang.String IntName "int"
  • XMLRPCDecoder.MethodDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String Name "methodCall"
  • XMLRPCDecoder.ParametersDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String Name "params"
    private static final java.lang.String ParamName "param"
  • XMLRPCDecoder.StringDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String Name "string"
  • XMLRPCDecoder.StructureDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String MemberName "member"
    private static final java.lang.String Name "struct"
    private static final java.lang.String NameName "name"
  • XMLRPCDecoder.ValueDecoder 
    Modifier and Type Constant Field Value
    private static final java.lang.String Name "value"

org.xmlpull.*