Class MiniLangElement

    • Field Detail

    • Constructor Detail

      • MiniLangElement

        public MiniLangElement​(org.w3c.dom.Element element,
                               SimpleMethod simpleMethod)
    • Method Detail

      • gatherArtifactInfo

        public void gatherArtifactInfo​(ArtifactInfoContext aic)
        Updates aic with this element's artifact information.
        Parameters:
        aic - The artifact information context
      • getLineNumber

        public java.lang.String getLineNumber()
        Returns the source code line number for this element.
        Returns:
        The source code line number for this element
      • getTagName

        public java.lang.String getTagName()
        Returns this element's tag name.
        Returns:
        This element's tag name
      • outputTraceMessage

        public void outputTraceMessage​(MethodContext methodContext,
                                       java.lang.String... messages)
        Logs a trace message.
        Parameters:
        methodContext -
        messages -
      • toString

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