Class RemovePrivate

    • Constructor Summary

      Constructors 
      Constructor Description
      RemovePrivate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPrefix​(java.lang.String prefix)
      add a prefix if never called -all prefixes are zapped
      void setZappAttributes​(boolean zappAttributes)
      if set to true, attributes with proprietary namespace prefixes are zapped, else kept
      void setZappElements​(boolean zappElements)
      if set to true, attributes with proprietary namespace prefixes are zapped, else kept
      void setZappGeneralID​(boolean zappGeneralID)
      if set to true, generalID elements with proprietary namespace prefixes are zapped, else kept
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RemovePrivate

        public RemovePrivate()
    • Method Detail

      • addPrefix

        public void addPrefix​(java.lang.String prefix)
        add a prefix if never called -all prefixes are zapped
        Parameters:
        prefix -
      • setZappGeneralID

        public void setZappGeneralID​(boolean zappGeneralID)
        if set to true, generalID elements with proprietary namespace prefixes are zapped, else kept
        Parameters:
        zappGeneralID - if true, zapp 'em (the default) else keep 'em
      • setZappAttributes

        public void setZappAttributes​(boolean zappAttributes)
        if set to true, attributes with proprietary namespace prefixes are zapped, else kept
        Parameters:
        zappAttributes - if true, zapp 'em (the default) else keep 'em
      • setZappElements

        public void setZappElements​(boolean zappElements)
        if set to true, attributes with proprietary namespace prefixes are zapped, else kept
        Parameters:
        zappElements - if true, zapp 'em (the default) else keep 'em