com.itextpdf.styledxmlparser.CommonAttributeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of styled-xml-parser Show documentation
Show all versions of styled-xml-parser Show documentation
Styled XML parser is used by iText modules to parse HTML and XML
package com.itextpdf.styledxmlparser;
public class CommonAttributeConstants {
/** The Constant ID. */
public static final String ID = "id";
/** The Constant CLASS. */
public static final String CLASS = "class";
/** The Constant LANG. */
public static final String LANG = "lang";
/** The Constant LANG. */
public static final String STYLESHEET = "stylesheet";
/** The Constant LANG. */
public static final String REL = "rel";
}