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

org.yangcentral.yangkit.data.codec.xml.Constants Maven / Gradle / Ivy

There is a newer version: 1.4.5
Show newest version
package org.yangcentral.yangkit.data.codec.xml;

import org.dom4j.QName;


public class Constants {
    /**
     * netconf default prefix
     */
    public static final String NETCONF_NS_PREFIX = "nc";

    /**
     * netconf namespace
     */
    public static final String NETCONF_NS_URI = "urn:ietf:params:xml:ns:netconf:base:1.0";

    public static final QName OPERATION =
            QName.get("operation", Constants.NETCONF_NS_PREFIX, Constants.NETCONF_NS_URI);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy