ParsedPattern
public class DValuePattern extends DPattern
Constructor | Description |
---|---|
DValuePattern(String datatypeLibrary,
String type,
String value,
Context context,
String ns) |
Modifier and Type | Method | 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 © 2018 Oracle Corporation. All rights reserved.