public class SchemaRep.AttributeGroup extends SchemaRep.ContainsSubElements implements SchemaRep.CanRef
subElementsparentExpr| Constructor and Description |
|---|
AttributeGroup() |
AttributeGroup(String n)
Create it by name.
|
| 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 |
getGroupName() |
String |
getName() |
String |
getRef() |
SchemaRep.AttributeGroup |
getRefAttributeGroup() |
SchemaRep.ElementExpr |
getRefElementExpr() |
int |
hashCode() |
boolean |
hasRef() |
void |
readSchema(Element node) |
Map |
validSubElementTypeMap() |
boolean |
writeDTDName(StringBuffer out) |
addSubElement, addSubElement, compressWhiteSpaceInner, compressWhiteSpaceOuter, findAllSubElements, findAllSubElements, findSubElement, findSubElement, findSubElement, findSubElementNames, getJavaTypeName, optimize, subElementsIterator, toString, validate, writeDTD, writeDTDSubElementNames, writeDTDSubElementNames, writeXMLSchema, writeXMLSchemagetFullContentName, getParentExpr, setParentExpr, uniquifyFullContentNamepublic AttributeGroup()
public AttributeGroup(String n)
public Map validSubElementTypeMap()
validSubElementTypeMap in class SchemaRep.ContainsSubElementspublic String getName()
getName in class SchemaRep.ElementExprpublic String getContentName()
getContentName in class SchemaRep.ElementExprpublic String getGroupName()
public boolean hasRef()
hasRef in interface SchemaRep.CanRefpublic String getRef()
getRef in interface SchemaRep.CanRefpublic SchemaRep.AttributeGroup getRefAttributeGroup()
public SchemaRep.ElementExpr getRefElementExpr()
getRefElementExpr in interface SchemaRep.CanRefpublic 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 boolean equals(Object o)
equals in class SchemaRep.ContainsSubElementspublic int hashCode()
hashCode in class SchemaRep.ContainsSubElementsCopyright © 2017–2019 Eclipse Foundation. All rights reserved.