|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.infinityloop.upcast.treeprocess.ParagraphInlines
public class ParagraphInlines
Constructor Summary | |
---|---|
ParagraphInlines(java.util.Stack inlines,
java.util.Stack contents)
constructor. |
Method Summary | |
---|---|
int |
getChildrenCount()
Returns the children of the paragraph element this object describes. |
java.util.Stack |
getInlinesAtChild(int i)
Retrieves CSS properties in effect at child index i of this paragraph. |
java.lang.String |
getTextOfAllDescendants(int i)
Retrieves the concatenated raw text content of the children objects at this child index of the paragraph. |
java.lang.String |
getTextOfDescendants(int i)
Retrieves the concatenated raw text content of the children objects at this child index of the paragraph. |
void |
setInlinesAtChild(int i,
java.util.Stack inlines)
Set newly calculated inlines you wish to be active at that child index of this paragraph. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParagraphInlines(java.util.Stack inlines, java.util.Stack contents)
inlines
- contents
- Method Detail |
---|
public int getChildrenCount()
public java.util.Stack getInlinesAtChild(int i)
i
- child index you are interested in
public void setInlinesAtChild(int i, java.util.Stack inlines)
i
- the child indexinlines
- a Stack of Pair(key, value)s to be active. key is a property name String, value the actual
value of the CSS property.public java.lang.String getTextOfAllDescendants(int i)
i
- child index of the paragraph
public java.lang.String getTextOfDescendants(int i)
i
- child index of the paragraph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |