Class SchemaTreeTraverser.SchemaTreeNode

    • Constructor Detail

      • SchemaTreeNode

        public SchemaTreeNode​(String artifactName,
                              Locator locator)
        Simple constructor.
        Parameters:
        artifactName - Artifact name.
        locator - Artifact locator.
    • Method Detail

      • getCaption

        public String getCaption()
        Returns the caption for this node.
        Returns:
        The caption for this node.
      • getFileName

        public String getFileName()
        Returns:
        Returns the file name of the corresponding schema artifact.
      • setFileName

        public void setFileName​(String fileName)
        Parameters:
        fileName - The file name of the corresponding schema artifact to set.
      • getLineNumber

        public int getLineNumber()
        Returns:
        Returns the line number of the corresponding schema artifact.
      • setLineNumber

        public void setLineNumber​(int lineNumber)
        Parameters:
        lineNumber - The line number of the corresponding schema artifact to set.