Java javax.xml.transform.sax TemplatesHandler fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.transform.sax TemplatesHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.transform.sax TemplatesHandler.

The text is from its open source code.

Implementation

javax.xml.transform.sax.TemplatesHandler has the following implementations.
Click this link to see all its implementation.

Method

TemplatesgetTemplates()
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.
voidsetDocumentLocator(Locator locator)
Receive an object for locating the origin of SAX document events.
voidsetSystemId(String systemID)
Set the base ID (URI or system ID) for the Templates object created by this builder.