Uses of Interface
net.opengis.sensorML.x101.SchematronDocument.Schematron
-
Packages that use SchematronDocument.Schematron Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of SchematronDocument.Schematron in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return SchematronDocument.Schematron Modifier and Type Method Description SchematronDocument.SchematronSchematronDocument. addNewSchematron()Appends and returns a new empty "schematron" elementSchematronDocument.SchematronSchematronDocument. getSchematron()Gets the "schematron" elementstatic SchematronDocument.SchematronSchematronDocument.Schematron.Factory. newInstance()static SchematronDocument.SchematronSchematronDocument.Schematron.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type SchematronDocument.Schematron Modifier and Type Method Description voidSchematronDocument. setSchematron(SchematronDocument.Schematron schematron)Sets the "schematron" element -
Uses of SchematronDocument.Schematron in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement SchematronDocument.Schematron Modifier and Type Class Description static classSchematronDocumentImpl.SchematronImplAn XML schematron(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return SchematronDocument.Schematron Modifier and Type Method Description SchematronDocument.SchematronSchematronDocumentImpl. addNewSchematron()Appends and returns a new empty "schematron" elementSchematronDocument.SchematronSchematronDocumentImpl. getSchematron()Gets the "schematron" elementMethods in net.opengis.sensorML.x101.impl with parameters of type SchematronDocument.Schematron Modifier and Type Method Description voidSchematronDocumentImpl. setSchematron(SchematronDocument.Schematron schematron)Sets the "schematron" element
-