Uses of Interface
net.opengis.gml.BooleanList
-
Packages that use BooleanList Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of BooleanList in net.opengis.gml
Methods in net.opengis.gml that return BooleanList Modifier and Type Method Description static BooleanListBooleanList.Factory. newInstance()static BooleanListBooleanList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BooleanListBooleanList.Factory. newValue(Object obj)static BooleanListBooleanList.Factory. parse(File file)static BooleanListBooleanList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BooleanListBooleanList.Factory. parse(InputStream is)static BooleanListBooleanList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BooleanListBooleanList.Factory. parse(Reader r)static BooleanListBooleanList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BooleanListBooleanList.Factory. parse(String xmlAsString)static BooleanListBooleanList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BooleanListBooleanList.Factory. parse(URL u)static BooleanListBooleanList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BooleanListBooleanList.Factory. parse(XMLStreamReader sr)static BooleanListBooleanList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BooleanListBooleanList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BooleanListBooleanList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BooleanListBooleanList.Factory. parse(Node node)static BooleanListBooleanList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of BooleanList in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement BooleanList Modifier and Type Class Description classBooleanListImplAn XML booleanList(@http://www.opengis.net/gml).
-