public class DValuePattern extends DPattern
Constructor and Description |
---|
DValuePattern(String datatypeLibrary,
String type,
String value,
Context context,
String ns) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(DPatternVisitor visitor) |
Context |
getContext() |
String |
getDatatypeLibrary() |
String |
getNs() |
String |
getType() |
String |
getValue() |
boolean |
isNullable()
Returns true if this pattern is nullable.
|
createParseable, getAnnotation, getLocation, isAttribute, isElement
public String getDatatypeLibrary()
public String getType()
public String getValue()
public Context getContext()
public String getNs()
public boolean isNullable()
DPattern
isNullable
in class DPattern
public Object accept(DPatternVisitor visitor)
Copyright © 2019 JBoss by Red Hat. All rights reserved.