Uses of Class
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location.ClassLocation
-
Packages that use ClassLocation Package Description org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location -
-
Uses of ClassLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc
Fields in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type ClassLocation Modifier and Type Field Description private java.util.SortedMap<ClassLocation,JavaDocData>
XsdAnnotationProcessor. classJavaDocs
private java.util.SortedMap<ClassLocation,JavaDocData>
XsdEnumerationAnnotationProcessor. classJavaDocs
Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return ClassLocation Modifier and Type Method Description static ClassLocation
DomHelper. getClassLocation(org.w3c.dom.Node aNode, java.util.Set<ClassLocation> classLocations)
Retrieves the ClassLocation for the supplied aNode.Method parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type ClassLocation Modifier and Type Method Description static ClassLocation
DomHelper. getClassLocation(org.w3c.dom.Node aNode, java.util.Set<ClassLocation> classLocations)
Retrieves the ClassLocation for the supplied aNode.static void
DomHelper. insertXmlDocumentationAnnotationsFor(org.w3c.dom.Node aNode, java.util.SortedMap<ClassLocation,JavaDocData> classJavaDocs, java.util.SortedMap<FieldLocation,JavaDocData> fieldJavaDocs, java.util.SortedMap<MethodLocation,JavaDocData> methodJavaDocs, JavaDocRenderer renderer)
Processes the supplied DOM Node, inserting XML Documentation annotations if applicable. -
Uses of ClassLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location
Subclasses of ClassLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location Modifier and Type Class Description class
FieldLocation
Comparable path structure to locate a particular field within compilation unit.class
MethodLocation
Comparable path structure to locate a particular method within compilation unit.
-