|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.crimson.parser.ElementDecl
Represents all of the DTD information about an element. That includes:
This also records whether the element was declared in the internal subset, for use in validating standalone declarations.
Field Summary | |
(package private) SimpleHashtable |
attributes
|
(package private) String |
contentType
The compressed content model for the element |
(package private) String |
id
The name of the element's ID attribute, if any |
(package private) boolean |
ignoreWhitespace
True for EMPTY and CHILDREN content models |
(package private) boolean |
isFromInternalSubset
Used to validate standalone declarations |
(package private) ContentModel |
model
|
(package private) String |
name
The element type name. |
(package private) ElementValidator |
validator
|
Constructor Summary | |
(package private) |
ElementDecl(String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
String name
String id
String contentType
ElementValidator validator
ContentModel model
boolean ignoreWhitespace
boolean isFromInternalSubset
SimpleHashtable attributes
Constructor Detail |
ElementDecl(String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |