| Modifier and Type | Field and Description |
|---|---|
java.util.Properties |
attr
xml tag Attributes
|
SaxParser.Context<CI,RI> |
ctx
infos to find certain xml tree, callback caches and more..
|
SaxParser.Record<CI,RI>[] |
filteredChildren
contains records if defined by nested context
|
RI |
info
can be used by upper application Layer
Sax parser does not use it.
|
java.lang.String |
name
xml tagName
|
java.lang.String |
text
textcontent of xml tag
|
| Constructor and Description |
|---|
Record() |
public SaxParser.Record<CI,RI>[] filteredChildren
public java.lang.String text
public java.lang.String name
public java.util.Properties attr
public SaxParser.Context<CI,RI> ctx
public RI info