Login
 
 
  • Home
  • Features
  • Documentation
  • Company

Documentation Menu

  • SemmleCode Professional
    • 1. System Requirements
    • 2. Installation
    • 3. Quick Guide
    • 4. Standard Analyses
    • 5. Standard Libraries
    • 6. .QL Tutorial
    • 7. Glossary
  • .QL Language
    • 1. Examples
    • 2. Language Reference
    • 3. Messages

Standard Libraries

import default
import semmle.code.java.frameworks.spring.SpringXMLElement

/** Represents a <key> element in Spring XML files*/
class SpringKey extends SpringXMLElement {
  SpringKey() {
    this.getName() = "key"
	}
}
 
[ Back ]
 
 

Semmle Ltd. © 2009 | semmle.com | Support | Privacy Statement | Terms of Use