public class XhtmlCssOnlyNamespaceHandler extends NoNamespaceHandler
Constructor and Description |
---|
XhtmlCssOnlyNamespaceHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnchorName(org.w3c.dom.Element e) |
java.lang.String |
getClass(org.w3c.dom.Element e)
Gets the class attribute of the XhtmlNamespaceHandler object
|
StylesheetInfo |
getDefaultStylesheet(StylesheetFactory factory) |
java.lang.String |
getDocumentTitle(org.w3c.dom.Document doc)
Returns the title of the document as located in the contents of /html/head/title, or "" if none could be found.
|
java.lang.String |
getElementStyling(org.w3c.dom.Element e)
Gets the elementStyling attribute of the XhtmlNamespaceHandler object
|
java.lang.String |
getID(org.w3c.dom.Element e)
Gets the iD attribute of the XhtmlNamespaceHandler object
|
java.lang.String |
getLinkUri(org.w3c.dom.Element e)
Gets the linkUri attribute of the XhtmlNamespaceHandler object
|
java.lang.String |
getNamespace()
Gets the namespace attribute of the XhtmlNamespaceHandler object
|
StylesheetInfo[] |
getStylesheets(org.w3c.dom.Document doc)
Gets the stylesheetLinks attribute of the XhtmlNamespaceHandler object
|
getAttributeValue, getAttributeValue, getImageSourceURI, getLang, getNonCssStyling, isFormElement, isImageElement
public java.lang.String getNamespace()
getNamespace
in interface NamespaceHandler
getNamespace
in class NoNamespaceHandler
public java.lang.String getClass(org.w3c.dom.Element e)
getClass
in interface NamespaceHandler
getClass
in class NoNamespaceHandler
e
- PARAMpublic java.lang.String getID(org.w3c.dom.Element e)
getID
in interface NamespaceHandler
getID
in class NoNamespaceHandler
e
- PARAMpublic java.lang.String getElementStyling(org.w3c.dom.Element e)
getElementStyling
in interface NamespaceHandler
getElementStyling
in class NoNamespaceHandler
e
- PARAMpublic java.lang.String getLinkUri(org.w3c.dom.Element e)
getLinkUri
in interface NamespaceHandler
getLinkUri
in class NoNamespaceHandler
e
- PARAMpublic java.lang.String getAnchorName(org.w3c.dom.Element e)
getAnchorName
in interface NamespaceHandler
getAnchorName
in class NoNamespaceHandler
public java.lang.String getDocumentTitle(org.w3c.dom.Document doc)
getDocumentTitle
in interface NamespaceHandler
getDocumentTitle
in class NoNamespaceHandler
doc
- the document to search for a titlepublic StylesheetInfo[] getStylesheets(org.w3c.dom.Document doc)
getStylesheets
in interface NamespaceHandler
getStylesheets
in class NoNamespaceHandler
doc
- PARAMpublic StylesheetInfo getDefaultStylesheet(StylesheetFactory factory)
getDefaultStylesheet
in interface NamespaceHandler
getDefaultStylesheet
in class NoNamespaceHandler