com.free2be.dimensions.device.profile
Class BrowserProfile

java.lang.Object
  extended by com.free2be.dimensions.device.simple.SimpleDeviceComponent
      extended by com.free2be.dimensions.device.simple.SimpleBrowser
          extended by com.free2be.dimensions.device.profile.BrowserProfile
All Implemented Interfaces:
Browser, DeviceComponent, java.io.Serializable

public class BrowserProfile
extends SimpleBrowser

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.free2be.dimensions.device.simple.SimpleDeviceComponent
END_TAG_INDICATOR, GREATER_THAN, LESS_THAN
 
Constructor Summary
BrowserProfile(org.dom4j.Node browserNode)
           
 
Method Summary
 
Methods inherited from class com.free2be.dimensions.device.simple.SimpleBrowser
getName, getPropertyName, getVersion, setName, setVersion
 
Methods inherited from class com.free2be.dimensions.device.simple.SimpleDeviceComponent
assignEndTag, assignNewline, assignStartTag, getAsXml, getAsXml, getSimpleXml, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.free2be.dimensions.device.DeviceComponent
getAsXml
 

Constructor Detail

BrowserProfile

public BrowserProfile(org.dom4j.Node browserNode)