Uses of Class
org.w3c.mwi.mobileok.basic.HeaderParseMethod

Uses of HeaderParseMethod in org.w3c.mwi.mobileok.basic
 

Fields in org.w3c.mwi.mobileok.basic with type parameters of type HeaderParseMethod
private static java.util.Map<java.lang.String,HeaderParseMethod> HeaderParseMethod.HEADER_MAP
          Mapping table between well-known HTTP Header fields and parsing methods.
 

Methods in org.w3c.mwi.mobileok.basic that return HeaderParseMethod
(package private) static HeaderParseMethod HeaderParseMethod.forHeader(java.lang.String header)
          Retrieves the parsing method to use to parse a given HTTP Header field.
static HeaderParseMethod HeaderParseMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HeaderParseMethod[] HeaderParseMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.w3c.mwi.mobileok.basic with parameters of type HeaderParseMethod
private static void HttpRetrievalElement.parameterize(java.lang.String parameters, org.w3c.dom.Node parent, org.w3c.dom.Document document, HeaderParseMethod parseMethod)