org.teiid.query.sql.symbol
Class XMLAttributes
java.lang.Object
org.teiid.query.sql.symbol.XMLAttributes
- All Implemented Interfaces:
- Cloneable, LanguageObject
public class XMLAttributes
- extends Object
- implements LanguageObject
Represents XMLATTRIBUTES name value pairs
XMLAttributes
public XMLAttributes(List<DerivedColumn> args)
getArgs
public List<DerivedColumn> getArgs()
clone
public XMLAttributes clone()
- Description copied from interface:
LanguageObject
- Implement clone to make objects cloneable.
- Specified by:
clone
in interface LanguageObject
- Overrides:
clone
in class Object
- Returns:
- Deep clone of this object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
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
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.