Class Dom4JXmlWriter

    • Field Detail

      • writer

        private final org.dom4j.io.XMLWriter writer
      • elementStack

        private final FastStack elementStack
      • attributes

        private org.xml.sax.helpers.AttributesImpl attributes
      • started

        private boolean started
      • children

        private boolean children
    • Constructor Detail

      • Dom4JXmlWriter

        public Dom4JXmlWriter​(org.dom4j.io.XMLWriter writer)
      • Dom4JXmlWriter

        public Dom4JXmlWriter​(org.dom4j.io.XMLWriter writer,
                              NameCoder nameCoder)
        Since:
        1.4
    • Method Detail

      • startNode

        public void startNode​(java.lang.String name)
      • setValue

        public void setValue​(java.lang.String text)
        Description copied from interface: HierarchicalStreamWriter
        Write the value (text content) of the current node.
      • addAttribute

        public void addAttribute​(java.lang.String key,
                                 java.lang.String value)
      • endNode

        public void endNode()
      • flush

        public void flush()
        Description copied from interface: HierarchicalStreamWriter
        Flush the writer, if necessary.
      • close

        public void close()
        Description copied from interface: HierarchicalStreamWriter
        Close the writer, if necessary.
      • startElement

        private void startElement()
                           throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException