|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.palserv.XMidi.Xerces
This class allows the Xerces XML parser
to be used with the XMidi package.
For more details see the
XSilfide
class
Constructor Summary | |
Xerces()
The default constructor (which takes no arguments and does nothing) is necessary. |
Method Summary | |
org.w3c.dom.Document |
getNewDoc()
This routine simply returns a DOM Document. |
org.w3c.dom.Document |
parseXML(java.lang.String fid)
This is the conversion routine. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Xerces()
Method Detail |
public org.w3c.dom.Document parseXML(java.lang.String fid)
parseXML
in interface Parser
String
- fid - file id of XML file to parse.public org.w3c.dom.Document getNewDoc()
getNewDoc
in interface Parser
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |