|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a SAX ContentHandler that may be used to process SAX events into an Templates objects. This is an abstract class instead of an interface, so it can be a ContentHandler object, for passing into the JAXP SAXParser interface.
Method Summary | |
Templates |
getTemplates()
When this object is used as a ContentHandler or DocumentHandler, it will create a Templates object, which the caller can get once the SAX events have been completed. |
void |
setBaseID(java.lang.String baseID)
Set the base ID (URL or system ID) for the stylesheet created by this builder. |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Method Detail |
public Templates getTemplates() throws TransformException
public void setBaseID(java.lang.String baseID)
baseID
- Base URL for this stylesheet.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |