Ila

Uses of Class
org.topoweb.ila.protocol.IlaProtocolException

Packages that use IlaProtocolException
org.topoweb.ila.protocol Defines the over-the-wire representation (or other serialization) of some Ila classes and interfaces. 
 

Uses of IlaProtocolException in org.topoweb.ila.protocol
 

Methods in org.topoweb.ila.protocol that throw IlaProtocolException
 void RequestParser.load(org.w3c.dom.Element env)
           
 org.topoweb.util.StringRange RequestParser.getRange(org.w3c.dom.Element func)
           
 int RequestParser.getPage(org.w3c.dom.Element func)
           
 int RequestParser.getMaxCount(org.w3c.dom.Element func)
           
 org.topoweb.net.Ori RequestParser.getOri(org.w3c.dom.Element func)
           
 int RequestParser.getLinkType(org.w3c.dom.Element func)
           
protected  void RequestParser.checkVersion(java.lang.String version)
          Checks the protocol version.
 LinkNode PLinkNode.toLinkNode(org.w3c.dom.Element element)
          Translates the given element to a LinkNode instance.
 int PMaxCountAttr.readMaxCount(org.w3c.dom.Element func)
          Reads and returns the "max count" from the given element.
 int PLinkTypeAttr.readLinkType(org.w3c.dom.Element func)
          Reads and returns the "link type" from the given element.
 int PPageAttr.readPage(org.w3c.dom.Element func)
          Reads and returns the page order from the given element.
 org.topoweb.util.StringRange PRangeAttr.readRange(org.w3c.dom.Element func)
          Reads and returns a StringRange from the given element.
 org.topoweb.net.Ori POriAttr.readOri(org.w3c.dom.Element func)
          Reads and returns the "ORI" from the given element.
 Node PNode.toNode(org.w3c.dom.Element element)
          Translates the given element to a Node instance.
 NodeSet PNodeSet.toNodeSet(org.w3c.dom.Element element)
          Translates the given element to a NodeSet instance.
 State PState.toState(org.w3c.dom.Element element)
          Translates the given element to a State instance.
 


Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.