Package | Description |
---|---|
org.eclipse.wst.jsdt.jsdoc | |
org.eclipse.wst.jsdt.jsdoc.msdn |
Modifier and Type | Field and Description |
---|---|
protected ElementInfo[] |
ElementInfo.children |
protected ElementInfo |
ElementInfo.parent |
Modifier and Type | Method and Description |
---|---|
static ElementInfo |
ElementInfo.findChild(java.lang.String baseUrl) |
ElementInfo[] |
ElementInfo.getChildren() |
ElementInfo[] |
ElementInfo.getFoundObjects() |
ElementInfo |
ElementInfo.getParent() |
ElementInfo[] |
IJsDocSource.getTopObjects() |
Modifier and Type | Method and Description |
---|---|
void |
ElementInfo.addNode(ElementInfo element) |
static void |
ElementInfo.freeObject(ElementInfo element) |
Constructor and Description |
---|
ElementInfo(java.lang.String baseUrl,
ElementInfo parent) |
Modifier and Type | Class and Description |
---|---|
class |
MsdnElement |
Modifier and Type | Method and Description |
---|---|
ElementInfo[] |
MsdnElement.getChildren() |
ElementInfo[] |
MsdnElement.getCollections() |
ElementInfo[] |
MsdnElement.getEvents() |
ElementInfo[] |
MsdnElement.getMethods() |
ElementInfo[] |
MsdnElement.getObjects() |
ElementInfo[] |
MsdnElement.getProperties() |
ElementInfo[] |
IeFromMsdn.getTopObjects() |
Constructor and Description |
---|
MsdnElement(java.lang.String baseUrl,
ElementInfo parent) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.