Uses of Class
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location.FieldLocation
-
Packages that use FieldLocation Package Description org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location -
-
Uses of FieldLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc
Fields in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type FieldLocation Modifier and Type Field Description private java.util.SortedMap<FieldLocation,JavaDocData>
XsdAnnotationProcessor. fieldJavaDocs
private java.util.SortedMap<FieldLocation,JavaDocData>
XsdEnumerationAnnotationProcessor. fieldJavaDocs
Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type parameters of type FieldLocation Modifier and Type Method Description static <T extends FieldLocation>
TDomHelper. getFieldOrMethodLocationIfValid(org.w3c.dom.Node aNode, org.w3c.dom.Node containingClassNode, java.util.Set<? extends FieldLocation> locations)
Retrieves a FieldLocation or MethodLocation from the supplied Set of Field- or MethodLocations, provided that the supplied Node has the given containing Node corresponding to a Class or an Enum.Methods in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that return FieldLocation Modifier and Type Method Description static FieldLocation
DomHelper. getFieldLocation(org.w3c.dom.Node aNode, java.util.Set<FieldLocation> fieldLocations)
Retrieves a FieldLocation from the supplied Set, provided that the FieldLocation matches the supplied Node.Method parameters in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc with type arguments of type FieldLocation Modifier and Type Method Description static FieldLocation
DomHelper. getFieldLocation(org.w3c.dom.Node aNode, java.util.Set<FieldLocation> fieldLocations)
Retrieves a FieldLocation from the supplied Set, provided that the FieldLocation matches the supplied Node.static <T extends FieldLocation>
TDomHelper. getFieldOrMethodLocationIfValid(org.w3c.dom.Node aNode, org.w3c.dom.Node containingClassNode, java.util.Set<? extends FieldLocation> locations)
Retrieves a FieldLocation or MethodLocation from the supplied Set of Field- or MethodLocations, provided that the supplied Node has the given containing Node corresponding to a Class or an Enum. -
Uses of FieldLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location
Subclasses of FieldLocation in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.location Modifier and Type Class Description class
MethodLocation
Comparable path structure to locate a particular method within compilation unit.
-