org.anadix.html
Class BdoTag

java.lang.Object
  extended by org.anadix.html.HtmlElement
      extended by org.anadix.html.CoreAttributes
          extended by org.anadix.html.BdoTag
All Implemented Interfaces:
Comparable<HtmlElement>, Element

public class BdoTag
extends CoreAttributes

Defines the text direction. See w3schools.

Version:
$Id: $
Author:
tomason

Method Summary
 String getDir()
          Specifies the text direction of the text inside a bdo element
 String getLang()
          Specifies a language code for the content in an element
 
Methods inherited from class org.anadix.html.CoreAttributes
getClassAttribute, getIdAttribute, getStyle, getTitle
 
Methods inherited from class org.anadix.html.HtmlElement
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getLang

public String getLang()
Specifies a language code for the content in an element

Returns:
a language code for the content in an element

getDir

public String getDir()
Specifies the text direction of the text inside a bdo element

Returns:
the text direction of the text


Copyright © 2012. All Rights Reserved.