|
|||||||||
| Home >> All >> org >> enhydra >> xml >> xmlc >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.xml.xmlc.dom
Class HTMLDomFactoryMethods

java.lang.Objectorg.enhydra.xml.xmlc.dom.HTMLDomFactoryMethods
- public final class HTMLDomFactoryMethods
- extends java.lang.Object
Support for implementing DOM factories for HTML. Since a HTML DOM factory normally extends the XML DOM factory, there isn't a base class for HTML support.
| Field Summary | |
private static java.lang.String[] |
URL_ATTRIBUTES
HTML URL attributes. |
private static java.util.HashSet |
urlAttributes
HashSet built from URL_ATTRIBUTES. |
| Constructor Summary | |
HTMLDomFactoryMethods()
|
|
| Method Summary | |
static java.lang.String |
getBaseClassName()
|
static java.lang.String[] |
getElementClassNames(org.w3c.dom.Element element)
|
static java.lang.String[] |
getInterfaceNames()
|
static boolean |
isURLAttribute(org.w3c.dom.Element element,
java.lang.String attrName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
URL_ATTRIBUTES
private static java.lang.String[] URL_ATTRIBUTES
- HTML URL attributes.
urlAttributes
private static final java.util.HashSet urlAttributes
- HashSet built from URL_ATTRIBUTES.
| Constructor Detail |
HTMLDomFactoryMethods
public HTMLDomFactoryMethods()
| Method Detail |
getBaseClassName
public static final java.lang.String getBaseClassName()
getInterfaceNames
public static final java.lang.String[] getInterfaceNames()
getElementClassNames
public static final java.lang.String[] getElementClassNames(org.w3c.dom.Element element)
isURLAttribute
public static final boolean isURLAttribute(org.w3c.dom.Element element, java.lang.String attrName)
|
|||||||||
| Home >> All >> org >> enhydra >> xml >> xmlc >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.enhydra.xml.xmlc.dom.HTMLDomFactoryMethods