net.sf.juffrou.xml.internal.XmlConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of juffrou-xml Show documentation
Show all versions of juffrou-xml Show documentation
Juffrou XML is simplified marshaling for java beans into XML and back.
package net.sf.juffrou.xml.internal;
public class XmlConstants {
public static final String CDATA_ELEMENT_NAME = "#text";
}