public class SchemaElement extends Object
| Constructor and Description |
|---|
SchemaElement() |
SchemaElement(QName name) |
SchemaElement(String localName) |
public SchemaElement()
public SchemaElement(String localName)
public SchemaElement(QName name)
public String getNamespaceURI()
public void setNamespaceURI(String s)
public String getLocalName()
public void setLocalName(String s)
public QName getQName()
public SchemaElement getParent()
public void setParent(SchemaElement e)
public SchemaElement getRoot()
public Schema getSchema()
public void setSchema(Schema s)
public void addChild(SchemaElement e)
public void insertChildAtTop(SchemaElement e)
public Iterator children()
public void addAttribute(SchemaAttribute a)
public Iterator attributes()
public SchemaAttribute getAttribute(String localName)
public boolean getValueOfBooleanAttributeOrDefault(String localName, boolean defaultValue)
public int getValueOfIntegerAttributeOrDefault(String localName, int defaultValue)
public boolean declaresPrefixes()
public Iterator prefixes()
protected String getNewPrefix()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.