|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.openharbor.beck.xml.Type
An element type in a structural model. This is something like a complexType in an XML schema, although this has much less information.
Field Summary | |
Attribute[] |
attributes
|
Element[] |
elements
|
XMLName |
name
May be null, indicating an anonymous type. |
static XMLWriter.MapKey |
WRITER_KEY
The key of a Type in an XMLWriter element stack, which enables marshallers to produce XML of the desired structure. |
Constructor Summary | |
Type()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public XMLName name
public Attribute[] attributes
public Element[] elements
public static final XMLWriter.MapKey WRITER_KEY
Constructor Detail |
public Type()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |