Class BaseCanonicalizer

    • Constructor Detail

      • BaseCanonicalizer

        public BaseCanonicalizer()
        Creates a new instance of BaseCanonicalizer
    • Method Detail

      • reset

        public void reset()
      • resize

        protected final void resize()
      • addParentNamespaces

        public void addParentNamespaces​(List nsDecls)
      • getAttributeNS

        protected AttributeNS getAttributeNS()
      • namespaceIsRelative

        public static boolean namespaceIsRelative​(String namespaceValue)
        Method namespaceIsRelative
        Parameters:
        namespaceValue -
        Returns:
        true if the given namespace is relative.
      • namespaceIsAbsolute

        public static boolean namespaceIsAbsolute​(String namespaceValue)
        Method namespaceIsAbsolute
        Parameters:
        namespaceValue -
        Returns:
        true if the given namespace is absolute.
      • sort

        public static void sort​(List list)