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


public interface IConverterFactory

Version:
1.5

Field Summary
static int MODE_DESIGNER
          indicates designer mode
static int MODE_PREVIEW
          indicates preview mode
 
Method Summary
  ITagConverter createConverter (org.w3c.dom.Element element, int mode)
           
 java.lang.String getSupportedURI ()
          get the URI namespace that this factory support.
 

Field Detail

MODE_DESIGNER

static final int MODE_DESIGNER
indicates designer mode

See Also:
Constant Field Values

MODE_PREVIEW

static final int MODE_PREVIEW
indicates preview mode

See Also:
Constant Field Values
Method Detail

createConverter


ITagConverter createConverter(org.w3c.dom.Element element,
                              int mode)
Parameters:
element -
mode -
Returns:
null if this factory don't support this element

getSupportedURI

java.lang.String getSupportedURI()
get the URI namespace that this factory support. "null" means this factory can be used as default factory.

Returns:
null if this factory don't have a specific URI to support.



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