Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
F G H I J L N S T X

F

FEATURE - Static variable in class javax.xml.transform.sax.SAXResult
Factory feature indicating that SAX results are supported.
FEATURE - Static variable in class javax.xml.transform.sax.SAXSource
Factory feature indicating that SAX sources are supported.
FEATURE - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
Factory feature indicating that the factory can be cast to this class.
FEATURE_XMLFILTER - Static variable in class javax.xml.transform.sax.SAXTransformerFactory
Factory feature indicating that this factory can create new XMLFilters.

G

getHandler() - Method in class javax.xml.transform.sax.SAXResult
Returns the content handler to which result document events will be propagated.
getInputSource() - Method in class javax.xml.transform.sax.SAXSource
Returns the input source to parse.
getLexicalHandler() - Method in class javax.xml.transform.sax.SAXResult
Returns the lexical handler to which lexical events will be propagated.
getSystemId() - Method in class javax.xml.transform.sax.SAXResult
Returns the system ID which this result represnts.
getSystemId() - Method in class javax.xml.transform.sax.SAXSource
Returns the system ID for this source.
getSystemId() - Method in interface javax.xml.transform.sax.TemplatesHandler
Returns the system ID for the templates object created by this processor.
getSystemId() - Method in interface javax.xml.transform.sax.TransformerHandler
Returns the system ID relative to which URLs will be resolved.
getTemplates() - Method in interface javax.xml.transform.sax.TemplatesHandler
Returns the templates object created by the parsing of the SAX events.
getTransformer() - Method in interface javax.xml.transform.sax.TransformerHandler
Returns the transformer associated with this handler in order to set parameters and output properties.
getXMLReader() - Method in class javax.xml.transform.sax.SAXSource
Returns the SAX parser to be used by this source.

H

handler - Variable in class javax.xml.transform.sax.SAXResult
 

I

inputSource - Variable in class javax.xml.transform.sax.SAXSource
 

J

javax.xml.transform.sax - package javax.xml.transform.sax
Base "TRAX" API for XSLT transformers.

L

lexicalHandler - Variable in class javax.xml.transform.sax.SAXResult
 

N

newTemplatesHandler() - Method in class javax.xml.transform.sax.SAXTransformerFactory
Returns a content handler that can process SAX events into a transformation template.
newTransformerHandler(Source) - Method in class javax.xml.transform.sax.SAXTransformerFactory
Returns a content handler that can process SAX events into a result, using the specified transformation.
newTransformerHandler(Templates) - Method in class javax.xml.transform.sax.SAXTransformerFactory
Returns a content handler that can process SAX events into a result, using the specified transformation.
newTransformerHandler() - Method in class javax.xml.transform.sax.SAXTransformerFactory
Returns a content handler that can process SAX events into a result, using the identity transform.
newXMLFilter(Source) - Method in class javax.xml.transform.sax.SAXTransformerFactory
Creates an XML filter for the specified source.
newXMLFilter(Templates) - Method in class javax.xml.transform.sax.SAXTransformerFactory
Creates an XML filter for the specified compiled stylesheet.

S

SAXResult - class javax.xml.transform.sax.SAXResult.
Specifies SAX handlers to be used as a result sink during a transformation.
SAXResult() - Constructor for class javax.xml.transform.sax.SAXResult
Default constructor.
SAXResult(ContentHandler) - Constructor for class javax.xml.transform.sax.SAXResult
Constructor specifying a content handler.
SAXSource - class javax.xml.transform.sax.SAXSource.
Specifies a SAX XML source.
SAXSource() - Constructor for class javax.xml.transform.sax.SAXSource
Default constructor.
SAXSource(XMLReader, InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Constructor with a SAX parser and input source.
SAXSource(InputSource) - Constructor for class javax.xml.transform.sax.SAXSource
Constructor with an input source.
SAXTransformerFactory - class javax.xml.transform.sax.SAXTransformerFactory.
Specialized transformer factory with support for SAX-specific factory methods.
SAXTransformerFactory() - Constructor for class javax.xml.transform.sax.SAXTransformerFactory
 
setHandler(ContentHandler) - Method in class javax.xml.transform.sax.SAXResult
Sets the content handler to which result document events will be propagated.
setInputSource(InputSource) - Method in class javax.xml.transform.sax.SAXSource
Sets the input source to parse.
setLexicalHandler(LexicalHandler) - Method in class javax.xml.transform.sax.SAXResult
Sets the lexical handler to which lexical events will be propagated.
setResult(Result) - Method in interface javax.xml.transform.sax.TransformerHandler
Sets the result sink to be used as the output of the transformation.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXResult
Sets the system ID which this result represents.
setSystemId(String) - Method in class javax.xml.transform.sax.SAXSource
Sets the system ID for this source.
setSystemId(String) - Method in interface javax.xml.transform.sax.TemplatesHandler
Sets the system ID for the templates object created by this processor.
setSystemId(String) - Method in interface javax.xml.transform.sax.TransformerHandler
Sets the system ID relative to which URLs will be resolved.
setXMLReader(XMLReader) - Method in class javax.xml.transform.sax.SAXSource
Sets the SAX parser to be used by this source.
sourceToInputSource(Source) - Static method in class javax.xml.transform.sax.SAXSource
Converts a source into a SAX input source.
systemId - Variable in class javax.xml.transform.sax.SAXResult
 

T

TemplatesHandler - interface javax.xml.transform.sax.TemplatesHandler.
A content handler that processes SAX parse events into a compiled transformation template.
TransformerHandler - interface javax.xml.transform.sax.TransformerHandler.
A content handler that transforms SAX events into a result tree.

X

xmlReader - Variable in class javax.xml.transform.sax.SAXSource
 

F G H I J L N S T X