public abstract class MarkupPattern extends Pattern
Modifier and Type | Field and Description |
---|---|
Pattern |
body |
org.xml.sax.Locator |
endLocator |
NameClass |
name |
org.xml.sax.Locator |
startLocator |
Constructor and Description |
---|
MarkupPattern(org.xml.sax.Locator sloc,
org.xml.sax.Locator eloc,
NameClass _name,
Pattern _body) |