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. methodJavaDocs
private java.util.SortedMap<MethodLocation,JavaDocData>
XsdEnumerationAnnotationProcessor. methodJavaDocs
Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return MethodLocation Modifier and Type Method Description static MethodLocation
DomHelper. 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 MethodLocation
DomHelper. 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.
-