|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.pagedesigner.dtmanager.DTManager
public class DTManager
DTManager is the top-level entry point for design-time (DT) services, such as tag converters and design-time information.
Provisional API - subject to change
Method Summary | |
---|---|
IDTInfo |
getDTInfo(org.w3c.dom.Element element)
Gets an IDTInfo instance for the specified Element. |
static DTManager |
getInstance()
Gets the singleton DTManager instance. |
ITagConverter |
getTagConverter(org.w3c.dom.Element element,
int mode,
org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument document)
Gets an ITagConverter instance for the specified Element and mode. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DTManager getInstance()
public ITagConverter getTagConverter(org.w3c.dom.Element element, int mode, org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument document)
element
- Element instance for which to locate and return an
ITagConverter instance.mode
- Mode flag (use IConverterFactory constants).document
- Target IDOMDocument instance.
public IDTInfo getDTInfo(org.w3c.dom.Element element)
element
- Element instance for which to locate and return IDTInfo
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |