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