public class SchemaAttribute extends Object
| Constructor and Description |
|---|
SchemaAttribute() |
SchemaAttribute(String localName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalName() |
String |
getNamespaceURI() |
SchemaElement |
getParent() |
QName |
getQName() |
String |
getValue() |
String |
getValue(WriterContext context) |
void |
setLocalName(String s) |
void |
setNamespaceURI(String s) |
void |
setParent(SchemaElement e) |
void |
setValue(QName name) |
void |
setValue(String s) |
public SchemaAttribute()
public SchemaAttribute(String localName)
public String getNamespaceURI()
public void setNamespaceURI(String s)
public String getLocalName()
public void setLocalName(String s)
public QName getQName()
public String getValue()
public String getValue(WriterContext context)
public void setValue(String s)
public void setValue(QName name)
public SchemaElement getParent()
public void setParent(SchemaElement e)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.