org.fusesource.camel.tooling.util.parser
Class PatchedXMLTokenizer

java.lang.Object
  extended by de.pdark.decentxml.XMLTokenizer
      extended by org.fusesource.camel.tooling.util.parser.PatchedXMLTokenizer

public class PatchedXMLTokenizer
extends de.pdark.decentxml.XMLTokenizer

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

PatchedXMLTokenizer

public PatchedXMLTokenizer(de.pdark.decentxml.XMLSource source)
Method Detail

parseAttribute

protected void parseAttribute(de.pdark.decentxml.Token token)
Read the attribute of an element.

The resulting token will contain the name, "=" plus the quotes and the value.

Overrides:
parseAttribute in class de.pdark.decentxml.XMLTokenizer


Copyright © 2013 Red Hat. All Rights Reserved.