Package jadex.xml

Class SXML


  • public class SXML
    extends java.lang.Object
    Constants for xml handling.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ARRAYLEN
      The value of this attribute is used as idref.
      static java.lang.String DEFAULT_ENCODING
      The default encoding.
      static java.lang.String ID
      The ID attribute constant.
      static java.lang.String IDREF
      The IDREF attribute constant.
      static java.lang.String lf
      The linefeed separator.
      static QName NULL
      The null tag.
      static java.lang.String PROTOCOL_TYPEINFO
      The package protocol constant.
      static java.lang.String XML_CLASSNAME
      Constant for anonymous inner classes.
    • Constructor Summary

      Constructors 
      Constructor Description
      SXML()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static jadex.commons.transformation.annotations.Classname getXMLClassnameAnnotation​(java.lang.Class clazz)
      Get the xmlclassname annotation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IDREF

        public static final java.lang.String IDREF
        The IDREF attribute constant.
        See Also:
        Constant Field Values
      • PROTOCOL_TYPEINFO

        public static final java.lang.String PROTOCOL_TYPEINFO
        The package protocol constant.
        See Also:
        Constant Field Values
      • ARRAYLEN

        public static final java.lang.String ARRAYLEN
        The value of this attribute is used as idref.
        See Also:
        Constant Field Values
      • NULL

        public static final QName NULL
        The null tag.
      • XML_CLASSNAME

        public static final java.lang.String XML_CLASSNAME
        Constant for anonymous inner classes.
        See Also:
        Constant Field Values
      • lf

        public static final java.lang.String lf
        The linefeed separator.
      • DEFAULT_ENCODING

        public static final java.lang.String DEFAULT_ENCODING
        The default encoding.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SXML

        public SXML()
    • Method Detail

      • getXMLClassnameAnnotation

        public static jadex.commons.transformation.annotations.Classname getXMLClassnameAnnotation​(java.lang.Class clazz)
        Get the xmlclassname annotation.