Uses of Interface
net.opengis.sensorML.x101.RelaxNGDocument.RelaxNG
-
Packages that use RelaxNGDocument.RelaxNG Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of RelaxNGDocument.RelaxNG in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return RelaxNGDocument.RelaxNG Modifier and Type Method Description RelaxNGDocument.RelaxNGRelaxNGDocument. addNewRelaxNG()Appends and returns a new empty "relaxNG" elementRelaxNGDocument.RelaxNGRelaxNGDocument. getRelaxNG()Gets the "relaxNG" elementstatic RelaxNGDocument.RelaxNGRelaxNGDocument.RelaxNG.Factory. newInstance()static RelaxNGDocument.RelaxNGRelaxNGDocument.RelaxNG.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type RelaxNGDocument.RelaxNG Modifier and Type Method Description voidRelaxNGDocument. setRelaxNG(RelaxNGDocument.RelaxNG relaxNG)Sets the "relaxNG" element -
Uses of RelaxNGDocument.RelaxNG in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement RelaxNGDocument.RelaxNG Modifier and Type Class Description static classRelaxNGDocumentImpl.RelaxNGImplAn XML relaxNG(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return RelaxNGDocument.RelaxNG Modifier and Type Method Description RelaxNGDocument.RelaxNGRelaxNGDocumentImpl. addNewRelaxNG()Appends and returns a new empty "relaxNG" elementRelaxNGDocument.RelaxNGRelaxNGDocumentImpl. getRelaxNG()Gets the "relaxNG" elementMethods in net.opengis.sensorML.x101.impl with parameters of type RelaxNGDocument.RelaxNG Modifier and Type Method Description voidRelaxNGDocumentImpl. setRelaxNG(RelaxNGDocument.RelaxNG relaxNG)Sets the "relaxNG" element
-