protected abstract static class XLinkSchema.XLinkAttribute extends Object implements Attribute
Used to define some constant values for XLink attributes, such as Namespace
OPTIONAL, PROHIBITED, REQUIRED
Modifier | Constructor and Description |
---|---|
protected |
XLinkAttribute() |
Modifier and Type | Method and Description |
---|---|
String |
getDefault()
This is intended to imitate the default value option provided in the declaration of an XML
Schema attribute.
|
String |
getId()
The Schema ID for this attribute definition.
|
URI |
getNamespace()
DOCUMENT ME!
|
boolean |
isForm()
Intended to represent the form of an XML attribute.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFixed, getName, getSimpleType, getUse
public URI getNamespace()
Attribute
getNamespace
in interface Attribute
schema.Attribute#getNameSpace()
public String getDefault()
Attribute
getDefault
in interface Attribute
schema.Attribute#getDefault()
public boolean isForm()
Attribute
Copyright © 1996–2019 Geotools. All rights reserved.