Interface BaseAttribute

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
BaseAttributeImpl

public interface BaseAttribute extends XmlObject
A document containing one base(@http://www.w3.org/XML/1998/namespace) attribute. This is a complex type.
  • Field Details

  • Method Details

    • getBase

      String getBase()
      Gets the "base" attribute
    • xgetBase

      XmlAnyURI xgetBase()
      Gets (as xml) the "base" attribute
    • isSetBase

      boolean isSetBase()
      True if has "base" attribute
    • setBase

      void setBase(String base)
      Sets the "base" attribute
    • xsetBase

      void xsetBase(XmlAnyURI base)
      Sets (as xml) the "base" attribute
    • unsetBase

      void unsetBase()
      Unsets the "base" attribute