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 |
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