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()
ExpressiongetType in interface Expressionpublic 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)
LanguageObjectacceptVisitor in interface LanguageObjectvisitor - Visitor being usedpublic XMLParse clone()
LanguageObjectclone in interface LanguageObjectclone in class ObjectCopyright © 2018 JBoss by Red Hat. All rights reserved.