JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.jsdoc
Class XmlBasedSource

java.lang.Object
  extended by org.eclipse.wst.jsdt.jsdoc.XmlBasedSource
All Implemented Interfaces:
IJsDocSource
Direct Known Subclasses:
IeFromMsdn

public abstract class XmlBasedSource
extends Object
implements IJsDocSource


Constructor Summary
XmlBasedSource()
           
 
Method Summary
 String getUrl()
           
 String getXsl()
           
 String pageToString()
           
 String toString()
           
 String toStringObjectTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.wst.jsdt.jsdoc.IJsDocSource
getTopObjects
 

Constructor Detail

XmlBasedSource

public XmlBasedSource()
Method Detail

toStringObjectTree

public String toStringObjectTree()

getXsl

public String getXsl()

getUrl

public String getUrl()

toString

public String toString()
Overrides:
toString in class Object

pageToString

public String pageToString()

JavaScript Development Tools
Release 3.2

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