CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

Class SpringProperty

A <property> element in Spring XML files.

Import path

import semmle.code.java.frameworks.spring.SpringProperty

Direct supertypes

Indirect supertypes

Predicates

getPropertyName

Gets the value of the name attribute.

getPropertyRefBean

Gets the bean referred to by the ref attribute or a nested <ref> element.

getPropertyRefString

Gets the value of the ref attribute.

getPropertyValue

Gets the value of the value attribute, or a nested <value> element, whichever is present.

getPropertyValueString

Gets the value of the value attribute.

getSetterMethod

Gets a setter method declared on this property’s enclosing bean that sets this property.

getSetterMethod

Gets a setter method declared on bean context that sets this property.

hasPropertyRefString

Holds if this property has a ref attribute.

hasPropertyValueString

Holds if this property has a value attribute.

isSimilar

Holds if this property is similar to another property. Currently only checks the property name and references to beans.

toString

Gets a printable representation of this XML element.

Inherited predicates

allCharactersString

Gets the result of appending all the character sequences of this XML parent from left to right, separated by a space.

from XmlParent
getACharactersSet

Gets a character sequence that is a child of this XML parent.

from XmlParent
getAChild

Gets a child element of this XML parent.

from XmlParent
getAChild

Gets a child element of this XML parent with the given name.

from XmlParent
getAComment

Gets a comment that is a child of this XML parent.

from XmlParent
getASpringChild

Gets a child of this Spring XML element.

from SpringXmlElement
getAnAttribute

Gets an XML attribute of this XML element.

from XmlElement
getAttribute

Gets the attribute with the specified name, if any.

from XmlElement
getAttributeValue

Gets the value of the attribute with the specified name, if any.

from XmlElement
getAttributeValueWithDefault

Gets the value of the attribute with name attributeName, or “default” if the attribute is not present.

from SpringXmlElement
getChild

Gets the child element at a specified index of this XML parent.

from XmlParent
getContentStringfrom SpringXmlElement
getDepth

Gets the depth of this element within the XML file tree structure.

from XmlElement
getElementPositionIndex

Gets the index of this XML element among its parent’s children.

from XmlElement
getEnclosingBean

Gets the closest enclosing <bean> element.

from SpringXmlElement
getFile

Gets the XML file in which this XML element occurs.

from XmlElement
getIndex

Gets the index of this XML element among its parent’s children.

from XmlElement
getLocation

Gets the source location for this element.

from XmlLocatable
getName

Gets the name of this XML element.

from XmlElement
getNamespace

Gets the namespace of this XML element, if any.

from XmlElement
getNumberOfCharacterSets

Gets the number of places in the body of this XML parent where text occurs.

from XmlParent
getNumberOfChildren

Gets the number of child XML elements of this XML parent.

from XmlParent
getParent

Gets the parent of this XML element.

from XmlElement
getSpringBeanFile

Gets the bean file of this XML element.

from SpringXmlElement
getTextValue

Gets the text value contained in this XML parent.

from XmlParent
hasAttribute

Holds if this XML element has an attribute with the specified name.

from XmlElement
hasLocationInfo

Holds if this element is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

from XmlLocatable
hasName

Holds if this XML element has the given name.

from XmlElement
hasNamespace

Holds if this XML element has a namespace.

from XmlElement

Charpred