ContentHandler
public interface TemplatesHandler extends ContentHandler
Note that TemplatesHandler does not need to implement LexicalHandler.
Modifier and Type | Method | Description |
---|---|---|
String |
getSystemId() |
Get the base ID (URI or system ID) from where relative URLs will be resolved. |
Templates |
getTemplates() |
When a TemplatesHandler object is used as a ContentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed. |
void |
setSystemId |
Set the base ID (URI or system ID) for the Templates object created by this builder. |
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
Templates getTemplates()
void setSystemId(String systemID)
systemID
- Base URI for this stylesheet.String getSystemId()
setSystemId(java.lang.String)
.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.xml/javax/xml/transform/sax/TemplatesHandler.html