Uses of Interface
net.opengis.swe.x101.TokenList
-
Packages that use TokenList Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TokenList in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return TokenList Modifier and Type Method Description TokenListAllowedTokensDocument.AllowedTokens. addNewValueList()Appends and returns a new empty value (as xml) as the last "valueList" elementTokenListAllowedTokensDocument.AllowedTokens. insertNewValueList(int i)Inserts and returns a new empty value (as xml) as the ith "valueList" elementstatic TokenListTokenList.Factory. newInstance()static TokenListTokenList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TokenListTokenList.Factory. newValue(Object obj)static TokenListTokenList.Factory. parse(File file)static TokenListTokenList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TokenListTokenList.Factory. parse(InputStream is)static TokenListTokenList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TokenListTokenList.Factory. parse(Reader r)static TokenListTokenList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TokenListTokenList.Factory. parse(String xmlAsString)static TokenListTokenList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TokenListTokenList.Factory. parse(URL u)static TokenListTokenList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TokenListTokenList.Factory. parse(XMLStreamReader sr)static TokenListTokenList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TokenListTokenList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TokenListTokenList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TokenListTokenList.Factory. parse(Node node)static TokenListTokenList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TokenList[]AllowedTokensDocument.AllowedTokens. xgetValueListArray()Gets (as xml) array of all "valueList" elementsTokenListAllowedTokensDocument.AllowedTokens. xgetValueListArray(int i)Gets (as xml) ith "valueList" elementMethods in net.opengis.swe.x101 with parameters of type TokenList Modifier and Type Method Description voidAllowedTokensDocument.AllowedTokens. xsetValueListArray(int i, TokenList valueList)Sets (as xml) ith "valueList" elementvoidAllowedTokensDocument.AllowedTokens. xsetValueListArray(TokenList[] valueListArray)Sets (as xml) array of all "valueList" element -
Uses of TokenList in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TokenList Modifier and Type Class Description classTokenListImplAn XML tokenList(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TokenList Modifier and Type Method Description TokenListAllowedTokensDocumentImpl.AllowedTokensImpl. addNewValueList()Appends and returns a new empty value (as xml) as the last "valueList" elementTokenListAllowedTokensDocumentImpl.AllowedTokensImpl. insertNewValueList(int i)Inserts and returns a new empty value (as xml) as the ith "valueList" elementTokenList[]AllowedTokensDocumentImpl.AllowedTokensImpl. xgetValueListArray()Gets (as xml) array of all "valueList" elementsTokenListAllowedTokensDocumentImpl.AllowedTokensImpl. xgetValueListArray(int i)Gets (as xml) ith "valueList" elementMethods in net.opengis.swe.x101.impl with parameters of type TokenList Modifier and Type Method Description voidAllowedTokensDocumentImpl.AllowedTokensImpl. xsetValueListArray(int i, TokenList valueList)Sets (as xml) ith "valueList" elementvoidAllowedTokensDocumentImpl.AllowedTokensImpl. xsetValueListArray(TokenList[] valueListArray)Sets (as xml) array of all "valueList" element
-