Class XMLElement.DefaultXMLElementWriter<RC,WC,CC>

java.lang.Object
org.jboss.as.controller.xml.XMLElement.DefaultXMLElementWriter<RC,WC,CC>
All Implemented Interfaces:
XMLContentWriter<WC>, org.jboss.staxmapper.XMLElementWriter<WC>
Enclosing interface:
XMLElement<RC,WC>

public static class XMLElement.DefaultXMLElementWriter<RC,WC,CC> extends Object implements XMLContentWriter<WC>
  • Constructor Details

  • Method Details

    • writeContent

      public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, WC content) throws XMLStreamException
      Specified by:
      writeContent in interface org.jboss.staxmapper.XMLElementWriter<RC>
      Throws:
      XMLStreamException
    • isEmpty

      public boolean isEmpty(WC content)
      Description copied from interface: XMLContentWriter
      Indicates whether the specified content is empty.
      Specified by:
      isEmpty in interface XMLContentWriter<RC>