Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Practical: 01 Bank Account Class Definition and Creation: Design and develop a class for called BankAccount1, which has some common characteristics in typical bank account. Assume that it is normal...

1 answer below »

Practical: 01

Bank Account Class Definition and Creation: Design and develop a class for called BankAccount1, which has some common characteristics in typical bank account. Assume that it is normal savings account.

• Properties/Attributes/Fields/instance variables: o Account Number (String) o Account Holder Name (String) o Balance (Double) o Account State (String) (for later use only)

• Constructor o Takes all above fields as parameter

• Methods: o Accessor o Mutator o Service methods:

▪ Withdraw (double amount) – cannot withdraw more than balance

â–ª Deposit (double amount) â–ª Transfer To (Bank Account a, double amount) o Support methods (if required) a. Create a driver program that tests the above program. The driver should create an account with given properties and test the working. What concepts have we learnt in Question One?

➢ Class design

➢ Programming classes in Java

Practical: 02

Consider the BankAccount example introduced earlier. To demonstrate Inheritance we would define a few more account types that would have similar features to the Savings account hence could derive from it.

a. Create class called OverDraftAccount7 and CurrentAccount7 account inheriting from BankAccount1. Assume that the these two new account types have the same features of the savings account. Let us further specify that the only difference is that interest in Current Account interest is 1%, ODAccount is 0.5% if the balance is positive and minus 10% if the balance is negative. Whereas the savings accounts have a 5% interest all other features remain the same.

b. Write a driver program called BankApp7 to test the following:

i. Instantiate the two derived class objects and observe the interest behaviour.

ii. Try a dynamic binding to the parent type and observe the effect.

iii. Observe the inheritance behaviour for late binding and record your observation

What new concepts have we learnt in Question Seven c?

Ø A simple IS-A relation. That is Foreign Currency account is-a BankAccount … and more.

Ø 20 Repeat question 5 a,b with virtual methods and override methods. Notice the difference in late binding behaviour.

What new concepts have we learnt in Question Eight?

Ø The polymorphic effect of the Account class

Answered Same Day Sep 26, 2020

Solution

Samrakshini R answered on Oct 03 2020
133 Votes
bank_account/.metadata/.lock
ank_account/.metadata/.log!SESSION 2018-10-03 12:37:35.669 -----------------------------------------------
eclipse.buildId=4.7.0.I20170612-0950
java.version=1.8.0_144
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.egit.ui 2 0 2018-10-03 12:38:54.515
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\DELL'. If this is
not co
ect please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
!ENTRY org.eclipse.jface.text 2 0 2018-10-03 12:40:38.104
!MESSAGE Duplicate template id: 'org.eclipse.wst.xslt.templates.xpath.number'
!ENTRY org.eclipse.jface.text 2 0 2018-10-03 12:40:38.146
!MESSAGE Duplicate template id: 'org.eclipse.wst.xslt.templates.xpath.round'
!ENTRY org.eclipse.jface.text 2 0 2018-10-03 12:40:38.504
!MESSAGE Duplicate template id: 'org.eclipse.wst.xslt.templates.xpath.number'
!ENTRY org.eclipse.jface.text 2 0 2018-10-03 12:40:38.510
!MESSAGE Duplicate template id: 'org.eclipse.wst.xslt.templates.xpath.round'
!ENTRY org.eclipse.equinox.p2.repository 2 0 2018-10-03 15:24:04.177
!MESSAGE Unexpected inte
upt while waiting on ECF
owse request
!STACK 0
java.lang.Inte
uptedException
    at java.lang.Object.wait(Native Method)
    at org.eclipse.core.internal.jobs.Semaphore.acquire(Semaphore.java:39)
    at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:908)
    at org.eclipse.core.internal.jobs.InternalJob.join(InternalJob.java:341)
    at org.eclipse.core.runtime.jobs.Job.join(Job.java:518)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.waitOnSelf(FileInfoReader.java:76)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:112)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
    at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.CacheManager.createCache(CacheManager.java:101)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.TransportUtil.downloadResource(TransportUtil.java:56)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:202)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:1)
    at java.util.concu
ent.FutureTask.run(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
!ENTRY org.eclipse.equinox.p2.repository 2 0 2018-10-03 15:24:04.255
!MESSAGE Unexpected inte
upt while waiting on ECF
owse request
!STACK 0
java.lang.Inte
uptedException
    at java.lang.Object.wait(Native Method)
    at org.eclipse.core.internal.jobs.Semaphore.acquire(Semaphore.java:39)
    at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:908)
    at org.eclipse.core.internal.jobs.InternalJob.join(InternalJob.java:341)
    at org.eclipse.core.runtime.jobs.Job.join(Job.java:518)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.waitOnSelf(FileInfoReader.java:76)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFiles(FileInfoReader.java:112)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getRemoteFile(FileInfoReader.java:127)
    at org.eclipse.equinox.internal.p2.transport.ecf.FileInfoReader.getLastModified(FileInfoReader.java:132)
    at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.getLastModified(RepositoryTransport.java:229)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.CacheManager.createCache(CacheManager.java:101)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.TransportUtil.downloadResource(TransportUtil.java:56)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:202)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:1)
    at java.util.concu
ent.FutureTask.run(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
!ENTRY org.eclipse.equinox.p2.discovery 4 0 2018-10-03 15:24:04.271
!MESSAGE Cannot download bundle at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.snipmatch.discovery.content.jar: Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.snipmatch.discovery.content.jar.
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.snipmatch.discovery.content.jar.
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.CacheManager.createCache(CacheManager.java:109)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.TransportUtil.downloadResource(TransportUtil.java:56)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:202)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:1)
    at java.util.concu
ent.FutureTask.run(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Socket Closed
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.socketRead(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at sun.security.ssl.InputRecord.readFully(Unknown Source)
    at sun.security.ssl.InputRecord.read(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
    at sun.security.ssl.AppInputStream.read(Unknown Source)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:158)
    at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:271)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
    at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:281)
    at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:259)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:209)
    at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
    at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
    at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:686)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:488)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
    at org.eclipse.ecf.provider.filetransfer.
owse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1002 2018-10-03 15:24:04.271
!MESSAGE Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.snipmatch.discovery.content.jar.
!STACK 0
java.net.SocketException: Socket Closed
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.socketRead(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at sun.security.ssl.InputRecord.readFully(Unknown Source)
    at sun.security.ssl.InputRecord.read(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
    at sun.security.ssl.AppInputStream.read(Unknown Source)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:158)
    at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:271)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
    at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:281)
    at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:259)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:209)
    at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
    at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
    at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:686)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:488)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
    at org.eclipse.ecf.provider.filetransfer.
owse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
!ENTRY org.eclipse.equinox.p2.discovery 4 0 2018-10-03 15:24:04.271
!MESSAGE Cannot download bundle at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.discovery.content.jar: Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.discovery.content.jar.
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.discovery.content.jar.
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.CacheManager.createCache(CacheManager.java:109)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.TransportUtil.downloadResource(TransportUtil.java:56)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:202)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:1)
    at java.util.concu
ent.FutureTask.run(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Socket Closed
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.socketRead(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at sun.security.ssl.InputRecord.readFully(Unknown Source)
    at sun.security.ssl.InputRecord.read(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
    at sun.security.ssl.AppInputStream.read(Unknown Source)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:158)
    at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:271)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
    at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:281)
    at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:259)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:209)
    at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
    at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
    at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:686)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:488)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
    at org.eclipse.ecf.provider.filetransfer.
owse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1002 2018-10-03 15:24:04.271
!MESSAGE Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.discovery.content.jar.
!STACK 0
java.net.SocketException: Socket Closed
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.socketRead(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at sun.security.ssl.InputRecord.readFully(Unknown Source)
    at sun.security.ssl.InputRecord.read(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
    at sun.security.ssl.AppInputStream.read(Unknown Source)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:158)
    at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:271)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
    at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:281)
    at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:259)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:209)
    at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
    at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
    at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:686)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:488)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
    at org.eclipse.ecf.provider.filetransfer.
owse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
!ENTRY org.eclipse.equinox.p2.discovery 4 0 2018-10-03 15:24:04.286
!MESSAGE Cannot download bundle at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.discovery.jar: Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.discovery.jar.
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.discovery.jar.
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.CacheManager.createCache(CacheManager.java:109)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.util.TransportUtil.downloadResource(TransportUtil.java:56)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:202)
    at org.eclipse.equinox.internal.p2.discovery.compatibility.RemoteBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteBundleDiscoveryStrategy.java:1)
    at java.util.concu
ent.FutureTask.run(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concu
ent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Socket Closed
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.socketRead(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at sun.security.ssl.InputRecord.readFully(Unknown Source)
    at sun.security.ssl.InputRecord.read(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
    at sun.security.ssl.AppInputStream.read(Unknown Source)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:158)
    at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:271)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
    at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:281)
    at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:259)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:209)
    at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
    at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
    at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:686)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:488)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
    at org.eclipse.ecf.provider.filetransfer.
