org.apache.wookie.w3c.impl
Class AccessEntity

java.lang.Object
  extended by org.apache.wookie.w3c.impl.AccessEntity
All Implemented Interfaces:
IAccess, IElement

public class AccessEntity
extends java.lang.Object
implements IAccess, IElement

The Access element is defined in: http://www.w3.org/TR/widgets-access/


Constructor Summary
AccessEntity()
           
 
Method Summary
 void fromXML(org.jdom.Element element)
          Unmarshall the given XML Element to this Object
 java.lang.String getOrigin()
           
 boolean hasSubDomains()
           
 org.jdom.Element toXml()
          Marshall the entity into an XML Element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessEntity

public AccessEntity()
Method Detail

getOrigin

public java.lang.String getOrigin()
Specified by:
getOrigin in interface IAccess

hasSubDomains

public boolean hasSubDomains()
Specified by:
hasSubDomains in interface IAccess

fromXML

public void fromXML(org.jdom.Element element)
Description copied from interface: IElement
Unmarshall the given XML Element to this Object

Specified by:
fromXML in interface IElement
Parameters:
element - The Element to unmarshall

toXml

public org.jdom.Element toXml()
Description copied from interface: IElement
Marshall the entity into an XML Element

Specified by:
toXml in interface IElement
Returns:
the W3C Widgets Element representing the content of the entity


2012 Apache Software Foundation.