org.enhydra.xml.xmlc.dom
Class HTMLDomFactoryMethods
java.lang.Object
|
+--org.enhydra.xml.xmlc.dom.HTMLDomFactoryMethods
- public final class HTMLDomFactoryMethods
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLDomFactoryMethods
public HTMLDomFactoryMethods()
static void ()
- Class initializer.
getBaseClassName
public static final String getBaseClassName()
- See Also:
XMLCDomFactory.getBaseClassName()
getInterfaceNames
public static final String[] getInterfaceNames()
- See Also:
XMLCDomFactory.getInterfaceNames()
getElementClassNames
public static final String[] getElementClassNames(Element element)
- See Also:
XMLCDomFactory.getElementClassNames(org.w3c.dom.Element)
isURLAttribute
public static final boolean isURLAttribute(Element element,
String attrName)
- See Also:
XMLCDomFactory.isURLAttribute(org.w3c.dom.Element, java.lang.String)
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.