org.codehaus.xfire.util.stax
Class JDOMStreamWriter

java.lang.Object
  extended by org.codehaus.xfire.util.stax.DOMStreamWriter
      extended by org.codehaus.xfire.util.stax.JDOMStreamWriter
All Implemented Interfaces:
javax.xml.stream.XMLStreamWriter

public class JDOMStreamWriter
extends DOMStreamWriter


Constructor Summary
JDOMStreamWriter()
           
JDOMStreamWriter(org.jdom.Element e)
           
 
Method Summary
 org.jdom.Document getDocument()
           
 NamespaceContext getNamespaceContext()
           
 String getPrefix(String uri)
           
 Object getProperty(String prop)
           
 void setDefaultNamespace(String arg0)
           
 void setNamespaceContext(NamespaceContext context)
           
 void setPrefix(String arg0, String arg1)
           
 void writeAttribute(String local, String value)
           
 void writeAttribute(String namespace, String local, String value)
           
 void writeAttribute(String prefix, String namespace, String local, String value)
           
 void writeCData(String data)
           
 void writeCharacters(char[] text, int start, int len)
           
 void writeCharacters(String text)
           
 void writeComment(String value)
           
 void writeDefaultNamespace(String namespace)
           
 void writeDTD(String arg0)
           
 void writeEmptyElement(String local)
           
 void writeEmptyElement(String namespace, String local)
           
 void writeEmptyElement(String prefix, String namespace, String local)
           
 void writeEndDocument()
           
 void writeEndElement()
           
 void writeEntityRef(String ref)
           
 void writeNamespace(String prefix, String namespace)
           
 void writeProcessingInstruction(String arg0)
           
 void writeProcessingInstruction(String arg0, String arg1)
           
 void writeStartDocument()
           
 void writeStartDocument(String version)
           
 void writeStartDocument(String encoding, String version)
           
 void writeStartElement(String local)
           
 void writeStartElement(String namespace, String local)
           
 void writeStartElement(String prefix, String local, String namespace)
           
 
Methods inherited from class org.codehaus.xfire.util.stax.DOMStreamWriter
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOMStreamWriter

public JDOMStreamWriter()

JDOMStreamWriter

public JDOMStreamWriter(org.jdom.Element e)
Method Detail

writeStartElement

public void writeStartElement(String local)
                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeStartElement

public void writeStartElement(String namespace,
                              String local)
                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeStartElement

public void writeStartElement(String prefix,
                              String local,
                              String namespace)
                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeEmptyElement

public void writeEmptyElement(String namespace,
                              String local)
                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeEmptyElement

public void writeEmptyElement(String prefix,
                              String namespace,
                              String local)
                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeEmptyElement

public void writeEmptyElement(String local)
                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeEndElement

public void writeEndElement()
                     throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeEndDocument

public void writeEndDocument()
                      throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeAttribute

public void writeAttribute(String local,
                           String value)
                    throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeAttribute

public void writeAttribute(String prefix,
                           String namespace,
                           String local,
                           String value)
                    throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeAttribute

public void writeAttribute(String namespace,
                           String local,
                           String value)
                    throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeNamespace

public void writeNamespace(String prefix,
                           String namespace)
                    throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeDefaultNamespace

public void writeDefaultNamespace(String namespace)
                           throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeComment

public void writeComment(String value)
                  throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeProcessingInstruction

public void writeProcessingInstruction(String arg0)
                                throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeProcessingInstruction

public void writeProcessingInstruction(String arg0,
                                       String arg1)
                                throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeCData

public void writeCData(String data)
                throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeDTD

public void writeDTD(String arg0)
              throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeEntityRef

public void writeEntityRef(String ref)
                    throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeStartDocument

public void writeStartDocument()
                        throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeStartDocument

public void writeStartDocument(String version)
                        throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeStartDocument

public void writeStartDocument(String encoding,
                               String version)
                        throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeCharacters

public void writeCharacters(String text)
                     throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

writeCharacters

public void writeCharacters(char[] text,
                            int start,
                            int len)
                     throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

getPrefix

public String getPrefix(String uri)
                 throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

setPrefix

public void setPrefix(String arg0,
                      String arg1)
               throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

setDefaultNamespace

public void setDefaultNamespace(String arg0)
                         throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

setNamespaceContext

public void setNamespaceContext(NamespaceContext context)
                         throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

getNamespaceContext

public NamespaceContext getNamespaceContext()

getProperty

public Object getProperty(String prop)
                   throws IllegalArgumentException
Throws:
IllegalArgumentException

getDocument

public org.jdom.Document getDocument()


Copyright © 2004-2013. All Rights Reserved.