DimDom v0.8.2

org.alltimeflashdreamer.dimdom
Class DimDomNodeImpl.EmbeddingLink

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

class DimDomNodeImpl.EmbeddingLink
extends Object

Simple object to stored the set values of an embedding link ("a" element).


Method Summary
(package private)  Attr getHref()
          Returns the target URL attribute node.
(package private)  Attr getTarget()
          Returns the target frame attribute node.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHref

Attr getHref()
Returns the target URL attribute node.
Returns:
the Attr instance named href (is never null)

getTarget

Attr getTarget()
Returns the target frame attribute node.
Returns:
the Attr instance named target or null

Copyright (c) 2001/02 by Florian Steinsiepe