|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.provider.xml.dom.Provider
treebolic.provider.xslt.Provider
public class Provider
Provider with XSL transformation
Field Summary | |
---|---|
protected static boolean |
docToDoc
Transformation method |
Fields inherited from class treebolic.provider.xml.dom.Provider |
---|
theContext, theUrl |
Constructor Summary | |
---|---|
Provider()
|
Method Summary | |
---|---|
protected java.net.URL |
getDtdUrl()
Get URL of DTD file |
protected org.xml.sax.EntityResolver |
getEntityResolver()
Get entity resolver |
protected java.net.URL |
getXsltUrl()
Get URL of XSLT file |
private org.w3c.dom.Document |
makeDocument(java.net.URL thisUrl,
java.net.URL thisXsltUrl)
Make document |
protected Model |
makeModel(java.net.URL thisUrl)
Make model from url |
protected Tree |
makeTree(java.net.URL thisUrl)
Make tree from url |
Methods inherited from class treebolic.provider.xml.dom.Provider |
---|
ask, connect, inform, makeDocument, makeModel, makeTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final boolean docToDoc
Constructor Detail |
---|
public Provider()
Method Detail |
---|
protected java.net.URL getXsltUrl()
protected java.net.URL getDtdUrl()
protected org.xml.sax.EntityResolver getEntityResolver()
protected Model makeModel(java.net.URL thisUrl)
Provider
makeModel
in class Provider
thisUrl
- url
protected Tree makeTree(java.net.URL thisUrl)
Provider
makeTree
in class Provider
thisUrl
- url
private org.w3c.dom.Document makeDocument(java.net.URL thisUrl, java.net.URL thisXsltUrl)
thisUrl
- data urlthisXsltUrl
- xslt url
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |