Class ResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter

java.lang.Object
org.jboss.as.controller.persistence.xml.ResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter
All Implemented Interfaces:
XMLContentWriter<org.jboss.dmr.Property>, org.jboss.staxmapper.XMLElementWriter<org.jboss.dmr.Property>
Enclosing interface:
ResourceRegistrationXMLElement

public static class ResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter extends Object implements XMLContentWriter<org.jboss.dmr.Property>
  • Method Details

    • writeContent

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

      public boolean isEmpty(org.jboss.dmr.Property property)
      Description copied from interface: XMLContentWriter
      Indicates whether the specified content is empty.
      Specified by:
      isEmpty in interface XMLContentWriter<org.jboss.dmr.Property>