|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.xalan.xsltc.compiler.Parser
|
+--org.apache.xalan.xsltc.trax.TemplatesHandlerImpl
Implementation of a JAXP1.1 TemplatesHandler
| Method Summary | |
java.lang.String |
getSystemId()
Implements javax.xml.transform.sax.TemplatesHandler.getSystemId() Get the base ID (URI or system ID) from where relative URLs will be resolved. |
Templates |
getTemplates()
Implements javax.xml.transform.sax.TemplatesHandler.getTemplates() When a TemplatesHandler object is used as a ContentHandler or DocumentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed. |
void |
init()
Internal initialization |
InputSource |
loadSource(java.lang.String href,
java.lang.String context,
XSLTC xsltc)
This method implements XSLTC's SourceLoader interface. |
void |
setDocumentLocator(Locator locator)
Recieve an object for locating the origin of SAX document events. |
void |
setSystemId(java.lang.String id)
Implements javax.xml.transform.sax.TemplatesHandler.setSystemId() Get the base ID (URI or system ID) from where relative URLs will be resolved. |
void |
setURIResolver(URIResolver resolver)
Store URIResolver needed for Transformers. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public void init()
public java.lang.String getSystemId()
public void setSystemId(java.lang.String id)
id - Base URI for this stylesheetpublic void setURIResolver(URIResolver resolver)
public Templates getTemplates()
public void setDocumentLocator(Locator locator)
public InputSource loadSource(java.lang.String href,
java.lang.String context,
XSLTC xsltc)
href - The URI of the document to loadcontext - The URI of the currently loaded documentxsltc - The compiler that resuests the document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||