package org.tigris.juxy; /** * @author Pavel Sher */ public interface XMLConstants { String XMLNS_PREFIX_URI = "http://www.w3.org/2000/xmlns/"; }