|
Sujet : [java] utiliser JAXP |
| nabab |
Et c bon :
Code :
- transformNode
- public void transformNode(Node node, Result outputTarget) throws TransformerException
- Process the source node to the output result, if the processor supports the "http://xml.org/trax/features/dom/input" feature.
- Parameters:
- node - The input source node, which can be any valid DOM node.
- outputTarget - The output source target.
- Throws:
- TransformerException
|
|