Class XMLSerialize

    • Constructor Detail

      • XMLSerialize

        public XMLSerialize()
    • Method Detail

      • getType

        public Class<?> getType()
        Description copied from interface: Expression
        Get the return type of this expression.
        Specified by:
        getType in interface Expression
        Returns:
        Java class may be null prior to being resolved
      • getEncoding

        public String getEncoding()
      • setEncoding

        public void setEncoding​(String encoding)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)
      • getDeclaration

        public Boolean getDeclaration()
      • setDeclaration

        public void setDeclaration​(Boolean declaration)
      • getExpression

        public Expression getExpression()
      • getDocument

        public Boolean getDocument()
      • setDocument

        public void setDocument​(Boolean document)
      • setExpression

        public void setExpression​(Expression expression)
      • setTypeString

        public void setTypeString​(String typeString)
      • getTypeString

        public String getTypeString()
      • acceptVisitor

        public void acceptVisitor​(LanguageVisitor visitor)
        Description copied from interface: LanguageObject
        Method for accepting a visitor. It is the responsibility of the language object to call back on the visitor.
        Specified by:
        acceptVisitor in interface LanguageObject
        Parameters:
        visitor - Visitor being used
      • isDocument

        public boolean isDocument()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object