| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xalan.xsltc.trax.TransformerHandlerImplpublic class TransformerHandlerImplextends java.lang.Objectimplements TransformerHandler, DeclHandlerConstructor Summary | |
| |
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
Transformer |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public TransformerHandlerImpl(TransformerImpl transformer)
Cosntructor - pass in reference to a TransformerImpl object
public void attributeDecl(String eName,
String aName,
String type,
String valueDefault,
String value)
throws SAXExceptionImplements org.xml.sax.ext.DeclHandler.attributeDecl()
- Specified by:
- attributeDecl in interface DeclHandler
public void characters(char[] ch,
int start,
int length)
throws SAXExceptionImplements org.xml.sax.ContentHandler.characters() Receive notification of character data.
public void comment(char[] ch,
int start,
int length)
throws SAXExceptionImplements org.xml.sax.ext.LexicalHandler.comment() Receieve notification of a comment
public void elementDecl(String name,
String model)
throws SAXExceptionImplements org.xml.sax.ext.DeclHandler.elementDecl()
- Specified by:
- elementDecl in interface DeclHandler
public void endCDATA()
throws SAXExceptionImplements org.xml.sax.ext.LexicalHandler.endCDATA()
- Specified by:
- endCDATA in interface LexicalHandler
public void endDTD()
throws SAXExceptionImplements org.xml.sax.ext.LexicalHandler.endDTD()
- Specified by:
- endDTD in interface LexicalHandler
public void endDocument()
throws SAXExceptionImplements org.xml.sax.ContentHandler.endDocument() Receive notification of the end of a document.
- Specified by:
- endDocument in interface ContentHandler
public void endElement(String namespaceURI,
String localName,
String qname)
throws SAXExceptionImplements org.xml.sax.ContentHandler.endElement() Receive notification of the end of an element.
- Specified by:
- endElement in interface ContentHandler
public void endEntity(String name)
throws SAXExceptionImplements org.xml.sax.ext.LexicalHandler.endEntity()
- Specified by:
- endEntity in interface LexicalHandler
public void endPrefixMapping(String prefix)
throws SAXExceptionImplements org.xml.sax.ContentHandler.endPrefixMapping() End the scope of a prefix-URI Namespace mapping.
- Specified by:
- endPrefixMapping in interface ContentHandler
public void externalEntityDecl(String name,
String publicId,
String systemId)
throws SAXExceptionImplements org.xml.sax.ext.DeclHandler.externalEntityDecl()
- Specified by:
- externalEntityDecl in interface DeclHandler
public String getSystemId()
Implements javax.xml.transform.sax.TransformerHandler.getSystemId() Get the base ID (URI or system ID) from where relative URLs will be resolved.
- Specified by:
- getSystemId in interface TransformerHandler
- Returns:
- The systemID that was set with setSystemId(String id)
public Transformer getTransformer()
Implements javax.xml.transform.sax.TransformerHandler.getTransformer() Get the Transformer associated with this handler, which is needed in order to set parameters and output properties.
- Specified by:
- getTransformer in interface TransformerHandler
- Returns:
- The Transformer object
public void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXExceptionImplements org.xml.sax.ContentHandler.ignorableWhitespace() Receive notification of ignorable whitespace in element content. Similar to characters(char[], int, int).
public void internalEntityDecl(String name,
String value)
throws SAXExceptionImplements org.xml.sax.ext.DeclHandler.externalEntityDecl()
- Specified by:
- internalEntityDecl in interface DeclHandler
public void notationDecl(String name,
String publicId,
String systemId)
throws SAXExceptionImplements org.xml.sax.DTDHandler.notationDecl()
- Specified by:
- notationDecl in interface DTDHandler
public void processingInstruction(String target,
String data)
throws SAXExceptionImplements org.xml.sax.ContentHandler.processingInstruction() Receive notification of a processing instruction.
- Specified by:
- processingInstruction in interface ContentHandler
public void setDocumentLocator(Locator locator)
Implements org.xml.sax.ContentHandler.setDocumentLocator() Receive an object for locating the origin of SAX document events.
- Specified by:
- setDocumentLocator in interface ContentHandler
public void setResult(Result result) throws IllegalArgumentException
Implements javax.xml.transform.sax.TransformerHandler.setResult() Enables the user of the TransformerHandler to set the to set the Result for the transformation.
- Specified by:
- setResult in interface TransformerHandler
- Parameters:
result- A Result instance, should not be null
public void setSystemId(String id)
Implements javax.xml.transform.sax.TransformerHandler.setSystemId() Get the base ID (URI or system ID) from where relative URLs will be resolved.
- Specified by:
- setSystemId in interface TransformerHandler
- Parameters:
id- Base URI for this stylesheet
public void skippedEntity(String name)
throws SAXExceptionImplements org.xml.sax.ContentHandler.skippedEntity() Receive notification of a skipped entity.
- Specified by:
- skippedEntity in interface ContentHandler
public void startCDATA()
throws SAXExceptionImplements org.xml.sax.ext.LexicalHandler.startCDATA()
- Specified by:
- startCDATA in interface LexicalHandler
public void startDTD(String name,
String publicId,
String systemId)
throws SAXExceptionImplements org.xml.sax.ext.LexicalHandler.startDTD()
- Specified by:
- startDTD in interface LexicalHandler
public void startDocument()
throws SAXExceptionImplements org.xml.sax.ContentHandler.startDocument() Receive notification of the beginning of a document.
- Specified by:
- startDocument in interface ContentHandler
public void startElement(String uri,
String localName,
String qname,
Attributes attributes)
throws SAXExceptionImplements org.xml.sax.ContentHandler.startElement() Receive notification of the beginning of an element.
- Specified by:
- startElement in interface ContentHandler
public void startEntity(String name)
throws SAXExceptionImplements org.xml.sax.ext.LexicalHandler.startEntity()
- Specified by:
- startEntity in interface LexicalHandler
public void startPrefixMapping(String prefix,
String uri)
throws SAXExceptionImplements org.xml.sax.ContentHandler.startPrefixMapping() Begin the scope of a prefix-URI Namespace mapping.
- Specified by:
- startPrefixMapping in interface ContentHandler
public void unparsedEntityDecl(String name,
String publicId,
String systemId,
String notationName)
throws SAXExceptionImplements org.xml.sax.DTDHandler.unparsedEntityDecl()
- Specified by:
- unparsedEntityDecl in interface DTDHandler