Uses of Interface
net.opengis.gml.x32.NodeType
-
Packages that use NodeType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of NodeType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return NodeType Modifier and Type Method Description NodeTypeDirectedNodePropertyType. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodeDocument. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodeOrEdgePropertyType. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodePropertyType. addNewNode()Appends and returns a new empty "Node" elementNodeTypeDirectedNodePropertyType. getNode()Gets the "Node" elementNodeTypeNodeDocument. getNode()Gets the "Node" elementNodeTypeNodeOrEdgePropertyType. getNode()Gets the "Node" elementNodeTypeNodePropertyType. getNode()Gets the "Node" elementstatic NodeTypeNodeType.Factory. newInstance()static NodeTypeNodeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(File file)static NodeTypeNodeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(InputStream is)static NodeTypeNodeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(Reader r)static NodeTypeNodeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(String xmlAsString)static NodeTypeNodeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(URL u)static NodeTypeNodeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(XMLStreamReader sr)static NodeTypeNodeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NodeTypeNodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NodeTypeNodeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NodeTypeNodeType.Factory. parse(Node node)static NodeTypeNodeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type NodeType Modifier and Type Method Description voidDirectedNodePropertyType. setNode(NodeType node)Sets the "Node" elementvoidNodeDocument. setNode(NodeType node)Sets the "Node" elementvoidNodeOrEdgePropertyType. setNode(NodeType node)Sets the "Node" elementvoidNodePropertyType. setNode(NodeType node)Sets the "Node" element -
Uses of NodeType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement NodeType Modifier and Type Class Description classNodeTypeImplAn XML NodeType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return NodeType Modifier and Type Method Description NodeTypeDirectedNodePropertyTypeImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodeDocumentImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodeOrEdgePropertyTypeImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodePropertyTypeImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeDirectedNodePropertyTypeImpl. getNode()Gets the "Node" elementNodeTypeNodeDocumentImpl. getNode()Gets the "Node" elementNodeTypeNodeOrEdgePropertyTypeImpl. getNode()Gets the "Node" elementNodeTypeNodePropertyTypeImpl. getNode()Gets the "Node" elementMethods in net.opengis.gml.x32.impl with parameters of type NodeType Modifier and Type Method Description voidDirectedNodePropertyTypeImpl. setNode(NodeType node)Sets the "Node" elementvoidNodeDocumentImpl. setNode(NodeType node)Sets the "Node" elementvoidNodeOrEdgePropertyTypeImpl. setNode(NodeType node)Sets the "Node" elementvoidNodePropertyTypeImpl. setNode(NodeType node)Sets the "Node" element
-