Class TypeSerializerImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VALUE_TAG
      Tag name of a value element.
      protected static org.xml.sax.Attributes ZERO_ATTRIBUTES  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void write​(org.xml.sax.ContentHandler pHandler, java.lang.String pTagName, char[] pValue)  
      protected void write​(org.xml.sax.ContentHandler pHandler, java.lang.String pTagName, java.lang.String pValue)  
      protected void write​(org.xml.sax.ContentHandler pHandler, java.lang.String pLocalName, java.lang.String pQName, java.lang.String pValue)  
      • Methods inherited from class java.lang.Object

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

      • ZERO_ATTRIBUTES

        protected static final org.xml.sax.Attributes ZERO_ATTRIBUTES
      • VALUE_TAG

        public static final java.lang.String VALUE_TAG
        Tag name of a value element.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TypeSerializerImpl

        public TypeSerializerImpl()
    • Method Detail

      • write

        protected void write​(org.xml.sax.ContentHandler pHandler,
                             java.lang.String pTagName,
                             java.lang.String pValue)
                      throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • write

        protected void write​(org.xml.sax.ContentHandler pHandler,
                             java.lang.String pTagName,
                             char[] pValue)
                      throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • write

        protected void write​(org.xml.sax.ContentHandler pHandler,
                             java.lang.String pLocalName,
                             java.lang.String pQName,
                             java.lang.String pValue)
                      throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException