|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.tigerxml.core.TBuilder
public class TBuilder
| Constructor Summary | |
|---|---|
TBuilder()
|
|
| Method Summary | |
|---|---|
static void |
buildT(T t,
Sentence sent,
org.w3c.dom.Element tElement,
int pos)
Builds up a given (ideally empty) T by getting
all information from the given DOM Element
tElement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TBuilder()
| Method Detail |
|---|
public static final void buildT(T t,
Sentence sent,
org.w3c.dom.Element tElement,
int pos)
T by getting
all information from the given DOM Element
tElement.
t - The T instance to be built (can be empty).sent - The Sentence to hold the new T.tElement - The DOM Element containing
a T element of a TIGER XML Document.pos - The position of the new T in the
Sentence.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||