Uses of Class
com.sun.xml.stream.buffer.XMLStreamBufferException

Packages that use XMLStreamBufferException
com.sun.xml.stream.buffer   
 

Uses of XMLStreamBufferException in com.sun.xml.stream.buffer
 

Methods in com.sun.xml.stream.buffer that throw XMLStreamBufferException
 org.w3c.dom.Node XMLStreamBuffer.writeTo(org.w3c.dom.Node n)
          Writes out the contents of this buffer as DOM node and append that to the given node.