Package com.xmlmind.w2x.processor
Class HTMLElements
- java.lang.Object
-
- com.xmlmind.w2x.processor.HTMLElements
-
public final class HTMLElements extends Object
Information about "XHTML 1.0 Transitional" elements.This class is thread-safe.
-
-
Field Summary
Fields Modifier and Type Field Description static String[][]LOCAL_NAMES_LISTstatic StringTEXT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhas(Name elementName)static booleanisFlow(Name elementName)static booleanisInline(Name elementName)static booleanmayContain(Name parentName, Name childName)static booleanmayContainText(Name elementName)
-
-
-
Field Detail
-
TEXT
public static final String TEXT
- See Also:
- Constant Field Values
-
LOCAL_NAMES_LIST
public static final String[][] LOCAL_NAMES_LIST
-
-