There is no summary.

Assembly: VrmlEAI.NET
Collapse/Expand Public Classes
  Name Description
Public Class BrowserFactory Factory that creates new Browser instances.
Public Class ConnectionException Exception that gets thrown when the network connection to a running X3D browser instance fails.
Public Class InvalidBrowserException Exception that gets thrown when you call a method on a Browser object that is not valid.
Public Class InvalidNodeException Exception that gets thrown when you use a Node object that is not valid.
Public Class InvalidURLException Exception that gets thrown when you specify an invalid URL.
Public Class InvalidVrmlException Exception that gets thrown when you specify invalid VRML code.
Public Class Abstract Node Reference to a VRML node.
Public Class NoSuchBrowserException Exception that gets thrown when you try to get a reference to a browser that does not exist.
Public Class NotSupportedException Exception that gets thrown when you try to call a method of the EAI that is not implemented.
Public Class URLUnavailableException Exception that gets thrown when the EAI is not able to access a resource specified by a URL.
Public Class VrmlException Ancestor of all Exception thrown by the EAI.
Collapse/Expand Public Interfaces
  Name Description
Public Interface Browser Reference to a Browser instance.
Public Interface BrowserFactoryImpl Implementation of the BrowserFactory class.