Uses of Interface
eu.europa.ec.inspire.schemas.net.x40.NodeType
-
Packages that use NodeType Package Description eu.europa.ec.inspire.schemas.net.x40 eu.europa.ec.inspire.schemas.net.x40.impl -
-
Uses of NodeType in eu.europa.ec.inspire.schemas.net.x40
Methods in eu.europa.ec.inspire.schemas.net.x40 that return NodeType Modifier and Type Method Description NodeTypeNodeDocument. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodePropertyType. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodeDocument. getNode()Gets the "Node" elementNodeTypeNodePropertyType. getNode()Gets the "Node" elementstatic NodeTypeNodeType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic NodeTypeNodeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic 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 eu.europa.ec.inspire.schemas.net.x40 with parameters of type NodeType Modifier and Type Method Description voidNodeDocument. setNode(NodeType node)Sets the "Node" elementvoidNodePropertyType. setNode(NodeType node)Sets the "Node" element -
Uses of NodeType in eu.europa.ec.inspire.schemas.net.x40.impl
Classes in eu.europa.ec.inspire.schemas.net.x40.impl that implement NodeType Modifier and Type Class Description classNodeTypeImplAn XML NodeType(@http://inspire.ec.europa.eu/schemas/net/4.0).Methods in eu.europa.ec.inspire.schemas.net.x40.impl that return NodeType Modifier and Type Method Description NodeTypeNodeDocumentImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodePropertyTypeImpl. addNewNode()Appends and returns a new empty "Node" elementNodeTypeNodeDocumentImpl. getNode()Gets the "Node" elementNodeTypeNodePropertyTypeImpl. getNode()Gets the "Node" elementMethods in eu.europa.ec.inspire.schemas.net.x40.impl with parameters of type NodeType Modifier and Type Method Description voidNodeDocumentImpl. setNode(NodeType node)Sets the "Node" elementvoidNodePropertyTypeImpl. setNode(NodeType node)Sets the "Node" element
-