Package com.itextpdf.styledxmlparser
Class CommonAttributeConstants
- java.lang.Object
-
- com.itextpdf.styledxmlparser.CommonAttributeConstants
-
- Direct Known Subclasses:
SvgConstants.Attributes
public class CommonAttributeConstants extends java.lang.ObjectClass containing the constant property names for the attributes of tags in the XML.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLASSThe Constant CLASS.static java.lang.StringDISABLEDThe Constant DISABLED.static java.lang.StringIDThe Constant ID.static java.lang.StringLANGThe Constant LANG.static java.lang.StringRELThe Constant REL.static java.lang.StringSTYLESHEETThe Constant STYLESHEET.
-
Constructor Summary
Constructors Constructor Description CommonAttributeConstants()
-
-
-
Field Detail
-
CLASS
public static final java.lang.String CLASS
The Constant CLASS.- See Also:
- Constant Field Values
-
DISABLED
public static final java.lang.String DISABLED
The Constant DISABLED.- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
The Constant ID.- See Also:
- Constant Field Values
-
LANG
public static final java.lang.String LANG
The Constant LANG.- See Also:
- Constant Field Values
-
REL
public static final java.lang.String REL
The Constant REL.- See Also:
- Constant Field Values
-
STYLESHEET
public static final java.lang.String STYLESHEET
The Constant STYLESHEET.- See Also:
- Constant Field Values
-
-