|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxml.musicCatalog.MyJaxpDomParser
public class MyJaxpDomParser
Constructor Summary | |
---|---|
MyJaxpDomParser()
|
Method Summary | |
---|---|
void |
addItem(Item item)
Adds a newly created Item object to the DOM Document |
Item |
createItem()
Creates and returns a new Item object |
org.w3c.dom.Document |
dtdParse(java.lang.String uri,
java.io.OutputStream os)
|
org.w3c.dom.Document |
parse(java.lang.String uri,
java.io.OutputStream os)
|
void |
toHtml(java.io.File stylesheet)
Writes a DOM Document as HTML |
void |
toXml()
Writes a DOM Document as XML |
org.w3c.dom.Document |
xsdParse(java.lang.String uri,
java.io.OutputStream os)
Parses an XML Document with XMLSchema validation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyJaxpDomParser()
Method Detail |
---|
public org.w3c.dom.Document parse(java.lang.String uri, java.io.OutputStream os) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document dtdParse(java.lang.String uri, java.io.OutputStream os) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document xsdParse(java.lang.String uri, java.io.OutputStream os) throws java.lang.Exception
java.lang.Exception
public Item createItem()
public void addItem(Item item) throws java.lang.Exception
java.lang.Exception
public void toHtml(java.io.File stylesheet) throws java.lang.Exception
java.lang.Exception
public void toXml() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |