MCPcopy Index your code
hub / github.com/apache/tomcat / parseAttributeDirective

Method parseAttributeDirective

java/org/apache/jasper/compiler/Parser.java:562–566  ·  view source on GitHub ↗
(Node parent)

Source from the content-addressed store, hash-verified

560 * Parses an attribute directive with the following syntax: AttributeDirective ::= ( S Attribute)*
561 */
562 private void parseAttributeDirective(Node parent) throws JasperException {
563 Attributes attrs = parseAttributes();
564 @SuppressWarnings("unused")
565 Node unused = new Node.AttributeDirective(attrs, start, parent);
566 }
567
568 /*
569 * Parses a variable directive with the following syntax: PageDirective ::= ( S Attribute)*

Callers 2

parseDirectiveMethod · 0.95
parseXMLDirectiveMethod · 0.95

Calls 1

parseAttributesMethod · 0.95

Tested by

no test coverage detected