JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.jsdoc.msdn
Class MsdnElement

java.lang.Object
  extended by org.eclipse.wst.jsdt.jsdoc.ElementInfo
      extended by org.eclipse.wst.jsdt.jsdoc.msdn.MsdnElement

public class MsdnElement
extends ElementInfo


Field Summary
 
Fields inherited from class org.eclipse.wst.jsdt.jsdoc.ElementInfo
baseUrl, children, CLASS, COLLECTION, DEBUG, EVENT, instances, keepCache, METHOD, name, nodes, parent, PROPERTY, type, useCache, visited
 
Constructor Summary
MsdnElement(String baseUrl)
           
MsdnElement(String baseUrl, ElementInfo parent)
           
 
Method Summary
 boolean contains(String s1, String searchFor)
           
 ElementInfo[] getChildren()
           
 ElementInfo[] getCollections()
           
 ElementInfo[] getEvents()
           
 String getJsDoc(String parentName)
           
 String getJsStructure()
           
 String getJsStructure(String parent)
           
 String getJsTypeName()
           
 ElementInfo[] getMethods()
           
 String getName()
           
 ElementInfo[] getObjects()
           
 String[][] getParamaters()
           
 String getParamString()
           
 ElementInfo[] getProperties()
           
 String getSince()
           
 String getSuperType()
           
 int getType()
           
 String getTypeName()
           
 boolean hasChildren()
           
 boolean isStatic()
           
 String toString()
           
 
Methods inherited from class org.eclipse.wst.jsdt.jsdoc.ElementInfo
addNode, clearVisit, equals, finalize, findChild, freeObject, getBaseUrl, getDeclarationString, getFoundObjects, getPageText, getParent, getUrl, isDefined, setKeepCache, setUseCache, shouldKeepCache, shouldUseCache, visit
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsdnElement

public MsdnElement(String baseUrl,
                   ElementInfo parent)

MsdnElement

public MsdnElement(String baseUrl)
Method Detail

getJsTypeName

public String getJsTypeName()

getJsDoc

public String getJsDoc(String parentName)
Overrides:
getJsDoc in class ElementInfo

getParamaters

public String[][] getParamaters()

getSuperType

public String getSuperType()

getSince

public String getSince()

getJsStructure

public String getJsStructure()
Overrides:
getJsStructure in class ElementInfo

getParamString

public String getParamString()

getJsStructure

public String getJsStructure(String parent)
Overrides:
getJsStructure in class ElementInfo

isStatic

public boolean isStatic()
Overrides:
isStatic in class ElementInfo

getName

public String getName()
Overrides:
getName in class ElementInfo

contains

public boolean contains(String s1,
                        String searchFor)

getType

public int getType()
Overrides:
getType in class ElementInfo

getTypeName

public String getTypeName()
Overrides:
getTypeName in class ElementInfo

getChildren

public ElementInfo[] getChildren()
Overrides:
getChildren in class ElementInfo

hasChildren

public boolean hasChildren()
Overrides:
hasChildren in class ElementInfo

getProperties

public ElementInfo[] getProperties()

getMethods

public ElementInfo[] getMethods()

getObjects

public ElementInfo[] getObjects()

getEvents

public ElementInfo[] getEvents()

getCollections

public ElementInfo[] getCollections()

toString

public String toString()
Overrides:
toString in class ElementInfo

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.