Class XmlInfo


  • public class XmlInfo
    extends java.lang.Object
    Helper container class used to contain XML specific information we need to retain to construct proper bean serializer
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlInfo​(java.lang.Boolean isAttribute, java.lang.String ns, java.lang.Boolean isText, java.lang.Boolean isCData)  
    • Constructor Detail

      • XmlInfo

        public XmlInfo​(java.lang.Boolean isAttribute,
                       java.lang.String ns,
                       java.lang.Boolean isText,
                       java.lang.Boolean isCData)
    • Method Detail

      • getNamespace

        public java.lang.String getNamespace()
      • isAttribute

        public boolean isAttribute()
      • isText

        public boolean isText()
      • isCData

        public boolean isCData()