NASA World Wind

Uses of Class
gov.nasa.worldwind.applications.gio.xml.xmlns

Packages that use xmlns
gov.nasa.worldwind.applications.gio.csw   
gov.nasa.worldwind.applications.gio.xml   
 

Uses of xmlns in gov.nasa.worldwind.applications.gio.csw
 

Methods in gov.nasa.worldwind.applications.gio.csw with parameters of type xmlns
 void Request.setDefaultNamespace(xmlns ns)
           
 void GetRecords.setOutputSchema(xmlns ns)
           
 void GetRecordById.setOutputSchema(xmlns ns)
           
 

Constructors in gov.nasa.worldwind.applications.gio.csw with parameters of type xmlns
Request(xmlns ns, String name)
           
 

Uses of xmlns in gov.nasa.worldwind.applications.gio.xml
 

Fields in gov.nasa.worldwind.applications.gio.xml declared as xmlns
static xmlns xmlns.csw
           
static xmlns xmlns.dc
           
static xmlns xmlns.dct
           
static xmlns xmlns.gml
           
static xmlns xmlns.ogc
           
static xmlns xmlns.ows
           
static xmlns xmlns.rim
           
static xmlns xmlns.xlink
           
static xmlns xmlns.xsi
           
 

Methods in gov.nasa.worldwind.applications.gio.xml that return xmlns
 xmlns Element.getNs()
           
 

Constructors in gov.nasa.worldwind.applications.gio.xml with parameters of type xmlns
Element(xmlns ns, String elementName)
           
TextElement(xmlns ns, String elementName)
           
TextElement(xmlns ns, String elementName, String textValue)
           
 


NASA World Wind