Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.common.dom
Class AttrDOMAdapter

java.lang.Object
  extended by 

org.eclipse.jst.jsf.common.dom.DOMAdapter
      extended by 
org.eclipse.jst.jsf.common.dom.AttrDOMAdapter

public abstract class AttrDOMAdapter
extends DOMAdapter

Generic adapter for DOM attribute structures.


Method Summary
  AttributeIdentifier getAttributeIdentifier ()
           
 short getNodeType ()
           
  ElementDOMAdapter getOwningElement ()
          The default implementation always returns the owner specified in the constructor.
abstract  java.lang.String getValue ()
           
 
Methods inherited from class org.eclipse.jst.jsf.common.dom. DOMAdapter
getLocalName, getNodeName, getPrefix
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOwningElement

public 
ElementDOMAdapter getOwningElement()
The default implementation always returns the owner specified in the constructor.

Returns:
the element that owns this attribute

getValue

public abstract java.lang.String getValue()
Returns:
the value of the attribute. May return null if the attribute has no value.

getNodeType

public final short getNodeType()
Specified by:
getNodeType in class DOMAdapter
Returns:
the node type. Conforms to Node.getNodeType.

getAttributeIdentifier

public final 
AttributeIdentifier getAttributeIdentifier()
Returns:
the attribute identifier



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire