ca.intelliware.amakihi.fixture
Class VirtualBrowser

java.lang.Object
  |
  +--ca.intelliware.amakihi.fixture.VirtualBrowser

public class VirtualBrowser
extends java.lang.Object


Inner Class Summary
 class VirtualBrowser.Anchor
           
 class VirtualBrowser.Form
           
 
Constructor Summary
VirtualBrowser()
           
 
Method Summary
 VirtualBrowser.Anchor findAnchor(org.w3c.dom.Element input)
          Find the anchor element that corresponds to the input anchor.
 VirtualBrowser.Form findForm(org.w3c.dom.Element input)
           
 org.w3c.dom.Document getCurrentDocument()
           
 java.net.URL getCurrentURL()
           
protected  ca.intelliware.amakihi.fixture.VirtualBrowser.Result isMatchOnAttributes(org.w3c.dom.Element inputElement, org.w3c.dom.Element potentialMatch, java.lang.String attributeName)
           
 void set(java.net.URL currentURL, org.w3c.dom.Document currentDocument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualBrowser

public VirtualBrowser()
Method Detail

set

public void set(java.net.URL currentURL,
                org.w3c.dom.Document currentDocument)

getCurrentURL

public java.net.URL getCurrentURL()

getCurrentDocument

public org.w3c.dom.Document getCurrentDocument()

findForm

public VirtualBrowser.Form findForm(org.w3c.dom.Element input)

findAnchor

public VirtualBrowser.Anchor findAnchor(org.w3c.dom.Element input)

Find the anchor element that corresponds to the input anchor.


isMatchOnAttributes

protected ca.intelliware.amakihi.fixture.VirtualBrowser.Result isMatchOnAttributes(org.w3c.dom.Element inputElement,
                                                                                   org.w3c.dom.Element potentialMatch,
                                                                                   java.lang.String attributeName)


Copyright 2002 Intelliware Development. All Rights Reserved.