Uses of Interface
net.opengis.gml.x32.BooleanList
-
Packages that use BooleanList Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of BooleanList in net.opengis.gml.x32
Methods in net.opengis.gml.x32 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.x32.impl
Classes in net.opengis.gml.x32.impl that implement BooleanList Modifier and Type Class Description classBooleanListImplAn XML booleanList(@http://www.opengis.net/gml/3.2).
-