owse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1002 2018-10-03 15:24:04.286
!MESSAGE Unable to read repository at https:
www.eclipse.org/downloads/download.php?r=1&file=
ecommenders/discovery/2.x/plugins/org.eclipse.recommenders.discovery.jar.
!STACK 0
java.net.SocketException: Socket Closed
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.socketRead(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at sun.security.ssl.InputRecord.readFully(Unknown Source)
    at sun.security.ssl.InputRecord.read(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
    at sun.security.ssl.AppInputStream.read(Unknown Source)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:158)
    at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:271)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
    at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
    at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:281)
    at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:259)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:209)
    at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
    at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
    at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:686)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:488)
    at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:263)
    at org.eclipse.ecf.provider.filetransfer.
owse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:69)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
ank_account/.metadata/.mylyn/.taskListIndex/segments_1
ank_account/.metadata/.mylyn/.taskListIndex/write.lock
ank_account/.metadata/.mylyn/.tasks.xml.zip
tasklist.xml

ank_account/.metadata/.mylyn
epositories.xml.zip
epositories.xml

ank_account/.metadata/.mylyn/tasks.xml.zip
tasklist.xml

ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/0/e07f3c9dddc600181398b0fe878b3b6d
public class driver_BankAccount1 {
    public static void main(String args[])
    {
        
    }
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/26/d0d466d8ddc600181398b0fe878b3b6d
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/27/902080f2dfc600181398b0fe878b3b6d
public class OverDraftAccount7 extends BankAccount1 {
    float interest;
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/3/30b6ae3ef3c600181398b0fe878b3b6dimport java.util.Scanner;
public class driver7 {
    public static void main(String args[])
    {
        Cu
entAccount7 c=new Cu
entAccount7();
        System.out.println("Enter account number");
        Scanner sc=new Scanner(System.in);
        String acc_no;
        acc_no=sc.nextLine();
        System.out.println("Enter account name");
        String acc_name;
        acc_name=sc.nextLine();
        System.out.println("Enter Balance");
        double balance;
        balance=sc.nextDouble();
        OverDraftAccount7 o=new OverDraftAccount7();
        c.setAcc_holder_name(acc_name);
        o.setAcc_holder_name(acc_name);
        c.setAccount_no(acc_no);
        o.setAccount_no(acc_no);
        c.setBalance(balance);
        o.setBalance(balance);
    }
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/38
0e5
a6f1c600181398b0fe878b3b6d
public class OverDraftAccount7 extends BankAccount1 {
    double interest;
    public OverDraftAccount7()
    {
        if(this.balance>0)
        {
            interest=0.5;
        }
        else
        {
            interest=-10;
        }
    }
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/3e/c0e51977e0c600181398b0fe878b3b6d
public class Cu
entAccount7 {
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/47/a0c1f6e0ddc600181398b0fe878b3b6d
public class BankAccount1 {
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/48/e0a719f0dfc600181398b0fe878b3b6d
public class BankAccount1 {
    private String Account_no;
    private String Acc_holder_name;
    private String Acc_state;
    private double balance;
    
    public BankAccount1()
    {
        this.Account_no="";
        this.Acc_holder_name="";
        this.Acc_state="";
        this.balance=0;
    }
    
    public BankAccount1(String Account_no,String Acc_holder_name,String Acc_state,double balance)
    {
        this.Account_no=Account_no;
        this.Acc_holder_name=Acc_holder_name;
        this.Acc_state=Acc_state;
        this.balance=balance;
    }
    public String getAccount_no() {
        return Account_no;
    }
    public void setAccount_no(String account_no) {
        Account_no = account_no;
    }
    public String getAcc_holder_name() {
        return Acc_holder_name;
    }
    public void setAcc_holder_name(String acc_holder_name) {
        Acc_holder_name = acc_holder_name;
    }
    public String getAcc_state() {
        return Acc_state;
    }
    public void setAcc_state(String acc_state) {
        Acc_state = acc_state;
    }
    public double getBalance() {
        return balance;
    }
    public void setBalance(double balance) {
        this.balance = balance;
    }
    
    public void withdraw(double amt)
    {
        if(amt>this.balance)
            System.out.println("Balance low");
        else
            this.balance-=amt;
    }
    
    public void deposit(double amt)
    {
        this.balance+=amt;
    }
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/61/2003bf47dec600181398b0fe878b3b6d
public class OverDraftAccount7 {
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/67/a01efe2ee0c600181398b0fe878b3b6d
public class OverDraftAccount7 extends BankAccount1 {
    float interest;
    public OverDraftAccount7()
    {
        if(this.balance>0)
    }
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/71/200b3e6cf6c600181398b0fe878b3b6d
public class Cu
entAccount7 extends BankAccount1 {
    double interest;
    public Cu
entAccount7()
    {
        if(this.balance>0)
            interest=1;
        else
            interest=-10;
    }
    public double getBalance()
    {
        return this.balance+(this.balance*interest);
    }
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/77/c0b73640ddc600181398b0fe878b3b6d
public class driver_BankAccount1 {
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/77/d07eac29dec600181398b0fe878b3b6d
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/78/c06f3b44e0c600181398b0fe878b3b6d
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/7a/40b7d4a0dcc600181398b0fe878b3b6d
public class BankAccount1 {
    private String Account_no;
    private String Acc_holder_name;
    private String Acc_state;
    private double balance;
    
    
    public BankAccount1(String Account_no,String Acc_holder_name,String Acc_state,double balance)
    {
        this.Account_no=Account_no;
        this.Acc_holder_name=Acc_holder_name;
        this.Acc_state=Acc_state;
        this.balance=balance;
    }
    
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/89/104b68bfdfc600181398b0fe878b3b6d
public class OverDraftAccount7 {
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/8d/c00f1e83f6c600181398b0fe878b3b6d
public class Cu
entAccount7 extends BankAccount1 {
    double interest;
    public Cu
entAccount7()
    {
        
    }
    public double getBalance()
    {
        if(this.balance>0)
            interest=1;
        else
            interest=-10;
        return this.balance+(this.balance*interest);
    }
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/a9/a0dc98abf1c600181398b0fe878b3b6d
public class Cu
entAccount7 extends BankAccount1 {
    double interest;
    public Cu
entAccount7()
    {
        if(this.balance>0)
            interest=1;
        else
            interest=-10;
    }
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history
6/103c8964f6c600181398b0fe878b3b6d
public class OverDraftAccount7 extends BankAccount1 {
    double interest;
    public OverDraftAccount7()
    {
        if(this.balance>0)
        {
            interest=0.5;
        }
        else
        {
            interest=-10;
        }
    }
    public double getBalance()
    {
        return this.balance+(this.balance*interest);
    }
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history
6/80004a33ddc600181398b0fe878b3b6d
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history
7/00b27f6edbc600181398b0fe878b3b6d
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history
c/307a0
edfc600181398b0fe878b3b6d
public class BankAccount1 {
    private String Account_no;
    private String Acc_holder_name;
    private String Acc_state;
    private double balance;
    
    
    public BankAccount1(String Account_no,String Acc_holder_name,String Acc_state,double balance)
    {
        this.Account_no=Account_no;
        this.Acc_holder_name=Acc_holder_name;
        this.Acc_state=Acc_state;
        this.balance=balance;
    }
    public String getAccount_no() {
        return Account_no;
    }
    public void setAccount_no(String account_no) {
        Account_no = account_no;
    }
    public String getAcc_holder_name() {
        return Acc_holder_name;
    }
    public void setAcc_holder_name(String acc_holder_name) {
        Acc_holder_name = acc_holder_name;
    }
    public String getAcc_state() {
        return Acc_state;
    }
    public void setAcc_state(String acc_state) {
        Acc_state = acc_state;
    }
    public double getBalance() {
        return balance;
    }
    public void setBalance(double balance) {
        this.balance = balance;
    }
    
    public void withdraw(double amt)
    {
        if(amt>this.balance)
            System.out.println("Balance low");
        else
            this.balance-=amt;
    }
    
    public void deposit(double amt)
    {
        this.balance+=amt;
    }
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/c/a0d23c91dbc600181398b0fe878b3b6d
public class BankAccount1 {
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/c
40779d1af3c600181398b0fe878b3b6d
public class driver7 {
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/d1/80a8625adcc600181398b0fe878b3b6d
public class BankAccount1 {
    String Account_no;
    String Acc_holder_name;
    String Acc_state;
    double balance;
    
    
    public BankAccount1(String Account_no,String Acc_holder_name,String Acc_state,double balance)
    {
        this.Account_no=Account_no;
        this.Acc_holder_name=Acc_holder_name;
        this.Acc_state=Acc_state;
        this.balance=balance;
    }
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/e4/c001cbd1dbc600181398b0fe878b3b6d
public class BankAccount1 {
    String Account_no;
    String Acc_holder_name;
    String Acc_state;
    double balance;
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/e5/90960680f6c600181398b0fe878b3b6d
public class OverDraftAccount7 extends BankAccount1 {
    double interest;
    public OverDraftAccount7()
    {
        
    }
    public double getBalance()
    {
        if(this.balance>0)
        {
            interest=0.5;
        }
        else
        {
            interest=-10;
        }
        return this.balance+(this.balance*interest);
    }
    
}
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/e6/30cc15cdddc600181398b0fe878b3b6declipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=e
o
org.eclipse.jdt.core.compiler.problem.enumIdentifier=e
o
org.eclipse.jdt.core.compiler.source=1.8
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/f7/407d1244dbc600181398b0fe878b3b6declipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=e
o
org.eclipse.jdt.core.compiler.problem.enumIdentifier=e
o
org.eclipse.jdt.core.compiler.source=1.8
ank_account/.metadata/.plugins/org.eclipse.core.resources/.history/ff/20705918f2c600181398b0fe878b3b6d
ank_account/.metadata/.plugins/org.eclipse.core.resources/.projects/BankAccount/.indexes/af/history.index
ank_account/.metadata/.plugins/org.eclipse.core.resources/.projects/BankAccount/.indexes/e4/history.index
ank_account/.metadata/.plugins/org.eclipse.core.resources/.projects/BankAccount/org.eclipse.jdt.core/state.dat
ank_account/.metadata/.plugins/org.eclipse.core.resources/.projects/Practical 2/.indexes/af/history.index
ank_account/.metadata/.plugins/org.eclipse.core.resources/.projects/Practical 2/.indexes/e4/history.index
ank_account/.metadata/.plugins/org.eclipse.core.resources/.projects/Practical 2/.markers
ank_account/.metadata/.plugins/org.eclipse.core.resources/.projects/Practical 2/org.eclipse.jdt.core/state.dat
ank_account/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version
ank_account/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index
ank_account/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version
ank_account/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree
ank_account/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources@±‹�#¼���%–磓¾�#master table
#Wed Oct 03 15:55:01 IST 2018
clearDelta_org.eclipse.debug.core=true
clearDelta_org.eclipse.debug.ui=true
.tree=1
clearDelta_org.eclipse.mylyn.tasks.ui=true
clearDelta_org.eclipse.jdt.core=true
clearDelta_org.eclipse.jdt.debug.ui=true
clearDelta_org.eclipse.wst.validation=true
clearDelta_org.eclipse.pde.api.tools=true
clearDelta_org.eclipse.jdt.launching=true
deltaExpiration_org.eclipse.wst.jsdt.core=1538562301279
deltaExpiration_org.eclipse.jdt.core=1538562301279
clearDelta_org.eclipse.rse.core=true
clearDelta_org.eclipse.rse.files.ui=true
clearDelta_org.eclipse.jdt.debug=true
clearDelta_org.eclipse.pde.core=true
clearDelta_org.eclipse.wst.jsdt.core=true
ÀXûó#¼���QóŒ{»wÆ@±‹�#¼���%–磓¾�#master table
#Wed Oct 03 15:55:01 IST 2018
clearDelta_org.eclipse.debug.core=false
clearDelta_org.eclipse.debug.ui=false
.tree=1
clearDelta_org.eclipse.mylyn.tasks.ui=false
clearDelta_org.eclipse.jdt.core=false
clearDelta_org.eclipse.jdt.debug.ui=false
clearDelta_org.eclipse.wst.validation=false
clearDelta_org.eclipse.pde.api.tools=false
clearDelta_org.eclipse.jdt.launching=false
deltaExpiration_org.eclipse.wst.jsdt.core=1538562301279
deltaExpiration_org.eclipse.jdt.core=1538562301279
clearDelta_org.eclipse.rse.core=false
clearDelta_org.eclipse.rse.files.ui=false
clearDelta_org.eclipse.jdt.debug=false
clearDelta_org.eclipse.pde.core=false
clearDelta_org.eclipse.wst.jsdt.core=false
ÀXûó#¼���QóŒ{»wÆ
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefseclipse.preferences.version=1
version=1
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefseclipse.preferences.version=1
org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\r\n\r\n
prefe
edTargets=default\:default|
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.epp.logging.aeri.ide.prefseclipse.preferences.version=1
esetSendMode=KEEP
esetSendModeOn=0
sendMode=NOTIFY
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefseclipse.preferences.version=1
org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=e
o
org.eclipse.jdt.core.compiler.problem.enumIdentifier=e
o
org.eclipse.jdt.core.compiler.source=1.8
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefseclipse.preferences.version=1
org.eclipse.jdt.launching.PREF_VM_XML=\r\n\r\n\r\n\r\n
vmType>\r\n
vmSettings>\r\n
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefscontent_assist_disabled_computers=org.eclipse.jdt.ui.textProposalCategory\u0000org.eclipse.recommenders.calls.rcp.proposalCategory.templates\u0000org.eclipse.mylyn.java.ui.javaAllProposalCategory\u0000org.eclipse.jdt.ui.javaAllProposalCategory\u0000org.eclipse.jdt.ui.javaTypeProposalCategory\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\u0000org.eclipse.recommenders.chain.rcp.proposalCategory.chain\u0000
content_assist_lru_history=history maxLHS\="100" maxRHS\="10"
content_assist_number_of_computers=24
content_assist_proposals_background=255,255,255
content_assist_proposals_foreground=0,0,0
eclipse.preferences.version=1
org.eclipse.jdt.internal.ui.navigator.layout=2
org.eclipse.jdt.internal.ui.navigator.li
ariesnode=true
org.eclipse.jdt.ui.formatterprofiles.version=13
org.eclipse.jdt.ui.text.code_templates_migrated=true
org.eclipse.jdt.ui.text.custom_code_templates=templates
org.eclipse.jdt.ui.text.custom_templates=templates
org.eclipse.jdt.ui.text.templates_migrated=true
spelling_locale_initialized=true
useAnnotationsPrefPage=true
useQuickDiffPrefPage=true
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jst.j2ee.webservice.ui.prefsareThereWebServices=false
eclipse.preferences.version=1
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.m2e.discovery.prefseclipse.preferences.version=1
org.eclipse.m2e.discovery.pref.projects=
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.context.core.prefseclipse.preferences.version=1
mylyn.attention.migrated=true
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.java.ui.prefseclipse.preferences.version=1
org.eclipse.mylyn.java.ui.run.count.3_10_0=1
org.eclipse.mylyn.java.ui.run.count.3_1_0=1
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.monitor.ui.prefseclipse.preferences.version=1
org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.mylyn.tasks.ui.prefseclipse.preferences.version=1
migrated.task.repositories.secure.store=true
org.eclipse.mylyn.tasks.ui.filters.nonmatching=true
org.eclipse.mylyn.tasks.ui.filters.nonmatching.encouraged=true
org.eclipse.mylyn.tasks.ui.welcome.message=true
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.pde.api.tools.prefseclipse.preferences.version=1
knownEEFragments=
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.recommenders.completion.rcp.prefscompletion_tips_seen=org.eclipse.recommenders.completion.rcp.tips.discovery\:org.eclipse.recommenders.completion.rcp.tips.types
eclipse.preferences.version=1
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.rse.core.prefsactiveuserprofiles=DESKTOP-58GQ0OQ;Team
eclipse.preferences.version=1
org.eclipse.rse.systemtype.local.systemType.defaultUserId=$4MR4K5h\!N\!
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.rse.ui.prefseclipse.preferences.version=1
org.eclipse.rse.preferences.order.connections=DESKTOP-58GQ0OQ.Local
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.ui.prefseclipse.preferences.version=1
org.eclipse.team.ui.first_time=false
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.editors.prefseclipse.preferences.version=1
overviewRuler_migration=migrated_3.1
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefsPROBLEMS_FILTERS_MIGRATE=true
eclipse.preferences.version=1
platformState=1501415360946
quickStart=false
tipsAndTricks=true
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs
org.eclipse.ui.commands/state/org.eclipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui.commands.radioState=false
org.eclipse.ui.commands/state/org.eclipse.wst.xml.views.XPathView.processor.xpathprocesso
org.eclipse.ui.commands.radioState=xpath10
PLUGINS_NOT_ACTIVATED_ON_STARTUP=;org.eclipse.m2e.discovery;
eclipse.preferences.version=1
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.jsdt.ui.prefseclipse.preferences.version=1
fontPropagated=true
org.eclipse.jface.textfont=1|Consolas|10.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Consolas;
org.eclipse.wst.jsdt.ui.editor.tab.width=
org.eclipse.wst.jsdt.ui.formatterprofiles.version=11
org.eclipse.wst.jsdt.ui.javadoclocations.migrated=true
proposalOrderMigrated=true
tabWidthPropagated=true
useAnnotationsPrefPage=true
useQuickDiffPrefPage=true
ank_account/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.ws.service.policy.prefseclipse.preferences.version=1
org.eclipse.wst.ws.service.policy.ui.servicepols.wsiprofilecomp.wsiap.defaultProtocol=http\:
schemas.xmlsoap.org/wsdl/soap
org.eclipse.wst.ws.service.policy.ui.servicepols.wsiprofilecomp.wsissbp.defaultProtocol=http\:
schemas.xmlsoap.org/wsdl/soap
ank_account/.metadata/.plugins/org.eclipse.debug.core/.launches/driver7.launch






ank_account/.metadata/.plugins/org.eclipse.debug.core/.launches/driver_BankAccount1.launch






ank_account/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml















ank_account/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi

activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration
ModelMigrationProcessor.001







topLevel
shellMaximized




persp.actionSet:org.eclipse.mylyn.doc.actionSet
persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation
persp.actionSet:org.eclipse.ui.cheatsheets.actionSet
persp.actionSet:org.eclipse.rse.core.search.searchActionSet
persp.actionSet:org.eclipse.search.searchActionSet
persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation
persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation
persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo
persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet
persp.actionSet:org.eclipse.ui.actionSet.keyBindings
persp.actionSet:org.eclipse.ui.actionSet.openFiles
persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets
persp.actionSet:org.eclipse.jst.j2ee.J2eeMainActionSet
persp.actionSet:org.eclipse.jdt.ui.JavaActionSet
persp.actionSet:org.eclipse.debug.ui.launchActionSet
persp.actionSet:org.eclipse.debug.ui.debugActionSet
persp.actionSet:org.eclipse.ui.NavigateActionSet
persp.viewSC:org.eclipse.ui.navigator.ProjectExplore
persp.viewSC:org.eclipse.wst.server.ui.ServersView
persp.viewSC:org.eclipse.datatools.connectivity.DataSourceExplorerNavigato
persp.viewSC:org.eclipse.ui.views.BookmarkView
persp.viewSC:org.eclipse.ui.views.ContentOutline
persp.viewSC:org.eclipse.ui.views.PropertySheet
persp.viewSC:org.eclipse.ui.views.ResourceNavigato
persp.viewSC:org.eclipse.wst.common.snippets.internal.ui.SnippetsView
persp.viewSC:org.eclipse.ui.views.AllMarkersView
persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks
persp.viewSC:org.eclipse.search.ui.views.SearchView
persp.viewSC:org.eclipse.ui.console.ConsoleView
persp.showIn:org.eclipse.ui.navigator.ProjectExplore
persp.actionSet:org.eclipse.wst.ws.explorer.explore
persp.newWizSC:org.eclipse.m2e.core.wizards.Maven2ProjectWizard
persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView
persp.perspSC:org.eclipse.debug.ui.DebugPerspective
persp.perspSC:org.eclipse.jdt.ui.JavaPerspective
persp.perspSC:org.eclipse.ui.resourcePerspective
persp.perspSC:org.eclipse.wst.web.ui.webDevPerspective
persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard
persp.newWizSC:org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard
persp.newWizSC:org.eclipse.jst.ejb.ui.project.facet.EjbProjectWizard
persp.newWizSC:org.eclipse.jst.j2ee.jca.ui.internal.wizard.ConnectorProjectWizard
persp.newWizSC:org.eclipse.jst.j2ee.ui.project.facet.appclient.AppClientProjectWizard
persp.newWizSC:org.eclipse.wst.web.ui.internal.wizards.SimpleWebProjectWizard
persp.newWizSC:org.eclipse.jpt.ui.wizard.newJpaProject
persp.newWizSC:org.eclipse.jst.servlet.ui.internal.wizard.AddServletWizard
persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddSessionBeanWizard
persp.newWizSC:org.eclipse.jst.ejb.ui.internal.wizard.AddMessageDrivenBeanWizard
persp.newWizSC:org.eclipse.jpt.ui.wizard.newEntity
persp.newWizSC:org.eclipse.jst.ws.creation.ui.wizard.serverwizard
persp.newWizSC:org.eclipse.ui.wizards.new.folde
persp.newWizSC:org.eclipse.ui.wizards.new.file
persp.actionSet:org.eclipse.wst.server.ui.internal.we
owser.actionSet
persp.actionSet:org.eclipse.debug.ui.
eakpointActionSet
persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet
persp.showIn:org.eclipse.eclemma.ui.CoverageView
persp.newWizSC:org.eclipse.jpt.jpa.ui.wizard.newJpaProject
persp.perspSC:org.eclipse.jpt.ui.jpaPerspective

































persp.actionSet:org.eclipse.mylyn.doc.actionSet
persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation
persp.actionSet:org.eclipse.ui.cheatsheets.actionSet
persp.actionSet:org.eclipse.rse.core.search.searchActionSet
persp.actionSet:org.eclipse.search.searchActionSet
persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation
persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation
persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo
persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet
persp.actionSet:org.eclipse.ui.actionSet.keyBindings
persp.actionSet:org.eclipse.ui.actionSet.openFiles
persp.actionSet:org.eclipse.wst.jsdt.chromium.debug.ui.actionSets
persp.actionSet:org.eclipse.debug.ui.launchActionSet
persp.actionSet:org.eclipse.jdt.ui.JavaActionSet
persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet
persp.actionSet:org.eclipse.ui.NavigateActionSet
persp.viewSC:org.eclipse.jdt.ui.PackageExplore
persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy
persp.viewSC:org.eclipse.jdt.ui.SourceView
persp.viewSC:org.eclipse.jdt.ui.JavadocView
persp.viewSC:org.eclipse.search.ui.views.SearchView
persp.viewSC:org.eclipse.ui.console.ConsoleView
persp.viewSC:org.eclipse.ui.views.ContentOutline
persp.viewSC:org.eclipse.ui.views.ProblemView
persp.viewSC:org.eclipse.ui.views.ResourceNavigato
persp.viewSC:org.eclipse.ui.views.TaskList
persp.viewSC:org.eclipse.ui.views.ProgressView
persp.viewSC:org.eclipse.ui.navigator.ProjectExplore
persp.viewSC:org.eclipse.ui.texteditor.TemplatesView
persp.viewSC:org.eclipse.pde.runtime.LogView
persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard
persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard
persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard
persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard
persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard
persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard
persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard
persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard
persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard
persp.newWizSC:org.eclipse.ui.wizards.new.folde
persp.newWizSC:org.eclipse.ui.wizards.new.file
persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard
persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective
persp.perspSC:org.eclipse.debug.ui.DebugPerspective
persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks
persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task
persp.showIn:org.eclipse.jdt.ui.PackageExplore
persp.showIn:org.eclipse.team.ui.GenericHistoryView
persp.showIn:org.eclipse.ui.views.ResourceNavigato
persp.showIn:org.eclipse.ui.navigator.ProjectExplore
persp.perspSC:org.eclipse.wst.jsdt.ui.JavaPerspective
persp.actionSet:org.eclipse.debug.ui.
eakpointActionSet
persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet
persp.showIn:org.eclipse.egit.ui.RepositoriesView
persp.viewSC:org.eclipse.tm.terminal.view.ui.TerminalsView
persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView
persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard
persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet
persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet
persp.showIn:org.eclipse.eclemma.ui.CoverageView
persp.viewSC:org.eclipse.ant.ui.views.AntView



org.eclipse.e4.primaryNavigationStack
active


















org.eclipse.e4.secondaryNavigationStack







org.eclipse.e4.secondaryDataStack






















View
categoryTag:Help




View
categoryTag:General

ViewMenu
menuContribution:menu






View
categoryTag:Help



org.eclipse.e4.primaryDataStack
EditorStack


Edito
org.eclipse.jdt.ui.CompilationUnitEdito
removeOnHide



Edito
org.eclipse.jdt.ui.CompilationUnitEdito
removeOnHide



Edito
org.eclipse.jdt.ui.CompilationUnitEdito
removeOnHide



Edito
org.eclipse.jdt.ui.CompilationUnitEdito
removeOnHide







View
categoryTag:General

ViewMenu
menuContribution:menu






View
categoryTag:General




View
categoryTag:Java




View
categoryTag:Java Browsing




View
categoryTag:General

ViewMenu
menuContribution:menu






View
categoryTag:General




View
categoryTag:Serve




View
categoryTag:Data Management




View
categoryTag:General





View
categoryTag:General

ViewMenu
menuContribution:menu






View
categoryTag:General





View
categoryTag:General

ViewMenu
menuContribution:menu






View
categoryTag:General




View
categoryTag:General




View
categoryTag:General





View
categoryTag:General

ViewMenu
menuContribution:menu







View
categoryTag:Mylyn

ViewMenu
menuContribution:menu







View
categoryTag:Java
active
activeOnClose

ViewMenu
menuContribution:menu






View
categoryTag:Java




View
categoryTag:Java




View
categoryTag:General




View
categoryTag:Git




View
categoryTag:Terminal




View
categoryTag:Java




View
categoryTag:Ant



toolbarSeparato



Draggable



toolbarSeparato



Draggable


Draggable


Draggable


Draggable


Draggable


Draggable


Draggable


toolbarSeparato



Draggable



toolbarSeparato



toolbarSeparato



Draggable


stretch
SHOW_RESTORE_MENU


Draggable
HIDEABLE
SHOW_RESTORE_MENU




stretch


Draggable


Draggable




TrimStack
Draggable












platform:win32



















































































































































































































































































































































































































































































































platform:win32


























































































































































































Edito




View
categoryTag:Ant




View
categoryTag:Gradle




View
categoryTag:Gradle




View
categoryTag:Data Management




View
categoryTag:Data Management




View
categoryTag:Data Management




View
categoryTag:Debug




View
categoryTag:Debug




View
categoryTag:Debug




View
categoryTag:Debug




View
categoryTag:Debug




View
categoryTag:Debug




View
categoryTag:Debug




View
categoryTag:Java




View
categoryTag:Git




View
categoryTag:Git




View
categoryTag:Git




View
categoryTag:Git




View
categoryTag:Git




View
categoryTag:General




View
categoryTag:Help




View
categoryTag:Debug




View
categoryTag:Java




View
categoryTag:Java




View
categoryTag:Java




View
categoryTag:Java Browsing




View
categoryTag:Java Browsing




View
categoryTag:Java Browsing




View
categoryTag:Java Browsing




View
categoryTag:Java




View
categoryTag:General




View
categoryTag:Java




View
categoryTag:Java




View
categoryTag:JPA




View
categoryTag:JPA




View
categoryTag:JavaServer Faces




View
categoryTag:JavaServer Faces




View
categoryTag:Web Services




View
categoryTag:Maven




View
categoryTag:Maven




View
categoryTag:Mylyn




View
categoryTag:Mylyn




View
categoryTag:Mylyn




View
categoryTag:Oomph




View
categoryTag:API Tools




View
categoryTag:Plug-in Development




View
categoryTag:Plug-in Development




View
categoryTag:Plug-in Development




View
categoryTag:Plug-in Development




View
categoryTag:Plug-in Development




View
categoryTag:Code Recommenders




View
categoryTag:Code Recommenders




View
categoryTag:Code Recommenders




View
categoryTag:Code Recommenders




View
categoryTag:Remote Systems




View
categoryTag:Remote Systems




View
categoryTag:Remote Systems




View
categoryTag:Remote Systems




View
categoryTag:Remote Systems




View
categoryTag:Remote Systems




View
categoryTag:Remote Systems




View
categoryTag:General




View
categoryTag:General




View
categoryTag:Team




View
categoryTag:Team




View
categoryTag:Terminal




View
categoryTag:Othe




View
categoryTag:General




View
categoryTag:General




View
categoryTag:Help




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:General




View
categoryTag:Debug




View
categoryTag:JavaScript




View
categoryTag:JavaScript




View
categoryTag:JavaScript




View
categoryTag:JavaScript




View
categoryTag:JavaScript




View
categoryTag:Serve




View
categoryTag:XML




View
categoryTag:XML




View
categoryTag:XML




View
categoryTag:XML




View
categoryTag:XML






glue
move_after:PerspectiveSpace
SHOW_RESTORE_MENU


move_after:Spacer Glue
HIDEABLE
SHOW_RESTORE_MENU


glue
move_after:SearchField
SHOW_RESTORE_MENU















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































ank_account/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.serve
http-cache.lucene60/segments_1
ank_account/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.serve
http-cache.lucene60/write.lock
ank_account/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.serve
local-history.lucene60/segments_1
ank_account/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.serve
local-history.lucene60/write.lock
ank_account/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.serve
local-history.lucene60/_0.cfe
ank_account/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.serve
local-history.lucene60/_0.cfs
ank_account/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.serve
local-history.lucene60/_0.si
ank_account/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.serve
server-config.json{
"version": "v1",
"title": "Eclipse",
"timestamp": 1538550538596,
"ttl": 10080,
"helpUrl": "https:
dev.eclipse.org
ecommenders/community/aeri/v2/help/",
"feedbackUrl": "https:
www.codetrails.com/e
or-analytics/",
"aboutUrl": "https:
wiki.eclipse.org/EPP/Logging",
"submitUrl": "https:
dev.eclipse.org
ecommenders/community/confess/0.6
eports/",
"maxReportSize": 262144,
"problemsUrl": "https:
www.eclipse.org/downloads/download.php?r\u003d1\u0026file\u003d/technology/epp/logging/problems.zip",
"problemsTtl": 20160,
"interestUrl": "https:
dev.eclipse.org
ecommenders/community/confess/v2/interest",
"connectTimeout": 10,
"socketTimeout": 10,
"acceptedProducts": [
"org.eclipse.*",
"org.fordiac.*"
],
"acceptedPlugins": [
"org.apache.log4j.*",
"org.eclipse.*",
"org.fordiac.*"
],
"acceptedPackages": [
"ch.qos.*",
"com.cforcoding.*",
"com.google.*",
"com.gradleware.tooling.*",
"com.mountainminds.eclemma.*",
"com.naef.*",
"com.sun.*",
"java.*",
"javafx.*",
"javax.*",
"org.apache.*",
"org.eclipse.*",
"org.fordiac.*",
"org.gradle.*",
"org.jacoco.*",
"org.osgi.*",
"org.slf4j.*",
"sun.*"
],
"requiredPackages": [
"com.cforcoding.*",
"com.gradleware.tooling.*",
"com.mountainminds.eclemma.*",
"com.naef.*",
"org.eclipse.*",
"org.fordiac.*",
"org.gradle.*",
"org.jacoco.*"
],
"acceptOtherPackages": false,
"acceptUiFreezes": true,
"ignoredStatuses": [
":java.io.IOException:There is not enough space on the disk",
":java.net.*:",
"org.eclipse.core.filesystem::Could not delete*",
"org.eclipse.core.filesystem::Could not move*",
"org.eclipse.core.resources:org.eclipse.core.internal.resources.ResourceException:Resource is out of sync with the file system*",
"org.eclipse.core.runtime::Invalid input url*",
"org.eclipse.epp.mpc.ui:java.io.IOException:",
"org.eclipse.equinox.p2.*::",
"org.eclipse.jface:java.io.IOException:Unable to resolve plug-in*",
"org.eclipse.oomph.setup.core:$org.apache.http.ConnectionClosedException:",
"org.eclipse.pde.core::The cu
ent target platform contains e
ors*",
"org.eclipse.ui::Conflicting handlers for*"
],
"problemsZipLastDownloadTimestamp": 0
}
ank_account/.metadata/.plugins/org.eclipse.equinox.p2.discovery.compatibility/cache/discovery1195534769
    
    
    
ank_account/.metadata/.plugins/org.eclipse.jdt.core/1056031855.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/134360950.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/1654674800.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/1686655237.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/189530877.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/1924480154.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/197789008.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/2075892729.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/2725125150.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/2816613229.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/2878348267.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/3145607036.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/3294775327.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/3449055620.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/3608585563.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/3627084181.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/3982276604.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/4005617011.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/4062329064.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/543409727.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache
ank_account/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache
ank_account/.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps
ank_account/.metadata/.plugins/org.eclipse.jdt.core/index.d
ank_account/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txtjava
ank_account/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache
ank_account/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txtINDEX VERSION 1.130+D:\tutoring\bank_account\.metadata\.plugins\org.eclipse.jdt.core
3294775327.index
2878348267.index
ank_account/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat
ank_account/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml

ank_account/.metadata/.plugins/org.eclipse.jdt.launching/li
aryInfos.xml















ank_account/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml
    
        
        
        
        
        
    
    
        
        
        
        
    
    
        
        
    
    
        
    
    
    
    
    
    
        
        
        
        
        
    
    
        
        
    
    
    
ank_account/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml
ank_account/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml

ank_account/.metadata/.plugins/org.eclipse.m2e.logback.configuration/0.log2018-10-03 12:38:53,946 [Worker-1] INFO c.g.t.t.d.PublishedGradleVersions - Gradle version information cache is out-of-date. Trying to update.
ank_account/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.8.0.20170516-2043.xml


%date [%thread] %-5level %logger{35} - %msg%n


OFF



${org.eclipse.m2e.log.dir}/0.log

${org.eclipse.m2e.log.dir}/%i.log
1
10


100MB


%date [%thread] %-5level %logger{35} - %msg%n




WARN










ank_account/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup
ank_account/.metadata/.plugins/org.eclipse.pde.core/.cache/clean-cache.properties#Cached timestamps
#Wed Oct 03 15:55:02 IST 2018
ank_account/.metadata/.plugins/org.eclipse.rse.core/.log
ank_account/.metadata/.plugins/org.eclipse.rse.core/initializerMarks/org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark
ank_account/.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.desktop-58gq0oq_32539/FP.local.files_0/node.properties# RSE DOM Node
00-name=DESKTOP-58GQ0OQ\:local.files
01-type=FilterPool
03-attr.default=true
03-attr.deletable=true
03-attr.id=local.files
03-attr.nonRenamable=false
03-attr.owningParentName=null
03-attr.release=200
03-attr.singleFilterStringOnly=false
03-attr.singleFilterStringOnlyESet=false
03-attr.stringsCaseSensitive=true
03-attr.supportsDuplicateFilterStrings=false
03-attr.supportsNestedFilters=true
03-attr.type=default
06-child.00000.00-name=My Home
06-child.00000.01-type=Filte
06-child.00000.03-attr.default=false
06-child.00000.03-attr.filterType=default
06-child.00000.03-attr.id=My Home
06-child.00000.03-attr.nonChangable=false
06-child.00000.03-attr.nonDeletable=false
06-child.00000.03-attr.nonRenamable=false
06-child.00000.03-attr.promptable=false
06-child.00000.03-attr.relativeOrder=0
06-child.00000.03-attr.release=200
06-child.00000.03-attr.singleFilterStringOnly=false
06-child.00000.03-attr.stringsCaseSensitive=false
06-child.00000.03-attr.stringsNonChangable=false
06-child.00000.03-attr.supportsDuplicateFilterStrings=false
06-child.00000.03-attr.supportsNestedFilters=true
06-child.00000.06-child.00000.00-name=C\:\\Users\\DELL\\*
06-child.00000.06-child.00000.01-type=FilterString
06-child.00000.06-child.00000.03-attr.default=false
06-child.00000.06-child.00000.03-attr.string=C\:\\Users\\DELL\\*
06-child.00000.06-child.00000.03-attr.type=default
06-child.00001.00-name=Drives
06-child.00001.01-type=Filte
06-child.00001.03-attr.default=false
06-child.00001.03-attr.filterType=default
06-child.00001.03-attr.id=Drives
06-child.00001.03-attr.nonChangable=false
06-child.00001.03-attr.nonDeletable=false
06-child.00001.03-attr.nonRenamable=false
06-child.00001.03-attr.promptable=false
06-child.00001.03-attr.relativeOrder=0
06-child.00001.03-attr.release=200
06-child.00001.03-attr.singleFilterStringOnly=false
06-child.00001.03-attr.stringsCaseSensitive=false
06-child.00001.03-attr.stringsNonChangable=false
06-child.00001.03-attr.supportsDuplicateFilterStrings=false
06-child.00001.03-attr.supportsNestedFilters=true
06-child.00001.06-child.00000.00-name=*
06-child.00001.06-child.00000.01-type=FilterString
06-child.00001.06-child.00000.03-attr.default=false
06-child.00001.06-child.00000.03-attr.string=*
06-child.00001.06-child.00000.03-attr.type=default
ank_account/.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.desktop-58gq0oq_32539/H.local_16/node.properties# RSE DOM Node
00-name=Local
01-type=Host
03-attr.description=
03-attr.hostname=LOCALHOST
03-attr.offline=false
03-attr.promptable=false
03-attr.systemType=org.eclipse.rse.systemtype.local
03-attr.type=Local
06-child.00000.00-name=Local Connector Service
06-child.00000.01-type=ConnectorService
06-child.00000.03-attr.group=Local Connector Service
06-child.00000.03-attr.port=0
06-child.00000.03-attr.useSSL=false
06-child.00000.06-child.00000.00-name=Local Files
06-child.00000.06-child.00000.01-type=SubSystem
06-child.00000.06-child.00000.03-attr.hidden=false
06-child.00000.06-child.00000.03-attr.type=local.files
06-child.00000.06-child.00000.06-child.00000.00-name=DESKTOP-58GQ0OQ___DESKTOP-58GQ0OQ\:local.files
06-child.00000.06-child.00000.06-child.00000.01-type=FilterPoolReference
06-child.00000.06-child.00000.06-child.00000.03-attr.refID=local.files
06-child.00000.06-child.00001.00-name=Local Shells
06-child.00000.06-child.00001.01-type=SubSystem
06-child.00000.06-child.00001.03-attr.hidden=false
06-child.00000.06-child.00001.03-attr.type=local.shells
ank_account/.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.desktop-58gq0oq_32539/node.properties# RSE DOM Node
00-name=DESKTOP-58GQ0OQ
01-type=Profile
03-attr.defaultPrivate=true
03-attr.isActive=true
05-ref.00000=FP.local.files_0
05-ref.00001=H.local_16
ank_account/.metadata/.plugins/org.eclipse.rse.ui/.log
ank_account/.metadata/.plugins/org.eclipse.tm.terminal.view.ui/.executables/data.properties#Wed Oct 03 12:38:26 IST 2018
0.Path=C\:\\Program Files\\Git\\bin\\sh.exe
0.Name=Git Bash
0.Args=--login -i
0.Translate=true
0.Icon=C\:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico
ank_account/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
    
        
        
        
    
ank_account/.metadata/.plugins/org.eclipse.ui.intro/introstate
ank_account/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
    
        
        
        
        
        
        
        
        
        
        
    
    
    
ank_account/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml

ank_account/.metadata/.plugins/org.eclipse.wst.jsdt.core/externalLibsTimeStamps
ank_account/.metadata/.plugins/org.eclipse.wst.jsdt.core/li
aries
aseBrowserLi
ary.js/*******************************************************************************
* Copyright (c) 2008, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http:
www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************
**
* Object DOMException()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Object
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Object
*
function DOMException(){};
DOMException.prototype = new Object();
**
* Constant DOMException.INDEX_SIZE_ERR=1
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.INDEX_SIZE_ERR=1;
**
* Constant DOMException.DOMSTRING_SIZE_ERR=2
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.DOMSTRING_SIZE_ERR=2;
**
* Constant DOMException.HIERARCHY_REQUEST_ERR=3
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.HIERARCHY_REQUEST_ERR=3;
**
* Constant DOMException.WRONG_DOCUMENT_ERR=4
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.WRONG_DOCUMENT_ERR=4;
**
* Constant DOMException.INVALID_CHARACTER_ERR=5
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.INVALID_CHARACTER_ERR=5;
**
* Constant DOMException.NO_DATA_ALLOWED_ER=6
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.NO_DATA_ALLOWED_ER=6;
**
* Constant DOMException.NO_MODIFICATION_ALLOWED_ERR=7
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.NO_MODIFICATION_ALLOWED_ERR=7;
**
* Constant DOMException.NOT_FOUND_ERR=8
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.NOT_FOUND_ERR=8;
**
* Constant DOMException.NOT_SUPPORTED_ERR=9
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.NOT_SUPPORTED_ERR=9;
**
* Constant DOMException.INUSE_ATTRIBUTE_ERR=10
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.INUSE_ATTRIBUTE_ERR=10;
**
* Constant DOMException.INVALID_STATE_ERR=11
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.INVALID_STATE_ERR=11;
**
* Constant DOMException.SYNTAX_ERR=12
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.SYNTAX_ERR=12;
**
* Constant DOMException.INVALID_MODIFICATION_ER=13
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.INVALID_MODIFICATION_ER=13;
**
* Constant DOMException.NAMESPACE_ERR=14
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.NAMESPACE_ERR=14;
**
* Constant DOMException.NVALID_ACCESS_ERR=15
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.INVALID_ACCESS_ERR=15;
**
* Property code
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DOMException.prototype.code=0;
**
* Object DOMImplementation()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Object
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Object
*
function DOMImplementation(){};
DOMImplementation.prototype = new Object();
**
* function hasFeature(feature, version)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} feature
* @param {String} version
* @returns {Boolean}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
DOMImplementation.prototype.hasFeature = function(feature, version){return false;};
**
* function createDocumentType(qualifiedName, publicId, systemId)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} qualifiedName
* @param {String} publicId
* @param {String} systemId
* @returns {DocumentType}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see DocumentType
*/
DOMImplementation.prototype.createDocumentType = function(qualifiedName, publicId, systemId){return new DocumentType();};
**
* function createDocument(namespaceURI, qualifiedName, doctype)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} qualifiedName
* @param {DocumentType} doctype
* @returns {Document}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Document
*/
DOMImplementation.prototype.createDocument = function(namespaceURI, qualifiedName, doctype){return new HTMLDocument();};
**
* Object DocumentFragment()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*
function DocumentFragment(){};
DocumentFragment.prototype=new Node();
**
* Object Document()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
function Document(){};
Document.prototype = new Node();
**
* Property defaultView
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Window
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Window
*/
Document.prototype.defaultView = new Window();
**
* Property doctype
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type DocumentType
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see DocumentType
*/
Document.prototype.doctype = new DocumentType();
**
* Property implementation
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type DOMImplementation
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see DOMImplementation
*/
Document.prototype.implementation = new DOMImplementation();
**
* Property documentElement
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Element
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Element
*/
Document.prototype.documentElement= new HTMLElement();
**
* Property styleSheets
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type A
ay
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Document.prototype.styleSheets= new A
ay();
**
* function createElement(tagName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} tagName
* @returns {Element}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Element
*/
Document.prototype.createElement=function(tagName){return new HTMLElement();};
**
* function createDocumentFragment()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @returns {DocumentFragment}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see DocumentFragment
*/
Document.prototype.createDocumentFragment=function(){return new DocumentFragment();};
**
* function createTextNode(data)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} data
* @returns {Text}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Text
*/
Document.prototype.createTextNode=function(data){return new Text();};
**
* function createComment(data)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} data
* @returns {Comment}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Comment
*/
Document.prototype.createComment=function(data){return new Comment();};
**
* function createCDATASection(data)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} data
* @returns {CDATASection}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see CDATASection
*
Document.prototype.createCDATASection=function(data){};
**
* function createProcessingInstruction(target, data)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type ProcessingInstruction
* @param {String} target
* @param {String} data
* @returns {ProcessingInstruction}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see ProcessingInstruction
*
Document.prototype.createProcessingInstruction=function(target, data){return new ProcessingInstruction();};
**
* function createAttribute(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @returns {Attr}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Attr
*
Document.prototype.createAttribute=function(name){return new Attr();};
**
* function createEntityReference(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @returns {EntityReference}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see EntityReference
*
Document.prototype.createEntityReference=function(name){return new EntityReference();};
**
* function getElementsByTagName(tagname)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} tagname
* @returns {NodeList}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see NodeList
*
Document.prototype.getElementsByTagName=function(tagname){return new NodeList();};
**
* function importNode(importedNode, deep)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Node} importedNode
* @param {Boolean} deep
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*
Document.prototype.importNode=function(importedNode, deep){return new Node();};
**
* function createElementNS(namespaceURI, qualifiedName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} qualifiedName
* @returns {Element}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Element
*
Document.prototype.createElementNS=function(namespaceURI, qualifiedName){return new HTMLElement();};
**
* function createEvent(String eventType)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} eventType
* @returns {Object}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Element
*
Document.prototype.createEvent=function(eventType){return new Object();};
**
* function createAttributeNS(namespaceURI, qualifiedName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} qualifiedName
* @returns {Attr}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Attr
*
Document.prototype.createAttributeNS=function(namespaceURI, qualifiedName){return new Attr();};
**
* function getElementsByTagNameNS(namespaceURI, localName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} localName
* @returns {NodeList}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see NodeList
*
Document.prototype.getElementsByTagNameNS=function(namespaceURI, localName){return new NodeList();};
**
* function getElementById(elementId)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} elementId
* @returns {Element}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Element
*/
Document.prototype.getElementById=function(elementId){return new HTMLElement();};
**
* Object Node()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Object
* @constructo
* @memberOf Node
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see EventTarget
*
function Node(){};
Node.prototype=new EventTarget();
**
* Constant Node.ELEMENT_NODE=1
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.ELEMENT_NODE=1;
**
* Constant Node.ATTRIBUTE_NODE=2
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.ATTRIBUTE_NODE=2;
**
* Constant Node.TEXT_NODE=3
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.TEXT_NODE=3;
**
* Constant Node.CDATA_SECTION_NODE=4
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.CDATA_SECTION_NODE=4;
**
* Constant Node.ENTITY_REFERENCE_NODE=5
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.ENTITY_REFERENCE_NODE=5;
**
* Constant Node.ENTITY_NODE=6
* @type Numbe
* @memberOf Node
* @see Node
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
Node.ENTITY_NODE=6;
**
* Constant Node.PROCESSING_INSTRUCTION_NODE=7
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.PROCESSING_INSTRUCTION_NODE=7;
**
* Constant Node.COMMENT_NODE=8
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.COMMENT_NODE=8;
**
* Constant Node.DOCUMENT_NODE=9
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.DOCUMENT_NODE=9;
**
* Constant Node.DOCUMENT_TYPE_NODE=10
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.DOCUMENT_TYPE_NODE=10;
**
* Constant Node.DOCUMENT_FRAGMENT_NODE=11
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.DOCUMENT_FRAGMENT_NODE=11;
**
* Constant Node.NOTATION_NODE=12
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @constant
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Node.NOTATION_NODE=12;
**
* Property nodeName
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.nodeName = "";
**
* Property nodeValue
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.nodeValue = "";
**
* Property nodeType
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.nodeType = 0;
**
* Property parentNode
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Node
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.parentNode=new Node();
**
* Property childNodes
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type NodeList
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see NodeList
*/
Node.prototype.childNodes=new NodeList();
**
* Property firstChild
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Node
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.firstChild=new Node();
**
* Property lastChild
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Node
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.lastChild=new Node();
**
* Property previousSibling
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Node
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.previousSibling=new Node();
**
* Property nextSibling
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Node
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.nextSibling=new Node();
**
* Property attributes
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type NamedNodeMap
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see NamedNodeMap
*/
Node.prototype.attributes=new NamedNodeMap();
**
* Property ownerDocument
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Document
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Document
*/
Node.prototype.ownerDocument = new HTMLDocument();
**
* Property namespaceURI
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.namespaceURI="";
**
* Property prefix
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.prefix = "";
**
* Property localName
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.localName= "";
**
* function insertBefore(newChild, refChild)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Node} newChild
* @param {Node} refChild
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.insertBefore = function(newChild, refChild){return new Node();};
**
* function replaceChild(newChild, oldChild)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Node} newChild
* @param {Node} oldChild
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.replaceChild = function(newChild, oldChild){return new Node();};
**
* function removeChild(oldChild)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Node} oldChild
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.removeChild = function(oldChild){return new Node();};
**
* function appendChild(newChild)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Node} newChild
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.appendChild = function(newChild){return new Node();};
**
* function hasChildNodes()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @returns {Boolean}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.hasChildNodes=function(){return false;};
**
* function cloneNode(deep)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Boolean} deep
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
Node.prototype.cloneNode=function(deep){return new Node();};
**
* function normalize()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.normalize = function(){};
**
* function isSupported(feature, version)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} feature
* @param {String} version
* @returns {Boolean}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.isSupported=function(feature, version){return false;};
**
* function hasAttributes()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @returns {Boolean}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Node.prototype.hasAttributes=function(){return false;};
**
* Object NodeList()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Object
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Object
*
function NodeList(){};
NodeList.prototype = new Object();
**
* Property length
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
NodeList.prototype.length=0;
**
* function item(index)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
* Note: This object can also be dereferenced using square
acket notation (e.g. obj[1]). Dereferencing with an integer index is equivalent to invoking the item method with that index
*
* @param {Number} index
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
NodeList.prototype.item = function(index){return new Node();};
**
* Object NamedNodeMap()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Object
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Object
*
function NamedNodeMap(){};
NamedNodeMap.prototype = new Object();
**
* Property length
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
NamedNodeMap.prototype.length=0;
**
* function getNamedItem(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
NamedNodeMap.prototype.getNamedItem=function(name){return new Node();};
**
* function setNamedItem(arg)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Node} arg
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
NamedNodeMap.prototype.setNamedItem=function(arg){return new Node();};
**
* function removeNamedItem(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
NamedNodeMap.prototype.removeNamedItem=function(name){return new Node();};
**
* function item(index)
* Note: This object can also be dereferenced using square
acket notation (e.g. obj[1]). Dereferencing with an integer index is equivalent to invoking the item method with that index.
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Number} index
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
NamedNodeMap.prototype.item=function(index){return new Node();};
**
* function getNamedItemNS(namespaceURI, localName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} localName
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
NamedNodeMap.prototype.getNamedItemNS=function(namespaceURI, localName){return new Node();};
**
* function setNamedItemNS(arg)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Node} arg
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
NamedNodeMap.prototype.setNamedItemNS=function(arg){return new Node();};
**
* function removeNamedItemNS(namespaceURI, localName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} localName
* @returns {Node}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
NamedNodeMap.prototype.removeNamedItemNS=function(namespaceURI, localName){return new Node();};
**
* Object CharacterData()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
function CharacterData(){};
CharacterData.prototype=new Node();
**
* Property data
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
CharacterData.prototype.data="";
**
* Property length
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
CharacterData.prototype.length=0;
**
* function substringData(offset, count)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Number} offset
* @param {Number} count
* @returns {String}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
CharacterData.prototype.substringData=function(offset, count){return "";};
**
* function appendData(arg)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} arg
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
CharacterData.prototype.appendData=function(arg){};
**
* function insertData(offset, arg)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Number} offset
* @param {String} arg
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
CharacterData.prototype.insertData=function(offset, arg){};
**
* function deleteData(offset, count)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Number} offset
* @param {Number} count
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
CharacterData.prototype.deleteData=function(offset, count){};
**
* function replaceData(offset, count, arg)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Number} offset
* @param {Number} count
* @param {String} arg
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
CharacterData.prototype.replaceData=function(offset, count, arg){};
**
* Object Attr()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*
function Attr(){};
Attr.prototype = new Node();
**
* Property name
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Attr.prototype.name = "";
**
* Property specified
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Boolean
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Attr.prototype.specified = false;
**
* Property value
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Attr.prototype.value = "";
**
* Property ownerElement
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type Element
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Element
*/
Attr.prototype.ownerElement = new Element();
**
* Object Element()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*
function Element(){};
Element.prototype=new Node();
**
* Property tagName
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.tagName="";
**
* function addEventListener(Stirng type, Function listener, Boolean useCapture)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} type
* @param {Function} listene
* @param {Boolean} useCapture
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.addEventListener=function(type, listener, useCapture){};
**
* function attachEvent(String type, Function listener)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} type
* @param {Function} listene
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.attachEvent=function(type, listener){};
**
* function detachEvent(String type, Function listener)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} type
* @param {Function} listene
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.detachEvent=function(type, listener){};
**
* function dispatchEvent(Object event)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Object} event
* @returns {Boolean}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.dispatchEvent=function(event){return false;};
**
* function getAttribute(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @returns {String}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.getAttribute=function(name){return "";};
**
* function setAttribute(name, value)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @param {String} value
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.setAttribute=function(name, value){};
**
* function removeAttribute(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.removeAttribute=function(name){};
**
* function getAttributeNode(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @returns {Attr}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.getAttributeNode=function(name){return new Attr();};
**
* function setAttributeNode(newAttr)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Attr} newAtt
* @returns {Attr}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.setAttributeNode=function(newAttr){return new Attr();};
**
* function removeAttributeNode(oldAttr)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Attr} oldAtt
* @returns {Attr}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Element.prototype.removeAttributeNode=function(oldAttr){return new Attr();};
**
* function getElementsByTagName(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @returns {NodeList}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.getElementsByTagName=function(name){return new NodeList();};
**
* function getAttributeNS(namespaceURI, localName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} localName
* @returns {String}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.getAttributeNS=function(namespaceURI, localName){return "";};
**
* function setAttributeNS(namespaceURI, qualifiedName, value)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} qualifiedName
* @param {String} value
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.setAttributeNS=function(namespaceURI, qualifiedName, value){};
**
* function removeAttributeNS(namespaceURI, localName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} localName
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Element.prototype.removeAttributeNS=function(namespaceURI, localName){};
**
* function getAttributeNodeNS(namespaceURI, localName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} localName
* @returns {Attr}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.getAttributeNodeNS=function(namespaceURI, localName){return new Attr();};
**
* function setAttributeNodeNS(newAttr)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Attr} newAtt
* @returns {Attr}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.setAttributeNodeNS=function(newAttr){return new Attr();};
**
* function getElementsByTagNameNS(namespaceURI, localName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} localName
* @returns {NodeList}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.getElementsByTagNameNS=function(namespaceURI, localName){return new NodeList();};
**
* function hasAttribute(name)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} name
* @returns {Boolean}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Element.prototype.hasAttribute=function(name){return false;};
**
* function hasAttributeNS(namespaceURI, localName)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {String} namespaceURI
* @param {String} localName
* @returns {Boolean}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
Element.prototype.hasAttributeNS=function(namespaceURI, localName){return false;};
**
* Object Text()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments CharacterData
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see CharacterData
*
function Text(){};
Text.prototype = new CharacterData();
**
* function splitText(offset)
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @param {Number} offset
* @returns {Text}
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Text
*
Text.prototype.splitText = function(offset) {return new Text();};
**
* Object Comment()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments CharacterData
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see CharacterData
*
function Comment(){};
Comment.prototype = new CharacterData();
**
* Object CDATASection()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Text
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Text
*
function CDATASection(){};
CDATASection.prototype = new Text();
**
* Object DocumentType()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*
function DocumentType(){};
DocumentType.prototype = new Node();
**
* Property name
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DocumentType.prototype.name="";
**
* Property entities
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type NamedNodeMap
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DocumentType.prototype.entities = new NamedNodeMap();
**
* Property notations
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type NamedNodeMap
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DocumentType.prototype.notations=new NamedNodeMap();
**
* Property publicId
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DocumentType.prototype.publicId="";
**
* Property systemId
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DocumentType.prototype.systemId="";
**
* Property internalSubset
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*
DocumentType.prototype.internalSubset="";
**
* Object Notation()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*
function Notation(){};
Notation.prototype=new Node();
**
* Property publicId
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Notation.prototype.publicId="";
**
* Property systemId
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Notation.prototype.systemId="";
**
* Object Entity()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
function Entity(){};
Entity.prototype=new Node();
**
* Property publicId
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Entity.prototype.publicId="";
**
* Property systemId
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Entity.prototype.systemId="";
**
* Property notationName
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
Entity.prototype.notationName="";
**
* Object EntityReference()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
function EntityReference(){};
EntityReference.prototype=new Node();
**
* Object ProcessingInstruction()
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @augments Node
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
* @see Node
*/
function ProcessingInstruction(){};
ProcessingInstruction.prototype=new Node();
**
* Property target
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
ProcessingInstruction.prototype.target="";
**
* Property target
* http:
www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
*
* @type String
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model Core Definition.
*/
ProcessingInstruction.prototype.data="";
*HTML DOM Below this line*
**
* Object HTMLCollection()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @augments Object
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*/
function HTMLCollection(){};
HTMLCollection.prototype = new Object();
**
* Property length
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type Numbe
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLCollection.prototype.length=0;
**
* function item(index)
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @param {Number} index
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLCollection.prototype.item = function(index){return new Node();};
**
* function namedItem(name)
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @param {String} name
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLCollection.prototype.namedItem = function(index){return new Node();};
**
* Object HTMLOptionsCollection()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @augments Object
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*/
function HTMLOptionsCollection(){};
HTMLOptionsCollection.prototype = new Object();
**
* Property length
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type Numbe
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLOptionsCollection.prototype.length=0;
**
* function item(index)
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @param {Number} index
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLOptionsCollection.prototype.item = function(index){return new Node();};
**
* function namedItem(name)
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @param {String} name
* @returns {Node}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLOptionsCollection.prototype.namedItem = function(index){return new Node();};
**
* Object HTMLDocument()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @augments Document
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
* @see Document
*/
function HTMLDocument(){};
HTMLDocument.prototype = new Document();
**
* Property title
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.title="";
**
* Property refe
e
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.refe
er="";
**
* Property domain
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.domain="";
**
* Property URL
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.URL="";
**
* Property body
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type HTMLElement
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.body=new HTMLElement();
**
* Property images
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type HTMLCollection
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.images=new HTMLCollection();
**
* Property applets
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type HTMLCollection
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.applets=new HTMLCollection();
**
* Property links
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type HTMLCollection
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.links=new HTMLCollection();
**
* Property forms
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type HTMLCollection
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.forms=new HTMLCollection();
**
* Property anchors
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type HTMLCollection
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.anchors=new HTMLCollection();
**
* Property cookie
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @throws DOMException
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.cookie="";
**
* Property lastModified
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.lastModified="";
**
* function open()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.open = function(){};
**
* function close()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.close = function(){};
**
* function write(text)
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @param {String} text
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.write = function(text){};
**
* function writeln(text)
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @param {String} text
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.writeln = function(text){};
**
* function getElementsByName(elementName)
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @param {String} elementName
* @returns {NodeList}
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLDocument.prototype.getElementsByName = function(elementName){return new NodeList();};
**
* Object HTMLElement()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @augments Element
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
* @see Element
*/
function HTMLElement(){};
HTMLElement.prototype = new Element();
**
* Property id
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLElement.prototype.id="";
**
* Property title
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLElement.prototype.title="";
**
* Property lang
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLElement.prototype.lang="";
**
* Property di
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLElement.prototype.dir="";
**
* Property className
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLElement.prototype.className="";
**
* Property innerHTML
*
* @type String
*
HTMLElement.prototype.innerHTML="";
**
* Property offsetHeight
*
* @type Numbe
*
HTMLElement.prototype.offsetHeight=0;
**
* Property offsetWidth
*
* @type Numbe
*
HTMLElement.prototype.offsetWidth=0;
**
* Property offsetLeft
*
* @type Numbe
*
HTMLElement.prototype.offsetLeft=0;
**
* Property offsetTop
*
* @type Numbe
*
HTMLElement.prototype.offsetTop=0;
**
* Property offsetParent
*
* @type HTMLElement
*
HTMLElement.prototype.offsetParent = new HTMLElement();
**
* Property scrollHeight
*
* @type Numbe
*
HTMLElement.prototype.scrollHeight=0;
**
* Property scrollWidth
*
* @type Numbe
*
HTMLElement.prototype.scrollWidth=0;
**
* Property scrollLeft
*
* @type Numbe
*
HTMLElement.prototype.scrollLeft=0;
**
* Property scrollTop
*
* @type Numbe
*
HTMLElement.prototype.scrollTop=0;
**
* Property style
*
* @type CSS2Properties
*
HTMLElement.prototype.style = new CSS2Properties();
**
* Object HTMLHtmlElement()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @augments HTMLElement
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
* @see HTMLElement
*
function HTMLHtmlElement(){};
HTMLHtmlElement.prototype = new HTMLElement();
**
* Property version
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLHtmlElement.prototype.version="";
**
* Object HTMLHeadElement()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @augments HTMLElement
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
* @see HTMLElement
*
function HTMLHeadElement(){};
HTMLHeadElement.prototype = new HTMLElement();
**
* Property profile
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLHeadElement.prototype.profile="";
**
* Object HTMLLinkElement()
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @augments HTMLElement
* @constructo
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
* @see HTMLElement
*
function HTMLLinkElement(){};
HTMLLinkElement.prototype = new HTMLElement();
**
* Property disabled
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type Boolean
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLLinkElement.prototype.disabled=false;
**
* Property charset
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
* @since Level 2 Document Object Model HTML Specification.
*
HTMLLinkElement.prototype.charset="";
**
* Property href
* http:
www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/html.html
*
* @type String
* @since Standard ECMA-262 3rd. Edition
*...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here