Uses of Interface
net.opengis.gml.x32.UomAttribute
-
Packages that use UomAttribute Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of UomAttribute in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return UomAttribute Modifier and Type Method Description static UomAttributeUomAttribute.Factory. newInstance()static UomAttributeUomAttribute.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UomAttributeUomAttribute.Factory. parse(File file)static UomAttributeUomAttribute.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UomAttributeUomAttribute.Factory. parse(InputStream is)static UomAttributeUomAttribute.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UomAttributeUomAttribute.Factory. parse(Reader r)static UomAttributeUomAttribute.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UomAttributeUomAttribute.Factory. parse(String xmlAsString)static UomAttributeUomAttribute.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UomAttributeUomAttribute.Factory. parse(URL u)static UomAttributeUomAttribute.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UomAttributeUomAttribute.Factory. parse(XMLStreamReader sr)static UomAttributeUomAttribute.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UomAttributeUomAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UomAttributeUomAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UomAttributeUomAttribute.Factory. parse(Node node)static UomAttributeUomAttribute.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of UomAttribute in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement UomAttribute Modifier and Type Class Description classUomAttributeImplA document containing one uom(@http://www.opengis.net/gml/3.2) attribute.
-