org.deegree.commons.xml.stax
Class StAXExportingHelper

java.lang.Object
  extended by org.deegree.commons.xml.stax.StAXExportingHelper

public class StAXExportingHelper
extends Object

The class TODO add class documentation here.

Version:
$Revision: 23344 $, $Date: 2010-03-31 12:11:17 +0200 (Wed, 31 Mar 2010) $
Author:
Markus Schneider, last edited by: $Author: rbezema $

Constructor Summary
StAXExportingHelper()
           
 
Method Summary
static void writeAttribute(XMLStreamWriter xmlStream, QName name, String value)
           
static void writeStartElement(XMLStreamWriter xmlStream, QName qName)
          Writes a start element from the given QName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StAXExportingHelper

public StAXExportingHelper()
Method Detail

writeAttribute

public static void writeAttribute(XMLStreamWriter xmlStream,
                                  QName name,
                                  String value)
                           throws XMLStreamException
Throws:
XMLStreamException

writeStartElement

public static void writeStartElement(XMLStreamWriter xmlStream,
                                     QName qName)
                              throws XMLStreamException
Writes a start element from the given QName.

Parameters:
xmlStream -
qName -
Throws:
XMLStreamException


Copyright © 2011. All Rights Reserved.