org.deegree.commons.xml.stax
Class StAXExportingHelper
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StAXExportingHelper
public StAXExportingHelper()
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.