|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.sgml.Sgml2Xml
public class Sgml2Xml
Not so fast... This class is not a realy Sgml2Xml convertor. It takes an SGML document and tries to prepare it for an XML parser For a true conversion we need an Java SGML parser... If you know one let me know.... What does it do:
Constructor Summary | |
---|---|
Sgml2Xml(Document doc)
The other constructor |
|
Sgml2Xml(String SgmlDoc)
The constructor initialises some member fields |
Method Summary | |
---|---|
String |
convert()
This method is responsable with document conversion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sgml2Xml(String SgmlDoc)
SgmlDoc
- the content of the Sgml document that will be modifiedpublic Sgml2Xml(Document doc)
doc
- The Gate document that will be transformed to XMLMethod Detail |
---|
public String convert() throws IOException, MalformedURLException
IOException
MalformedURLException
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |