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.pagedesigner.converter
Class ConverterUtil

java.lang.Object
  extended by 
org.eclipse.jst.pagedesigner.converter.ConverterUtil

public class ConverterUtil
extends java.lang.Object

Version:
1.5

Constructor Summary
ConverterUtil ()
           
 
Method Summary
static void copyAllAttributes (org.w3c.dom.Element source, org.w3c.dom.Element dest, java.util.Set ignore)
           
static void copyAttribute (org.w3c.dom.Element source, java.lang.String srcattr, org.w3c.dom.Element dest, java.lang.String destattr)
          copy a single attribute (if exist)
static org.w3c.dom.Element createDescriptionElement (IDOMDocument document, java.lang.String text)
           
static boolean isEmptyContainer (org.w3c.dom.Element hostElement)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterUtil

public ConverterUtil()
Method Detail

copyAllAttributes

public static void copyAllAttributes(org.w3c.dom.Element source,
                                     org.w3c.dom.Element dest,
                                     java.util.Set ignore)
Parameters:
source -
dest -
ignore -

copyAttribute

public static void copyAttribute(org.w3c.dom.Element source,
                                 java.lang.String srcattr,
                                 org.w3c.dom.Element dest,
                                 java.lang.String destattr)
copy a single attribute (if exist)

Parameters:
source -
srcattr -
dest -
destattr -

isEmptyContainer

public static boolean isEmptyContainer(org.w3c.dom.Element hostElement)
Parameters:
hostElement -
Returns:
true if hostElement represents an empty container

createDescriptionElement

public static org.w3c.dom.Element createDescriptionElement(IDOMDocument document,
                                                           java.lang.String text)
Parameters:
document -
text -
Returns:
the description element in the document containing text



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