|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.xml.tokenizer.NameTokenizer
public abstract class NameTokenizer
This class provides a base for tokenizing XML names, depending on whether namespaces are supported by the application or not.
| Constructor Summary | |
|---|---|
NameTokenizer(AbstractXmlTokenizerImpl xt)
Constructs a new name tokenizer to tokenize a name from the specified tokenizer. |
|
| Method Summary | |
|---|---|
abstract AbstractName |
readAttributeName()
Returns a name for an attribute, read from the underlying tokenizer. |
abstract AbstractName |
readTagName()
Returns a name for a tag, read from the underlying tokenizer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameTokenizer(AbstractXmlTokenizerImpl xt)
xt - the tokenizer to tokenize a name from| Method Detail |
|---|
public abstract AbstractName readAttributeName()
ProtoName for the attribute, read from the
underlying tokenizerpublic abstract AbstractName readTagName()
ProtoName for the tag, read from the underlying
tokenizer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||