|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.palserv.XMidi.JAXP
This is the helper class for the Sun JAXP parser. This class allows the JAXP parser to be used with the rest of the com.palserv.XMidi package.
Constructor Summary | |
JAXP()
The default public constructor must be public so it can be invoked "by name". |
Method Summary | |
org.w3c.dom.Document |
getNewDoc()
Simply return a new (empty) Document |
org.w3c.dom.Document |
parseXML(java.lang.String fid)
Parse the XML and return a DOM Document |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JAXP()
Util.getDoc
method for how it is used.Method Detail |
public org.w3c.dom.Document parseXML(java.lang.String fid)
parseXML
in interface Parser
String
- the filename of the XML documentpublic 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 |