public final class TagNameParser extends MetaPatternParser
Constructor and Description |
---|
TagNameParser(CharSequence input)
Constructs a tag name parser for a given input character sequence.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the tag name part (eg 'form' in 'html:form' or 'form')
|
String |
getNamespace()
Get the namespace part (eg 'html' in 'html:form') converted to all lower case characters.
|
advance, atEnd, matcher, matches, setPattern
public TagNameParser(CharSequence input)
input
- The input to parsepublic String getNamespace()
public String getName()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.