Package jadex.xml
Class SXML
- java.lang.Object
- 
- jadex.xml.SXML
 
- 
 public class SXML extends java.lang.ObjectConstants for xml handling.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringARRAYLENThe value of this attribute is used as idref.static java.lang.StringDEFAULT_ENCODINGThe default encoding.static java.lang.StringIDThe ID attribute constant.static java.lang.StringIDREFThe IDREF attribute constant.static java.lang.StringlfThe linefeed separator.static QNameNULLThe null tag.static java.lang.StringPROTOCOL_TYPEINFOThe package protocol constant.static java.lang.StringXML_CLASSNAMEConstant for anonymous inner classes.
 - 
Constructor SummaryConstructors Constructor Description SXML()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ClassnamegetXMLClassnameAnnotation(java.lang.Class clazz)Get the xmlclassname annotation.
 
- 
- 
- 
Field Detail- 
IDpublic static final java.lang.String ID The ID attribute constant.- See Also:
- Constant Field Values
 
 - 
IDREFpublic static final java.lang.String IDREF The IDREF attribute constant.- See Also:
- Constant Field Values
 
 - 
PROTOCOL_TYPEINFOpublic static final java.lang.String PROTOCOL_TYPEINFO The package protocol constant.- See Also:
- Constant Field Values
 
 - 
ARRAYLENpublic static final java.lang.String ARRAYLEN The value of this attribute is used as idref.- See Also:
- Constant Field Values
 
 - 
NULLpublic static final QName NULL The null tag.
 - 
XML_CLASSNAMEpublic static final java.lang.String XML_CLASSNAME Constant for anonymous inner classes.- See Also:
- Constant Field Values
 
 - 
lfpublic static final java.lang.String lf The linefeed separator.
 - 
DEFAULT_ENCODINGpublic static final java.lang.String DEFAULT_ENCODING The default encoding.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getXMLClassnameAnnotationpublic static Classname getXMLClassnameAnnotation(java.lang.Class clazz) Get the xmlclassname annotation.
 
- 
 
-