Class ResourceXMLContainer.ResourceXMLContainerWriter<C>
- java.lang.Object
-
- org.jboss.as.controller.persistence.xml.ResourceXMLContainer.ResourceXMLContainerWriter<C>
-
- All Implemented Interfaces:
XMLContentWriter<C>,org.jboss.staxmapper.XMLElementWriter<C>
- Enclosing interface:
- ResourceXMLContainer
public static class ResourceXMLContainer.ResourceXMLContainerWriter<C> extends Object implements XMLContentWriter<C>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEmpty(C content)Indicates whether the specified content is empty.voidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, C content)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.controller.xml.XMLContentWriter
andThen, compose
-
-
-
-
Method Detail
-
writeContent
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, C content) throws XMLStreamException- Specified by:
writeContentin interfaceorg.jboss.staxmapper.XMLElementWriter<C>- Throws:
XMLStreamException
-
isEmpty
public boolean isEmpty(C content)
Description copied from interface:XMLContentWriterIndicates whether the specified content is empty.- Specified by:
isEmptyin interfaceXMLContentWriter<C>
-
-