@Deprecated public class XhtmlNamespaceHandler extends XhtmlCssOnlyNamespaceHandler
Constructor and Description |
---|
XhtmlNamespaceHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
XhtmlForm |
createForm(Element e)
Deprecated.
|
String |
getImageSourceURI(Element e)
Deprecated.
For an element where isImageElement returns true, retrieves the URI associated with that Image, as
reported by the element; makes no guarrantee that the URI is correct, complete or points to anything in
particular.
|
String |
getNonCssStyling(Element e)
Deprecated.
may return null
|
boolean |
isFormElement(Element e)
Deprecated.
Determines whether or not the specified Element represents a
<form>.
|
boolean |
isImageElement(Element e)
Deprecated.
|
convertToLength, getAnchorName, getAttribute, getClass, getDefaultStylesheet, getDocumentTitle, getElementStyling, getID, getLang, getLinkUri, getNamespace, getStylesheets, isInteger, readLinkElement, readStyleElement
getAttributeValue, getAttributeValue
public boolean isImageElement(Element e)
isImageElement
in interface NamespaceHandler
isImageElement
in class NoNamespaceHandler
public boolean isFormElement(Element e)
isFormElement
in interface NamespaceHandler
isFormElement
in class NoNamespaceHandler
e
- The Element to evaluate.public String getImageSourceURI(Element e)
NamespaceHandler
NamespaceHandler.isImageElement(org.w3c.dom.Element)
returns false, this method may
return false, and may also return false if the Element is not correctly formed and contains no URI; check the
return value carefully.getImageSourceURI
in interface NamespaceHandler
getImageSourceURI
in class NoNamespaceHandler
e
- The element to extract image info from.public String getNonCssStyling(Element e)
NamespaceHandler
getNonCssStyling
in interface NamespaceHandler
getNonCssStyling
in class NoNamespaceHandler
Copyright © 2017. All rights reserved.