Uses of Interface
org.jgroups.util.XMLSchemaGenerator.DelayingElementWriter
-
Packages that use XMLSchemaGenerator.DelayingElementWriter Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of XMLSchemaGenerator.DelayingElementWriter in org.jgroups.util
Method parameters in org.jgroups.util with type arguments of type XMLSchemaGenerator.DelayingElementWriter Modifier and Type Method Description protected static voidXMLSchemaGenerator. iterateOverAttributes(java.lang.Class<?> clazz, java.util.Map<java.lang.String,XMLSchemaGenerator.DelayingElementWriter> sortedElements, org.w3c.dom.Document xmldoc, org.w3c.dom.Element complexType, java.lang.String prefix)protected static voidXMLSchemaGenerator. iterateOverMethods(java.lang.Class<?> clazz, java.util.Map<java.lang.String,XMLSchemaGenerator.DelayingElementWriter> sortedElements, org.w3c.dom.Document xmldoc, org.w3c.dom.Element complexType, java.lang.String prefix)
-