DimDom v0.8.2

org.alltimeflashdreamer.dimdom
Class DimDomNodeImpl.AttributeObject

java.lang.Object
  |
  +--org.alltimeflashdreamer.dimdom.DimDomNodeImpl.AttributeObject
Enclosing class:
DimDomNodeImpl

class DimDomNodeImpl.AttributeObject
extends Object

Description of the Class


Method Summary
(package private)  Attr getAttr()
          Returns the Attr node to add to the underlying element.
(package private)  boolean isChildAttribute()
          Returns whether this is a child attribute, which is set to DimDom-specific child node, or not.
(package private)  boolean isCommon()
          Returns whether this is a common attribute, which is set to each node of the same type as the node having the node identifier of the parent class, or not.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAttr

Attr getAttr()
Returns the Attr node to add to the underlying element.
Returns:
the Attr node that is already ready to be added to the underlying node

isCommon

boolean isCommon()
Returns whether this is a common attribute, which is set to each node of the same type as the node having the node identifier of the parent class, or not.
Returns:
is this a common attribute?

isChildAttribute

boolean isChildAttribute()
Returns whether this is a child attribute, which is set to DimDom-specific child node, or not.
Returns:
is this a child attribute?

Copyright (c) 2001/02 by Florian Steinsiepe