All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.intelie.liverig.witsml.query.AbstractQuery141 Maven / Gradle / Ivy

The newest version!
package net.intelie.liverig.witsml.query;

import javax.xml.stream.XMLStreamException;
import javax.xml.stream.XMLStreamWriter;

abstract class AbstractQuery141 extends AbstractQuery implements Constants141 {
    static void writeRootElement(XMLStreamWriter writer, String localName) throws XMLStreamException {
        writer.setDefaultNamespace(WITSML_NS);
        writer.writeStartElement(WITSML_NS, localName);
        writer.writeDefaultNamespace(WITSML_NS);
        writer.writeAttribute("version", VERSION);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy