Uses of Class
com.bradmcevoy.http.XmlWriter.Type

Packages that use XmlWriter.Type
com.bradmcevoy.http   
 

Uses of XmlWriter.Type in com.bradmcevoy.http
 

Methods in com.bradmcevoy.http that return XmlWriter.Type
static XmlWriter.Type XmlWriter.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlWriter.Type[] XmlWriter.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bradmcevoy.http with parameters of type XmlWriter.Type
 void XmlWriter.writeElement(java.lang.String nsPrefix, java.lang.String nsUrl, java.lang.String name, XmlWriter.Type type)
           
 void XmlWriter.writeElement(java.lang.String namespace, java.lang.String name, XmlWriter.Type type)
           
 



Copyright © 2011. All Rights Reserved.