Interface XmlID

All Superinterfaces:
XmlAnySimpleType, XmlName, XmlNCName, XmlNormalizedString, XmlObject, XmlString, XmlToken, XmlTokenSource
All Known Implementing Classes:
XmlIdImpl

public interface XmlID
extends XmlNCName
Corresponds to the XML Schema xs:ID type.

When validated, IDs must be unique within a document. An element may not have more than one attribute whose type is ID.

Convertible to a String.