Uses of Class
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location.MethodLocation
-
Packages that use MethodLocation Package Description org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc -
-
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 MethodLocation Modifier and Type Field Description private java.util.SortedMap<MethodLocation,JavaDocData>XsdAnnotationProcessor. methodJavaDocsprivate java.util.SortedMap<MethodLocation,JavaDocData>XsdEnumerationAnnotationProcessor. methodJavaDocsMethods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return MethodLocation Modifier and Type Method Description static MethodLocationDomHelper. getMethodLocation(org.w3c.dom.Node aNode, java.util.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 MethodLocation Modifier and Type Method Description static MethodLocationDomHelper. getMethodLocation(org.w3c.dom.Node aNode, java.util.Set<MethodLocation> methodLocations)Finds the MethodLocation within the given Set, which corresponds to the supplied DOM Node.
-