Class OdfAlienAttribute

All Implemented Interfaces:
Serializable, Cloneable, Attr, EventTarget, Node, NodeList, TypeInfo

public class OdfAlienAttribute extends OdfAttribute
Any attribute within the ODF package that is listed in the ODF schema. Note: Existence does not imply invalid ODF, as even namespace attributes are not listed and mapped to an OdfAlienAttribute.
See Also:
  • Field Details

    • ATTRIBUTE_NAME

      public final OdfName ATTRIBUTE_NAME
  • Constructor Details

    • OdfAlienAttribute

      public OdfAlienAttribute(OdfFileDom ownerDocument, OdfName name) throws DOMException
      Creates an alien attribute on the XML file
      Parameters:
      ownerDocument - the DOM of the XML file within the ODF package
      name - of the XML attribute to be created
      Throws:
      DOMException - thrown for any problem during attribute creation
  • Method Details