public class SchemaRep.ListElement extends SchemaRep.ContainsSubElements
| Modifier and Type | Field and Description |
|---|---|
protected String |
itemType |
subElementsparentExpr| Constructor and Description |
|---|
ListElement() |
ListElement(String itemType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAttributeString()
Return the attributes as a string for the XML Schema.
|
String |
getContentName() |
String |
getItemType() |
String |
getJavaTypeName() |
String |
getName() |
int |
hashCode() |
void |
readSchema(Element node) |
void |
setItemType(String b) |
Map |
validSubElementTypeMap() |
boolean |
writeDTDName(StringBuffer out) |
addSubElement, addSubElement, compressWhiteSpaceInner, compressWhiteSpaceOuter, findAllSubElements, findAllSubElements, findSubElement, findSubElement, findSubElement, findSubElementNames, optimize, subElementsIterator, toString, validate, writeDTD, writeDTDSubElementNames, writeDTDSubElementNames, writeXMLSchema, writeXMLSchemagetFullContentName, getParentExpr, setParentExpr, uniquifyFullContentNameprotected String itemType
public ListElement()
public ListElement(String itemType)
public String getContentName()
getContentName in class SchemaRep.ElementExprpublic String getName()
getName in class SchemaRep.ElementExprpublic void setItemType(String b)
public String getItemType()
public String getJavaTypeName()
getJavaTypeName in class SchemaRep.ContainsSubElementspublic boolean writeDTDName(StringBuffer out)
writeDTDName in class SchemaRep.ElementExprpublic String getAttributeString()
SchemaRep.ContainsSubElementsgetAttributeString in class SchemaRep.ContainsSubElementspublic void readSchema(Element node)
readSchema in class SchemaRep.ElementExprpublic Map validSubElementTypeMap()
validSubElementTypeMap in class SchemaRep.ContainsSubElementspublic boolean equals(Object o)
equals in class SchemaRep.ContainsSubElementspublic int hashCode()
hashCode in class SchemaRep.ContainsSubElementsCopyright © 2017. All Rights Reserved.