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 DOMAdapter

java.lang.Object
  extended by 
org.eclipse.jst.jsf.common.dom.DOMAdapter
Direct Known Subclasses:
AttrDOMAdapter, ElementDOMAdapter

public abstract class DOMAdapter
extends java.lang.Object

A generic adapter that can adapt some non-DOM things to a dom-like structure like an IRegion to a DOM-like structure.

Provisional API - subject to change


Constructor Summary
DOMAdapter ()
           
 
Method Summary
abstract  java.lang.String getLocalName ()
           
abstract  java.lang.String getNodeName ()
           
abstract  short getNodeType ()
           
abstract  java.lang.String getPrefix ()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMAdapter

public DOMAdapter()
Method Detail

getNodeType

public abstract short getNodeType()
Returns:
the node type. Conforms to Node.getNodeType.

getPrefix

public abstract java.lang.String getPrefix()
Returns:
the name prefix. Conforms to W3C Node.getPrefix()

getLocalName

public abstract java.lang.String getLocalName()
Returns:
the local part of the name. Conforms to W3C Node.getLocalName()

getNodeName

public abstract java.lang.String getNodeName()
Returns:
the name of the node. Conforms the W3C Node.getNodeName interface



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