Class FastPageParser.Tag
java.lang.Object
com.opensymphony.module.sitemesh.parser.FastPageParser.Tag
- Enclosing class:
FastPageParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String name, String value) Adds a name/value property pair to this tag.
-
Field Details
-
nameEndIdx
public int nameEndIdx -
properties
-
-
Constructor Details
-
Tag
private Tag()
-
-
Method Details
-
addProperty
Adds a name/value property pair to this tag. Each property that is added represents a property that was parsed from the tag's HTML.
-