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

Class EjbJarSessionElement

A session child XML element of a bean type element in an ejb-jar.xml file.

Import path

import semmle.code.java.frameworks.javaee.ejb.EJBJarXML

Direct supertypes

Indirect supertypes

Predicates

getABeanMethodNameElement

Gets a method-name child XML element of a bean-method XML element nested within this session XML element.

getABusinessElement

Gets a business child XML element of this session XML element.

getABusinessLocalElement

Gets a business-local child XML element of this session XML element.

getABusinessRemoteElement

Gets a business-remote child XML element of this session XML element.

getACreateMethodNameElement

Gets a method-name child XML element of a create-method XML element nested within this session XML element.

getALocalElement

Gets a local child XML element of this session XML element.

getALocalHomeElement

Gets a local-home child XML element of this session XML element.

getARemoteElement

Gets a remote child XML element of this session XML element.

getARemoteHomeElement

Gets a home child XML element of this session XML element.

getASessionTypeElement

Gets a session-type child XML element of this session XML element.

getAnInitMethodElement

Gets an init-method child XML element of this session 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
getAnAttribute

Gets an XML attribute of this XML element.

from XmlElement
getAnEjbClassElement

Gets an ejb-class child XML element of this bean type element.

from EjbJarBeanTypeElement
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
getChild

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

from XmlParent
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
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
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
toString

Gets a printable representation of this XML element.

from XmlElement

Charpred