Interface SpaceBearing


public interface SpaceBearing
Interface for element having a @xml:space attribute.
  • Field Details

    • XML_SPACE_ATTR_LOCAL_NAME

      static final String XML_SPACE_ATTR_LOCAL_NAME
      The space attribute local name.
      See Also:
    • XML_SPACE_ATTR_NAME

      static final QName XML_SPACE_ATTR_NAME
      The xml:space qualified attribute name.
  • Method Details

    • getXMLSpace

      @Nullable SpaceBearing.XMLSpaceEnum getXMLSpace()
      Returns the @xml:space attribute value.
      Returns:
      The @xml:space attribute value or null.
    • setXMLSpace

      void setXMLSpace(@Nullable SpaceBearing.XMLSpaceEnum newSpace)
      Sets the @xml:space attribute value.
      Parameters:
      newSpace - The @xml:space attribute value