|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.pdark.decentxml.XMLTokenizer
org.fusesource.camel.tooling.util.parser.PatchedXMLTokenizer
public class PatchedXMLTokenizer
Patch for issue #5
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.pdark.decentxml.XMLTokenizer |
|---|
de.pdark.decentxml.XMLTokenizer.Type |
| Field Summary |
|---|
| Fields inherited from class de.pdark.decentxml.XMLTokenizer |
|---|
inStartElement, pos, source |
| Constructor Summary | |
|---|---|
PatchedXMLTokenizer(de.pdark.decentxml.XMLSource source)
|
|
| Method Summary | |
|---|---|
protected void |
parseAttribute(de.pdark.decentxml.Token token)
Read the attribute of an element. |
| Methods inherited from class de.pdark.decentxml.XMLTokenizer |
|---|
createToken, expect, getCharValidator, getEntityResolver, getOffset, getSource, isTreatEntitiesAsText, lookAheadForErrorMessage, next, nextChar, nextChars, parseBeginElement, parseBeginSomething, parseCData, parseComment, parseDocType, parseEndElement, parseEntity, parseExcalamation, parseName, parseProcessingInstruction, parseText, setCharValidator, setEntityResolver, setOffset, setTreatEntitiesAsText, skipChar, skipWhiteSpace, verifyEntity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PatchedXMLTokenizer(de.pdark.decentxml.XMLSource source)
| Method Detail |
|---|
protected void parseAttribute(de.pdark.decentxml.Token token)
The resulting token will contain the name, "=" plus the quotes and the value.
parseAttribute in class de.pdark.decentxml.XMLTokenizer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||