A B C D E G H I J L M N O P R S T V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractDomNodeProxy - Class in net.sourceforge.pmd.lang.xml.ast
-
Deprecated.Will be removed in PMD 7, use subclasses as PMD Nodes but not DOM nodes.
- AbstractDomNodeProxy(Node) - Constructor for class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- AbstractDomXmlRule - Class in net.sourceforge.pmd.lang.xml.rule
-
Deprecated.Not very useful, use XPath rules.
- AbstractDomXmlRule() - Constructor for class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- AbstractWsdlRule - Class in net.sourceforge.pmd.lang.wsdl.rule
-
Deprecated.Extend
AbstractXmlRule
- AbstractWsdlRule() - Constructor for class net.sourceforge.pmd.lang.wsdl.rule.AbstractWsdlRule
-
Deprecated.
- AbstractXmlRule - Class in net.sourceforge.pmd.lang.xml.rule
-
This is a base class for XML Java bases rules.
- AbstractXmlRule() - Constructor for class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
- AbstractXmlRule(Language) - Constructor for class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
- appendChild(Node) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- apply(List<? extends Node>, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
- apply(List<? extends Node>, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.DomXPathRule
B
- BEGIN_COLUMN - Static variable in interface net.sourceforge.pmd.lang.xml.ast.XmlNode
- BEGIN_LINE - Static variable in interface net.sourceforge.pmd.lang.xml.ast.XmlNode
C
- canParse() - Method in class net.sourceforge.pmd.lang.xml.XmlParser
- CDATA - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- channelNames - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- CharRef - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- cloneNode(boolean) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- CLOSE - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- COALESCING_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.
- COALESCING_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- COALESCING_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- COMMENT - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- compareDocumentPosition(Node) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- createRuleViolation(Rule, RuleContext, Node, String) - Method in class net.sourceforge.pmd.lang.xml.rule.XmlRuleViolationFactory
-
Deprecated.
- createRuleViolation(Rule, RuleContext, Node, String, int, int) - Method in class net.sourceforge.pmd.lang.xml.rule.XmlRuleViolationFactory
-
Deprecated.
- createTokenManager(Reader) - Method in class net.sourceforge.pmd.lang.xml.XmlParser
D
- DomXPathRule - Class in net.sourceforge.pmd.lang.xml.rule
-
XPath rule that executes an expression on the DOM directly, and not on the PMD AST wrapper.
- DomXPathRule() - Constructor for class net.sourceforge.pmd.lang.xml.rule.DomXPathRule
- DomXPathRule(String) - Constructor for class net.sourceforge.pmd.lang.xml.rule.DomXPathRule
- DomXPathRule(String, String) - Constructor for class net.sourceforge.pmd.lang.xml.rule.DomXPathRule
- DTD - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- DumpFacade - Class in net.sourceforge.pmd.lang.xml.ast
-
Deprecated.This class will be removed with PMD 7. The rule designer is a better way to inspect nodes.
- DumpFacade() - Constructor for class net.sourceforge.pmd.lang.xml.ast.DumpFacade
-
Deprecated.
E
- END_COLUMN - Static variable in interface net.sourceforge.pmd.lang.xml.ast.XmlNode
- END_LINE - Static variable in interface net.sourceforge.pmd.lang.xml.ast.XmlNode
- EntityRef - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- equals(Object) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- EQUALS - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- EXPAND_ENTITY_REFERENCES_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.
- EXPAND_ENTITY_REFERENCES_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- EXPAND_ENTITY_REFERENCES_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
G
- getAsDocument() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getATN() - Method in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- getAttributeIterator() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
-
Deprecated.
- getAttributes() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getBaseURI() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getBeginColumn() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getBeginLine() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getChannelNames() - Method in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- getChild(int) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getChildNodes() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getDataFlowNode() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getDefaultParserOptions() - Method in class net.sourceforge.pmd.lang.xml.XmlHandler
- getDumpFacade(Writer, String, boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlHandler
-
Deprecated.
- getEndColumn() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getEndLine() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getEntityResolver() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- getFeature(String, String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getFirstChild() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getGrammarFileName() - Method in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- getImage() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getLastChild() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getLexerForSource(SourceCode) - Method in class net.sourceforge.pmd.xml.cpd.XmlTokenizer
- getLocalName() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getModeNames() - Method in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- getNamespaceURI() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getNextSibling() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getNode() - Method in interface net.sourceforge.pmd.lang.xml.ast.XmlNode
-
Provide access to the underlying DOM node.
- getNode() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getNode() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlParser.RootXmlNode
- getNodeName() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getNodeType() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getNodeValue() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getNumChildren() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getOwnerDocument() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getParentNode() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getParser(ParserOptions) - Method in class net.sourceforge.pmd.lang.xml.XmlHandler
- getParserOptions() - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
- getParserOptions() - Method in class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- getPrefix() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getPreviousSibling() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getRuleNames() - Method in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- getRuleViolationFactory() - Method in class net.sourceforge.pmd.lang.xml.XmlHandler
- getSerializedATN() - Method in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- getSuppressMap() - Method in class net.sourceforge.pmd.lang.xml.XmlParser
- getTextContent() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getTokenNames() - Method in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
-
Deprecated.
- getUserData() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getUserData(String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- getVocabulary() - Method in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- getXPathAttributesIterator() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- getXPathNodeName() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
H
- hasAttributes() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- hasChildNodes() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- hashCode() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- hasImageEqualTo(String) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
I
- IGNORING_COMMENTS_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.
- IGNORING_COMMENTS_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- IGNORING_COMMENTS_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- IGNORING_ELEMENT_CONTENT_WHITESPACE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.
- IGNORING_ELEMENT_CONTENT_WHITESPACE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- IGNORING_ELEMENT_CONTENT_WHITESPACE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- indexNodes(List<Node>, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.XmlRuleChainVisitor
-
Deprecated.
- initializeWith(Writer, String, boolean, XmlNode) - Method in class net.sourceforge.pmd.lang.xml.ast.DumpFacade
-
Deprecated.
- insertBefore(Node, Node) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- INSIDE - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- INSTANCE - Static variable in class net.sourceforge.pmd.lang.xml.rule.XmlRuleViolationFactory
-
Deprecated.
- isCoalescing() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- isDefaultNamespace(String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- isEqualNode(Node) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- isExpandEntityReferences() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- isFindBoundary() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- isIgnoringComments() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- isIgnoringElementContentWhitespace() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- isLookupDescriptorDoc() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- isNamespaceAware() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- isSameNode(Node) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- isSupported(String, String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- isValidating() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- isXincludeAware() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
J
- jjtAddChild(Node, int) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- jjtClose() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- jjtGetChild(int) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- jjtGetChildIndex() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- jjtGetId() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- jjtGetNumChildren() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- jjtGetParent() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- jjtSetChildIndex(int) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- jjtSetParent(Node) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
L
- LOOKUP_DESCRIPTOR_DTD - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- lookupNamespaceURI(String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- lookupPrefix(String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
M
N
- Name - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- NAME - Static variable in class net.sourceforge.pmd.lang.pom.PomLanguageModule
- NAME - Static variable in class net.sourceforge.pmd.lang.wsdl.WsdlLanguageModule
- NAME - Static variable in class net.sourceforge.pmd.lang.xml.XmlLanguageModule
- NAME - Static variable in class net.sourceforge.pmd.lang.xsl.XslLanguageModule
- NAMESPACE_AWARE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.
- NAMESPACE_AWARE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- NAMESPACE_AWARE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- net.sourceforge.pmd.lang.pom - package net.sourceforge.pmd.lang.pom
- net.sourceforge.pmd.lang.wsdl - package net.sourceforge.pmd.lang.wsdl
- net.sourceforge.pmd.lang.wsdl.rule - package net.sourceforge.pmd.lang.wsdl.rule
- net.sourceforge.pmd.lang.xml - package net.sourceforge.pmd.lang.xml
- net.sourceforge.pmd.lang.xml.antlr4 - package net.sourceforge.pmd.lang.xml.antlr4
- net.sourceforge.pmd.lang.xml.ast - package net.sourceforge.pmd.lang.xml.ast
- net.sourceforge.pmd.lang.xml.rule - package net.sourceforge.pmd.lang.xml.rule
- net.sourceforge.pmd.lang.xsl - package net.sourceforge.pmd.lang.xsl
- net.sourceforge.pmd.xml.cpd - package net.sourceforge.pmd.xml.cpd
- node - Variable in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- nodeCache - Variable in class net.sourceforge.pmd.lang.xml.ast.XmlParser
- normalize() - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
O
P
- parse(Reader) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlParser
- parse(String, Reader) - Method in class net.sourceforge.pmd.lang.xml.XmlParser
- parseDocument(Reader) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlParser
- parserOptions - Variable in class net.sourceforge.pmd.lang.xml.ast.XmlParser
- PI - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- PomLanguageModule - Class in net.sourceforge.pmd.lang.pom
- PomLanguageModule() - Constructor for class net.sourceforge.pmd.lang.pom.PomLanguageModule
- PROC_INSTR - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
R
- remove() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- removeChild(Node) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- removeChildAtIndex(int) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- replaceChild(Node, Node) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- ruleNames - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
S
- S - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- SEA_WS - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- setCoalescing(boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- setDataFlowNode(DataFlowNode) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- setExpandEntityReferences(boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- setIgnoringComments(boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- setIgnoringElementContentWhitespace(boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- setImage(String) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- setLookupDescriptorDoc(boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- setNamespaceAware(boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- setNodeValue(String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- setPrefix(String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- setTextContent(String) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- setUserData(Object) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- setUserData(String, Object, UserDataHandler) - Method in class net.sourceforge.pmd.lang.xml.ast.AbstractDomNodeProxy
-
Deprecated.
- setValidating(boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- setXincludeAware(boolean) - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- SILENT_ENTITY_RESOLVER - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- SLASH - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- SLASH_CLOSE - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- SPECIAL_CLOSE - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- STRING - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
T
- TERSE_NAME - Static variable in class net.sourceforge.pmd.lang.pom.PomLanguageModule
- TERSE_NAME - Static variable in class net.sourceforge.pmd.lang.wsdl.WsdlLanguageModule
- TERSE_NAME - Static variable in class net.sourceforge.pmd.lang.xml.XmlLanguageModule
- TERSE_NAME - Static variable in class net.sourceforge.pmd.lang.xsl.XslLanguageModule
- TEXT - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- tokenNames - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
-
Deprecated.Use
VOCABULARY
instead. - toString() - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
V
- VALIDATING_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.
- VALIDATING_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- VALIDATING_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- visit(XmlNode, Object) - Method in class net.sourceforge.pmd.lang.xml.ast.DumpFacade
-
Deprecated.
- visit(XmlNode, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.Not useful, will be removed in PMD 7.
- visit(XmlNode, Attr, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, CharacterData, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, Comment, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, Document, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, DocumentType, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, Element, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, EntityReference, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, Entity, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, Notation, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, ProcessingInstruction, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(XmlNode, Text, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visit(Rule, Node, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.XmlRuleChainVisitor
-
Deprecated.
- visitAll(List<? extends Node>, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.Not useful, will be removed in PMD 7.
- visitAttributeNodes(XmlNode, Node, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- visitDomNode(XmlNode, Node, RuleContext) - Method in class net.sourceforge.pmd.lang.xml.rule.AbstractDomXmlRule
-
Deprecated.
- VOCABULARY - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
W
- wrap(Node) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- wrap(Node) - Method in class net.sourceforge.pmd.lang.xml.ast.XmlParser.RootXmlNode
- WsdlLanguageModule - Class in net.sourceforge.pmd.lang.wsdl
-
Created by bernardo-macedo on 24.06.15.
- WsdlLanguageModule() - Constructor for class net.sourceforge.pmd.lang.wsdl.WsdlLanguageModule
X
- XINCLUDE_AWARE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.AbstractXmlRule
-
Deprecated.
- XINCLUDE_AWARE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- XINCLUDE_AWARE_DESCRIPTOR - Static variable in class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- XMLDeclOpen - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- XmlHandler - Class in net.sourceforge.pmd.lang.xml
-
Implementation of LanguageVersionHandler for the XML.
- XmlHandler() - Constructor for class net.sourceforge.pmd.lang.xml.XmlHandler
- XmlLanguage - Class in net.sourceforge.pmd.xml.cpd
- XmlLanguage() - Constructor for class net.sourceforge.pmd.xml.cpd.XmlLanguage
- XmlLanguageModule - Class in net.sourceforge.pmd.lang.xml
-
Created by christoferdutz on 20.09.14.
- XmlLanguageModule() - Constructor for class net.sourceforge.pmd.lang.xml.XmlLanguageModule
- XMLLexer - Class in net.sourceforge.pmd.lang.xml.antlr4
- XMLLexer(CharStream) - Constructor for class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- XmlNode - Interface in net.sourceforge.pmd.lang.xml.ast
-
This interface represents all XML AST nodes.
- XmlNodeWrapper - Class in net.sourceforge.pmd.lang.xml.ast
-
Proxy wrapping an XML DOM node (
Node
) to implement PMD interfaces. - XmlNodeWrapper(XmlParser, Node) - Constructor for class net.sourceforge.pmd.lang.xml.ast.XmlNodeWrapper
- XmlParser - Class in net.sourceforge.pmd.lang.xml.ast
- XmlParser - Class in net.sourceforge.pmd.lang.xml
-
Adapter for the XmlParser.
- XmlParser(ParserOptions) - Constructor for class net.sourceforge.pmd.lang.xml.XmlParser
- XmlParser(XmlParserOptions) - Constructor for class net.sourceforge.pmd.lang.xml.ast.XmlParser
- XmlParser.RootXmlNode - Class in net.sourceforge.pmd.lang.xml.ast
-
The root should implement
RootNode
. - XmlParserOptions - Class in net.sourceforge.pmd.lang.xml
-
Deprecated.Parser options will be removed with 7.0, these options will assume their default values then.
- XmlParserOptions() - Constructor for class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- XmlParserOptions(Rule) - Constructor for class net.sourceforge.pmd.lang.xml.XmlParserOptions
-
Deprecated.
- XmlRuleChainVisitor - Class in net.sourceforge.pmd.lang.xml.rule
-
Deprecated.for removal with PMD 7. A language dependent rule chain visitor is not needed anymore. See
RuleChainVisitor
. - XmlRuleChainVisitor() - Constructor for class net.sourceforge.pmd.lang.xml.rule.XmlRuleChainVisitor
-
Deprecated.
- XmlRuleViolationFactory - Class in net.sourceforge.pmd.lang.xml.rule
-
Deprecated.
- XmlTokenizer - Class in net.sourceforge.pmd.xml.cpd
- XmlTokenizer() - Constructor for class net.sourceforge.pmd.xml.cpd.XmlTokenizer
- XmlXPathRule - Class in net.sourceforge.pmd.lang.xml.rule
-
Deprecated.Parser options are deprecated, use
XPathRule
directly - XmlXPathRule() - Constructor for class net.sourceforge.pmd.lang.xml.rule.XmlXPathRule
-
Deprecated.
- XslLanguageModule - Class in net.sourceforge.pmd.lang.xsl
-
Created by christoferdutz on 20.09.14.
- XslLanguageModule() - Constructor for class net.sourceforge.pmd.lang.xsl.XslLanguageModule
_
- _ATN - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- _decisionToDFA - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- _serializedATN - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
- _sharedContextCache - Static variable in class net.sourceforge.pmd.lang.xml.antlr4.XMLLexer
All Classes All Packages