public class SchemaRep.AnyNode extends SchemaRep.ContainsSubElements
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
subElementsparentExpr| Modifier and Type | Method and Description |
|---|---|
boolean |
compressWhiteSpaceInner()
If whitespace is used on the inside of this element.
|
boolean |
equals(Object o) |
String |
getContentName() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
SchemaRep.ElementExpr |
optimize() |
void |
readSchema(Element node) |
String |
toString() |
Map |
validSubElementTypeMap() |
boolean |
writeDTDName(StringBuffer out) |
void |
writeXMLSchema(XMLWriter out) |
addSubElement, addSubElement, compressWhiteSpaceOuter, findAllSubElements, findAllSubElements, findSubElement, findSubElement, findSubElement, findSubElementNames, getAttributeString, getJavaTypeName, subElementsIterator, validate, writeDTD, writeDTDSubElementNames, writeDTDSubElementNames, writeXMLSchemagetFullContentName, getParentExpr, setParentExpr, uniquifyFullContentNamepublic String getContentName()
getContentName in class SchemaRep.ElementExprpublic String getName()
getName in class SchemaRep.ElementExprpublic String getValue()
public boolean compressWhiteSpaceInner()
SchemaRep.ContainsSubElementscompressWhiteSpaceInner in class SchemaRep.ContainsSubElementspublic SchemaRep.ElementExpr optimize()
optimize in class SchemaRep.ContainsSubElementspublic boolean writeDTDName(StringBuffer out)
writeDTDName in class SchemaRep.ElementExprpublic void writeXMLSchema(XMLWriter out) throws IOException
writeXMLSchema in class SchemaRep.ContainsSubElementsIOExceptionpublic void readSchema(Element node)
readSchema in class SchemaRep.ElementExprpublic String toString()
toString in class SchemaRep.ContainsSubElementspublic Map validSubElementTypeMap()
validSubElementTypeMap in class SchemaRep.ContainsSubElementspublic boolean equals(Object o)
equals in class SchemaRep.ContainsSubElementspublic int hashCode()
hashCode in class SchemaRep.ContainsSubElementsCopyright © 2017–2019 Eclipse Foundation. All rights reserved.