|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.ucsb.adl.reports.XmlDtd.Element
Represents an element.
| Field Summary | |
boolean |
anyContent
Indicates if the element's content model is ANY. |
XmlDtd.Attribute[] |
attributes
The element's attributes, indexed by attribute code. |
boolean |
captureContent
Indicates if the element's textual content is to be captured and passed on to the parser handler. |
int |
initialState
The index of the element's initial state in stateTable. |
java.lang.String |
name
The element's name. |
| Constructor Summary | |
XmlDtd.Element(java.lang.String name,
int initialState,
boolean captureContent,
boolean anyContent,
XmlDtd.Attribute[] attributes)
Creates an Element. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final java.lang.String name
public final int initialState
stateTable.
public final boolean captureContent
#PCDATA.
public final boolean anyContent
ANY.
public final XmlDtd.Attribute[] attributes
| Constructor Detail |
public XmlDtd.Element(java.lang.String name,
int initialState,
boolean captureContent,
boolean anyContent,
XmlDtd.Attribute[] attributes)
Element.
name - The element's name.initialState - The element's initial state in stateTable.captureContent - Indicates if the element's textual content is to be
captured.anyContent - Indicates if the element's content model is
ANY.attributes - The element's attributes, indexed by attribute code.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||