zeus.concepts
Class SLParser
java.lang.Object
zeus.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLParser
public SLParser()
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.