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

Method parseAttributes

java/org/apache/jasper/compiler/Parser.java:138–140  ·  view source on GitHub ↗

Attributes ::= (S Attribute) S?

()

Source from the content-addressed store, hash-verified

136 * Attributes ::= (S Attribute)* S?
137 */
138 Attributes parseAttributes() throws JasperException {
139 return parseAttributes(false);
140 }
141
142 Attributes parseAttributes(boolean pageDirective) throws JasperException {
143 UniqueAttributesImpl attrs = new UniqueAttributesImpl(pageDirective);

Callers 15

parsePageDirectiveMethod · 0.95
parseIncludeDirectiveMethod · 0.95
parseTaglibDirectiveMethod · 0.95
parseTagDirectiveMethod · 0.95
parseParamMethod · 0.95
parseIncludeMethod · 0.95
parseForwardMethod · 0.95
parseInvokeMethod · 0.95
parseDoBodyMethod · 0.95

Calls 6

parseAttributeMethod · 0.95
getStrictWhitespaceMethod · 0.65
getOptionsMethod · 0.65
jspErrorMethod · 0.65
skipSpacesMethod · 0.45
markMethod · 0.45

Tested by

no test coverage detected