Movatterモバイル変換


[0]ホーム

URL:


         


Class SAXResult

java.lang.Object  |  +--javax.xml.transform.sax.SAXResult
All Implemented Interfaces:
Result

public classSAXResult
extends java.lang.Object
implementsResult

Acts as an holder for a transformation Result.


FEATURE
          IfTransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Result output of this type.
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING,PI_ENABLE_OUTPUT_ESCAPING
 
SAXResult()
          Zero-argument default constructor.
SAXResult(ContentHandler handler)
          Create a SAXResult that targets a SAX2ContentHandler.
 
getHandler()
          Get theContentHandler that is the Result.
getLexicalHandler()
          Get a SAX2LexicalHandler for the output.
getSystemId()
          Get the system identifier that was set with setSystemId.
setHandler(ContentHandler handler)
          Set the target to be a SAX2ContentHandler.
setLexicalHandler(LexicalHandler handler)
          Set the SAX2LexicalHandler for the output.
setSystemId(java.lang.String systemId)
          Method setSystemId Set the systemID that may be used in association with theContentHandler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

FEATURE

public static final java.lang.StringFEATURE
IfTransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Result output of this type.

SAXResult

publicSAXResult()
Zero-argument default constructor.

SAXResult

publicSAXResult(ContentHandler handler)
Create a SAXResult that targets a SAX2ContentHandler.
Parameters:
handler - Must be a non-null ContentHandler reference.

setHandler

public voidsetHandler(ContentHandler handler)
Set the target to be a SAX2ContentHandler.
Parameters:
handler - Must be a non-null ContentHandler reference.

getHandler

publicContentHandlergetHandler()
Get theContentHandler that is the Result.
Returns:
The ContentHandler that is to be transformation output.

setLexicalHandler

public voidsetLexicalHandler(LexicalHandler handler)
Set the SAX2LexicalHandler for the output.

This is needed to handle XML comments and the like. If the lexical handler is not set, an attempt should be made by the transformer to cast theContentHandler to aLexicalHandler.

Parameters:
handler - A non-nullLexicalHandler for handling lexical parse events.

getLexicalHandler

publicLexicalHandlergetLexicalHandler()
Get a SAX2LexicalHandler for the output.
Returns:
ALexicalHandler, or null.

setSystemId

public voidsetSystemId(java.lang.String systemId)
Method setSystemId Set the systemID that may be used in association with theContentHandler.
Specified by:
setSystemId in interfaceResult
Parameters:
systemId - The system identifier as a URI string.

getSystemId

public java.lang.StringgetSystemId()
Get the system identifier that was set with setSystemId.
Specified by:
getSystemId in interfaceResult
Returns:
The system identifier that was set with setSystemId, or null if setSystemId was not called.

         


[8]ページ先頭

©2009-2025 Movatter.jp