public abstract class TreeBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
baseUri |
protected Document |
doc |
protected ArrayList<Element> |
stack |
Constructor and Description |
---|
TreeBuilder() |
Modifier and Type | Method and Description |
---|---|
protected Element |
currentElement() |
protected boolean |
processEndTag(String name) |
protected boolean |
processStartTag(String name) |
boolean |
processStartTag(String name, Attributes attrs) |
protected void |
runParser() |
protected void runParser()
protected boolean processStartTag(String name)
public boolean processStartTag(String name, Attributes attrs)
protected boolean processEndTag(String name)
protected Element currentElement()
Copyright © 1998–2019 iText Group NV. All rights reserved.