public class XMLParse extends Object implements Expression
LanguageObject.Util
Constructor and Description |
---|
XMLParse() |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor.
|
XMLParse |
clone()
Implement clone to make objects cloneable.
|
boolean |
equals(Object obj) |
Expression |
getExpression() |
Class<?> |
getType()
Get the return type of this expression.
|
int |
hashCode() |
boolean |
isDocument() |
boolean |
isWellFormed() |
void |
setDocument(boolean document) |
void |
setExpression(Expression expression) |
void |
setWellFormed(boolean wellFormed) |
String |
toString() |
public Class<?> getType()
Expression
getType
in interface Expression
public Expression getExpression()
public boolean isDocument()
public void setDocument(boolean document)
public void setExpression(Expression expression)
public boolean isWellFormed()
public void setWellFormed(boolean wellFormed)
public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
acceptVisitor
in interface LanguageObject
visitor
- Visitor being usedpublic XMLParse clone()
LanguageObject
clone
in interface LanguageObject
clone
in class Object
Copyright © 2017 JBoss by Red Hat. All rights reserved.