Class NodeSerializer

  • All Implemented Interfaces:
    TypeSerializer

    public class NodeSerializer
    extends ExtSerializer
    The node serializer is serializing a DOM node.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DOM_TAG
      The local name of a dom tag.
      private static org.apache.ws.commons.serialize.DOMSerializer ser  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeSerializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getTagName()
      Returns the unqualied tag name.
      protected void serialize​(org.xml.sax.ContentHandler pHandler, java.lang.Object pObject)
      Performs the actual serialization.
      • Methods inherited from class java.lang.Object

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

      • ser

        private static final org.apache.ws.commons.serialize.DOMSerializer ser
      • DOM_TAG

        public static final java.lang.String DOM_TAG
        The local name of a dom tag.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NodeSerializer

        public NodeSerializer()
    • Method Detail

      • getTagName

        protected java.lang.String getTagName()
        Description copied from class: ExtSerializer
        Returns the unqualied tag name.
        Specified by:
        getTagName in class ExtSerializer
      • serialize

        protected void serialize​(org.xml.sax.ContentHandler pHandler,
                                 java.lang.Object pObject)
                          throws org.xml.sax.SAXException
        Description copied from class: ExtSerializer
        Performs the actual serialization.
        Specified by:
        serialize in class ExtSerializer
        Throws:
        org.xml.sax.SAXException