- java.lang.Object
-
- javax.xml.transform.sax.SAXResult
-
- All Implemented Interfaces:
- Result
- Direct Known Subclasses:
- JAXBResult
public class SAXResult extends Object implements Result
Acts as an holder for a transformation Result.
-
-
Field Summary
Fields Modifier and Type Field and Description static String
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
-
-
Constructor Summary
Constructors Constructor and Description SAXResult()
Zero-argument default constructor.SAXResult(ContentHandler handler)
Create a SAXResult that targets a SAX2ContentHandler
.
-
Method Summary
Methods Modifier and Type Method and Description ContentHandler
getHandler()
Get theContentHandler
that is the Result.LexicalHandler
getLexicalHandler()
Get a SAX2LexicalHandler
for the output.String
getSystemId()
Get the system identifier that was set with setSystemId.void
setHandler(ContentHandler handler)
Set the target to be a SAX2ContentHandler
.void
setLexicalHandler(LexicalHandler handler)
Set the SAX2LexicalHandler
for the output.void
setSystemId(String systemId)
Method setSystemId Set the systemID that may be used in association with theContentHandler
.
-
-
-
Field Detail
-
FEATURE
public static final String FEATURE
IfTransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument, the Transformer supports Result output of this type.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAXResult
public SAXResult()
Zero-argument default constructor.
-
SAXResult
public SAXResult(ContentHandler handler)
Create a SAXResult that targets a SAX2ContentHandler
.- Parameters:
handler
- Must be a non-null ContentHandler reference.
-
-
Method Detail
-
setHandler
public void setHandler(ContentHandler handler)
Set the target to be a SAX2ContentHandler
.- Parameters:
handler
- Must be a non-null ContentHandler reference.
-
getHandler
public ContentHandler getHandler()
Get theContentHandler
that is the Result.- Returns:
- The ContentHandler that is to be transformation output.
-
setLexicalHandler
public void setLexicalHandler(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 the
ContentHandler
to aLexicalHandler
.- Parameters:
handler
- A non-nullLexicalHandler
for handling lexical parse events.
-
getLexicalHandler
public LexicalHandler getLexicalHandler()
Get a SAX2LexicalHandler
for the output.- Returns:
- A
LexicalHandler
, or null.
-
setSystemId
public void setSystemId(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 String getSystemId()
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.
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/xml/transform/sax/saxresult.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.