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