org.jsoup.parser
Class XmlTreeBuilder

java.lang.Object
  extended by org.jsoup.parser.XmlTreeBuilder

public class XmlTreeBuilder
extends Object

Author:
Jonathan Hedley

Field Summary
protected  String baseUri
           
protected  org.jsoup.parser.Token currentToken
           
protected  Document doc
           
protected  org.jsoup.parser.ParseErrorList errors
           
protected  DescendableLinkedList<Element> stack
           
 
Constructor Summary
XmlTreeBuilder()
           
 
Method Summary
protected  Element currentElement()
           
protected  void initialiseParse(String input, String baseUri, org.jsoup.parser.ParseErrorList errors)
           
protected  boolean process(org.jsoup.parser.Token token)
           
protected  void runParser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doc

protected Document doc

stack

protected DescendableLinkedList<Element> stack

baseUri

protected String baseUri

currentToken

protected org.jsoup.parser.Token currentToken

errors

protected org.jsoup.parser.ParseErrorList errors
Constructor Detail

XmlTreeBuilder

public XmlTreeBuilder()
Method Detail

initialiseParse

protected void initialiseParse(String input,
                               String baseUri,
                               org.jsoup.parser.ParseErrorList errors)

process

protected boolean process(org.jsoup.parser.Token token)

runParser

protected void runParser()

currentElement

protected Element currentElement()


Copyright © 2009-2012 Jonathan Hedley. All Rights Reserved.