characters
public void characters(char[] ch,
int start,
int length)
Just forward SAX2 event to parser object.
endDocument
public void endDocument()
throws SAXException
Just forward SAX2 event to parser object.
endElement
public void endElement(String uri,
String localname,
String qname)
Just forward SAX2 event to parser object.
endPrefixMapping
public void endPrefixMapping(String prefix)
Just forward SAX2 event to parser object.
getSystemId
public String getSystemId()
Implements javax.xml.transform.sax.TemplatesHandler.getSystemId()
Get the base ID (URI or system ID) from where relative URLs will be
resolved.
- The systemID that was set with setSystemId(String id)
getTemplates
public 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.
- The Templates object that was created during the SAX event
process, or null if no Templates object has been created.
ignorableWhitespace
public void ignorableWhitespace(char[] ch,
int start,
int length)
Just forward SAX2 event to parser object.
loadSource
public InputSource loadSource(String href,
String context,
XSLTC xsltc)
This method implements XSLTC's SourceLoader interface. It is used to
glue a TrAX URIResolver to the XSLTC compiler's Input and Import classes.
- loadSource in interface SourceLoader
href
- The URI of the document to loadcontext
- The URI of the currently loaded documentxsltc
- The compiler that resuests the document
- An InputSource with the loaded document
processingInstruction
public void processingInstruction(String name,
String value)
Just forward SAX2 event to parser object.
setDocumentLocator
public void setDocumentLocator(Locator locator)
Set internal system Id and forward SAX2 event to parser object.
setSystemId
public void setSystemId(String id)
Implements javax.xml.transform.sax.TemplatesHandler.setSystemId()
Get the base ID (URI or system ID) from where relative URLs will be
resolved.
id
- Base URI for this stylesheet
setURIResolver
public void setURIResolver(URIResolver resolver)
Store URIResolver needed for Transformers.
skippedEntity
public void skippedEntity(String name)
Just forward SAX2 event to parser object.
startDocument
public void startDocument()
Re-initialize parser and forward SAX2 event.
startElement
public void startElement(String uri,
String localname,
String qname,
Attributes attributes)
throws SAXException
Just forward SAX2 event to parser object.
startPrefixMapping
public void startPrefixMapping(String prefix,
String uri)
Just forward SAX2 event to parser object.