org.deegree.gml
Interface GMLNameSpace

All Known Implementing Classes:
GMLNameSpace_Impl

public interface GMLNameSpace

----------------------------------------------------------

Version:
07.02.2001

Author:
Andreas Poth

Method Summary
 java.lang.String getNameSpaceName()
          returns the name of the name space.
 java.lang.String getNameSpaceValue()
          returns the value of the name space.
 java.lang.String getSubSpaceName()
          returns the name of the sub space.
 void setNameSpaceValue(java.lang.String nameSpaceValue)
           
 

Method Detail

getNameSpaceName

public java.lang.String getNameSpaceName()
returns the name of the name space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'xmlns' will be returned


getSubSpaceName

public java.lang.String getSubSpaceName()
returns the name of the sub space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'gml' will be returned


getNameSpaceValue

public java.lang.String getNameSpaceValue()
returns the value of the name space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'http://www.opengis.net/gml' will be returned


setNameSpaceValue

public void setNameSpaceValue(java.lang.String nameSpaceValue)
See Also:
getNameSpaceValue()