com.clickntap.tool.html
Class HTMLAttribute

java.lang.Object
  extended by com.clickntap.tool.html.HTMLAttribute

public class HTMLAttribute
extends Object


Constructor Summary
HTMLAttribute(org.dom4j.Element element, String name)
           
HTMLAttribute(String name)
           
 
Method Summary
 String getName()
           
 boolean isColor()
           
 boolean isEnabled()
           
 boolean isStyle()
           
 String parseColor(String color)
           
 String parseStyle(String style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLAttribute

public HTMLAttribute(org.dom4j.Element element,
                     String name)

HTMLAttribute

public HTMLAttribute(String name)
Method Detail

isEnabled

public boolean isEnabled()
                  throws Exception
Throws:
Exception

isStyle

public boolean isStyle()
                throws Exception
Throws:
Exception

isColor

public boolean isColor()
                throws Exception
Throws:
Exception

parseStyle

public String parseStyle(String style)
                  throws Exception
Throws:
Exception

parseColor

public String parseColor(String color)
                  throws Exception
Throws:
Exception

getName

public String getName()
               throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.