Uses of Class
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.JavaDocData
- 
Packages that use JavaDocData Package Description org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc 
- 
- 
Uses of JavaDocData in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadocMethods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return JavaDocData Modifier and Type Method Description JavaDocDataSearchableDocumentation. getJavaDoc(String path)Convenience method to acquire the JavaDocData for a SortableLocation with the supplied path.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return types with arguments of type JavaDocData Modifier and Type Method Description SortedMap<SortableLocation,JavaDocData>SearchableDocumentation. getAll()The full map relating each SortableLocation subclass to its corresponding JavaDocData.<T extends SortableLocation>
 SortedMap<T,JavaDocData>SearchableDocumentation. getAll(Class<T> type)Convenience method which retrieves a SortedMap relating all SortableLocations of a particular type to their JavaDocData, respectively.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with parameters of type JavaDocData Modifier and Type Method Description StringDefaultJavaDocRenderer. render(JavaDocData nonNullData, SortableLocation location)Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.StringJavaDocRenderer. render(JavaDocData nonNullData, SortableLocation location)Renders the supplied JavaDocData structure as text to be used within an XSD documentation annotation.Method parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type JavaDocData Modifier and Type Method Description static voidDomHelper. insertXmlDocumentationAnnotationsFor(Node aNode, SortedMap<ClassLocation,JavaDocData> classJavaDocs, SortedMap<FieldLocation,JavaDocData> fieldJavaDocs, SortedMap<MethodLocation,JavaDocData> methodJavaDocs, JavaDocRenderer renderer)Processes the supplied DOM Node, inserting XML Documentation annotations if applicable.
 
-