/src/wrappers/xml/library/xml2_attribute.e

http://github.com/tybor/Liberty · Specman e · 8 lines · 6 code · 1 blank · 1 comment · 0 complexity · 506dd9a3c02179dc7574ecbfb5231c0b MD5 · raw file

  1. class XML2_ATTRIBUTE
  2. -- Minimal wrapper for xmlAttr structure of libxml2
  3. inherit
  4. C_STRUCT
  5. C_OWNED
  6. create {ANY} from_external_pointer
  7. end -- class XML2_ATTRIBUTE