|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.relaxng.converter.BuiltInDatatypes
public class BuiltInDatatypes
Converter for built-in datatypes.
| Constructor Summary | |
|---|---|
BuiltInDatatypes()
Constructs a new converter. |
|
| Method Summary | |
|---|---|
Automaton |
datatypeToAutomaton(String lib,
String type,
List<Param> params)
Converter from datatype to automaton. |
boolean |
isKnown(String lib,
String type)
Checks whether this library knows the given datatype. |
Automaton |
valueToAutomaton(String lib,
String type,
String ns,
String value)
Converter from value to automaton. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuiltInDatatypes()
| Method Detail |
|---|
public Automaton datatypeToAutomaton(String lib,
String type,
List<Param> params)
DatatypeLibrary
datatypeToAutomaton in interface DatatypeLibrarylib - datatype library URItype - datatypeparams - parameters
public boolean isKnown(String lib,
String type)
DatatypeLibrary
isKnown in interface DatatypeLibrarylib - librarytype - datatype
public Automaton valueToAutomaton(String lib,
String type,
String ns,
String value)
DatatypeLibrary
valueToAutomaton in interface DatatypeLibrarylib - datatype library URItype - datatypens - namespacevalue - value
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||