|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.xml.tokenizer.NameTokenizer
org.millscript.commons.xml.tokenizer.NamespaceAwareNameTokenizer
public class NamespaceAwareNameTokenizer
This class provides a prefixed name tokenizer, for tokenizing XML
Names in a namespace aware environment.
| Constructor Summary | |
|---|---|
NamespaceAwareNameTokenizer(AbstractXmlTokenizerImpl xt)
Constructs a new namespace aware name tokenizer to tokenize a name from the specified tokenizer. |
|
| Method Summary | |
|---|---|
AbstractName |
readAttributeName()
Returns a name for an attribute, read from the underlying tokenizer. |
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 NamespaceAwareNameTokenizer(AbstractXmlTokenizerImpl xt)
xt - the tokenizer to tokenize a name from| Method Detail |
|---|
public AbstractName readAttributeName()
NameTokenizer
readAttributeName in class NameTokenizerProtoName for the attribute, read from the
underlying tokenizerNameTokenizer.readAttributeName()public AbstractName readTagName()
NameTokenizer
readTagName in class NameTokenizerProtoName for the tag, read from the underlying
tokenizerNameTokenizer.readTagName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||