Class DocViewNode


  • @Deprecated
    public class DocViewNode
    extends java.lang.Object
    Deprecated.
    Use DocViewNode2 instead.
    Helper class that represents a JCR node abstraction encapsulating multiple properties.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      @NotNull java.lang.String label
      Deprecated.
      usually equal to name except when this node has a same name sibling, in that case label has format <name>[index], https://docs.adobe.com/content/docs/en/spec/jcr/2.0/22_Same-Name_Siblings.html#22.2%20Addressing%20Same-Name%20Siblings%20by%20Path
      @Nullable java.lang.String[] mixins
      Deprecated.
       
      @NotNull java.lang.String name
      Deprecated.
       
      @Nullable java.lang.String primary
      Deprecated.
       
      @NotNull java.util.Map<java.lang.String,​DocViewProperty> props
      Deprecated.
       
      @Nullable java.lang.String uuid
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      DocViewNode​(@NotNull java.lang.String name, @NotNull java.lang.String label, java.lang.String uuid, java.util.Map<java.lang.String,​DocViewProperty> props, java.lang.String[] mixins, java.lang.String primary)
      Deprecated.
       
      DocViewNode​(@NotNull java.lang.String name, @NotNull java.lang.String label, org.xml.sax.Attributes attributes)
      Deprecated.
       
      DocViewNode​(@NotNull java.lang.String name, @NotNull java.lang.String label, org.xml.sax.Attributes attributes, NamePathResolver npResolver)
      Deprecated.
    • Field Detail

      • name

        @NotNull
        public final @NotNull java.lang.String name
        Deprecated.
      • label

        @NotNull
        public final @NotNull java.lang.String label
        Deprecated.
        usually equal to name except when this node has a same name sibling, in that case label has format <name>[index], https://docs.adobe.com/content/docs/en/spec/jcr/2.0/22_Same-Name_Siblings.html#22.2%20Addressing%20Same-Name%20Siblings%20by%20Path
      • props

        @NotNull
        public final @NotNull java.util.Map<java.lang.String,​DocViewProperty> props
        Deprecated.
      • uuid

        @Nullable
        public @Nullable java.lang.String uuid
        Deprecated.
      • mixins

        @Nullable
        public final @Nullable java.lang.String[] mixins
        Deprecated.
      • primary

        @Nullable
        public final @Nullable java.lang.String primary
        Deprecated.
    • Constructor Detail

      • DocViewNode

        public DocViewNode​(@NotNull
                           @NotNull java.lang.String name,
                           @NotNull
                           @NotNull java.lang.String label,
                           java.lang.String uuid,
                           java.util.Map<java.lang.String,​DocViewProperty> props,
                           java.lang.String[] mixins,
                           java.lang.String primary)
        Deprecated.
      • DocViewNode

        @Deprecated
        public DocViewNode​(@NotNull
                           @NotNull java.lang.String name,
                           @NotNull
                           @NotNull java.lang.String label,
                           org.xml.sax.Attributes attributes,
                           NamePathResolver npResolver)
                    throws NamespaceException
        Deprecated.
        Throws:
        NamespaceException
      • DocViewNode

        public DocViewNode​(@NotNull
                           @NotNull java.lang.String name,
                           @NotNull
                           @NotNull java.lang.String label,
                           org.xml.sax.Attributes attributes)
                    throws NamespaceException
        Deprecated.
        Throws:
        NamespaceException
    • Method Detail

      • getValues

        public java.lang.String[] getValues​(java.lang.String name)
        Deprecated.
      • getValue

        public java.lang.String getValue​(java.lang.String name)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object