Uses of Class
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location.MethodLocation
Packages that use MethodLocation
-
Uses of MethodLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc
Fields in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type MethodLocationModifier and TypeFieldDescriptionprivate SortedMap
<MethodLocation, JavaDocData> XsdAnnotationProcessor.methodJavaDocs
private SortedMap
<MethodLocation, JavaDocData> XsdEnumerationAnnotationProcessor.methodJavaDocs
Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return MethodLocationModifier and TypeMethodDescriptionstatic MethodLocation
DomHelper.getMethodLocation
(Node aNode, Set<MethodLocation> methodLocations) Finds the MethodLocation within the given Set, which corresponds to the supplied DOM Node.Method parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type MethodLocationModifier and TypeMethodDescriptionstatic MethodLocation
DomHelper.getMethodLocation
(Node aNode, Set<MethodLocation> methodLocations) Finds the MethodLocation within the given Set, which corresponds to the supplied DOM Node.