Constant Field Values


Contents
org.xmlpull.*

org.xmlpull.mxp1.MXParser
protected static final java.lang.String FEATURE_NAMES_INTERNED "http://xmlpull.org/v1/doc/features.html#names-interned"
protected static final java.lang.String FEATURE_XML_ROUNDTRIP "http://xmlpull.org/v1/doc/features.html#xml-roundtrip"
protected static final int LOOKUP_MAX 1024
protected static final char LOOKUP_MAX_CHAR 1024
protected static final java.lang.String PROPERTY_LOCATION "http://xmlpull.org/v1/doc/properties.html#location"
protected static final java.lang.String PROPERTY_XMLDECL_CONTENT "http://xmlpull.org/v1/doc/properties.html#xmldecl-content"
protected static final java.lang.String PROPERTY_XMLDECL_STANDALONE "http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone"
protected static final java.lang.String PROPERTY_XMLDECL_VERSION "http://xmlpull.org/v1/doc/properties.html#xmldecl-version"
protected static final int READ_CHUNK_SIZE 8192
protected static final java.lang.String XML_URI "http://www.w3.org/XML/1998/namespace"
protected static final java.lang.String XMLNS_URI "http://www.w3.org/2000/xmlns/"

org.xmlpull.mxp1.MXParserCachingStrings
protected static final int CACHE_LOAD 77
protected static final boolean CACHE_STATISTICS false
protected static final int INITIAL_CAPACITY 13
protected static final boolean TRACE_SIZING false

org.xmlpull.v1.XmlPullParser
public static final int CDSECT 5
public static final int COMMENT 9
public static final int DOCDECL 10
public static final int END_DOCUMENT 1
public static final int END_TAG 3
public static final int ENTITY_REF 6
public static final java.lang.String FEATURE_PROCESS_DOCDECL "http://xmlpull.org/v1/doc/features.html#process-docdecl"
public static final java.lang.String FEATURE_PROCESS_NAMESPACES "http://xmlpull.org/v1/doc/features.html#process-namespaces"
public static final java.lang.String FEATURE_REPORT_NAMESPACE_ATTRIBUTES "http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes"
public static final java.lang.String FEATURE_VALIDATION "http://xmlpull.org/v1/doc/features.html#validation"
public static final int IGNORABLE_WHITESPACE 7
public static final java.lang.String NO_NAMESPACE ""
public static final int PROCESSING_INSTRUCTION 8
public static final int START_DOCUMENT 0
public static final int START_TAG 2
public static final int TEXT 4

org.xmlpull.v1.XmlPullParserFactory
public static final java.lang.String PROPERTY_NAME "org.xmlpull.v1.XmlPullParserFactory"



Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.