zeus.concepts
Class SLParser

java.lang.Object
  extended byzeus.concepts.SLParser

public class SLParser
extends java.lang.Object

zeus.concepts.SLParser wraps the SLParsers in Zeus, the parsers themselves are from the team at the University of Parma and TILabs, so thanks for that guys! Please see the LGPL license that the parser classes in sl && JADE_SL are under.

To use this you need to call the parse method with the content that you are parsing


Constructor Summary
SLParser()
           
 
Method Summary
static AbsContentElement parse(java.lang.String s)
          here is the method that you must call!
static java.util.List parse0(java.lang.String s)
           
static AbsContentElement parsefull(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLParser

public SLParser()
Method Detail

parse

public static AbsContentElement parse(java.lang.String s)
here is the method that you must call!


parsefull

public static AbsContentElement parsefull(java.lang.String s)

parse0

public static java.util.List parse0(java.lang.String s)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.