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.methodJavaDocsprivate SortedMap<MethodLocation, JavaDocData> XsdEnumerationAnnotationProcessor.methodJavaDocsMethods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return MethodLocationModifier and TypeMethodDescriptionstatic MethodLocationDomHelper.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 MethodLocationDomHelper.getMethodLocation(Node aNode, Set<MethodLocation> methodLocations) Finds the MethodLocation within the given Set, which corresponds to the supplied DOM Node.