Uses of Interface
net.opengis.ows.x11.KeywordsType

Packages that use KeywordsType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of KeywordsType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return KeywordsType
 KeywordsType KeywordsDocument.addNewKeywords()
          Appends and returns a new empty "Keywords" element
 KeywordsType DescriptionType.addNewKeywords()
          Appends and returns a new empty value (as xml) as the last "Keywords" element
 KeywordsType KeywordsDocument.getKeywords()
          Gets the "Keywords" element
 KeywordsType[] DescriptionType.getKeywordsArray()
          Gets array of all "Keywords" elements
 KeywordsType DescriptionType.getKeywordsArray(int i)
          Gets ith "Keywords" element
 KeywordsType DescriptionType.insertNewKeywords(int i)
          Inserts and returns a new empty value (as xml) as the ith "Keywords" element
static KeywordsType KeywordsType.Factory.newInstance()
           
static KeywordsType KeywordsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static KeywordsType KeywordsType.Factory.parse(File file)
           
static KeywordsType KeywordsType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static KeywordsType KeywordsType.Factory.parse(InputStream is)
           
static KeywordsType KeywordsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static KeywordsType KeywordsType.Factory.parse(Node node)
           
static KeywordsType KeywordsType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static KeywordsType KeywordsType.Factory.parse(Reader r)
           
static KeywordsType KeywordsType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static KeywordsType KeywordsType.Factory.parse(String xmlAsString)
           
static KeywordsType KeywordsType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static KeywordsType KeywordsType.Factory.parse(URL u)
           
static KeywordsType KeywordsType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static KeywordsType KeywordsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static KeywordsType KeywordsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static KeywordsType KeywordsType.Factory.parse(XMLStreamReader sr)
           
static KeywordsType KeywordsType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type KeywordsType
 void KeywordsDocument.setKeywords(KeywordsType keywords)
          Sets the "Keywords" element
 void DescriptionType.setKeywordsArray(int i, KeywordsType keywords)
          Sets ith "Keywords" element
 void DescriptionType.setKeywordsArray(KeywordsType[] keywordsArray)
          Sets array of all "Keywords" element
 

Uses of KeywordsType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement KeywordsType
 class KeywordsTypeImpl
          An XML KeywordsType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return KeywordsType
 KeywordsType KeywordsDocumentImpl.addNewKeywords()
          Appends and returns a new empty "Keywords" element
 KeywordsType DescriptionTypeImpl.addNewKeywords()
          Appends and returns a new empty value (as xml) as the last "Keywords" element
 KeywordsType KeywordsDocumentImpl.getKeywords()
          Gets the "Keywords" element
 KeywordsType[] DescriptionTypeImpl.getKeywordsArray()
          Gets array of all "Keywords" elements
 KeywordsType DescriptionTypeImpl.getKeywordsArray(int i)
          Gets ith "Keywords" element
 KeywordsType DescriptionTypeImpl.insertNewKeywords(int i)
          Inserts and returns a new empty value (as xml) as the ith "Keywords" element
 

Methods in net.opengis.ows.x11.impl with parameters of type KeywordsType
 void KeywordsDocumentImpl.setKeywords(KeywordsType keywords)
          Sets the "Keywords" element
 void DescriptionTypeImpl.setKeywordsArray(int i, KeywordsType keywords)
          Sets ith "Keywords" element
 void DescriptionTypeImpl.setKeywordsArray(KeywordsType[] keywordsArray)
          Sets array of all "Keywords" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.