|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NewFSParser.NS>
org.basex.build.fs.NewFSParser.NS
public static enum NewFSParser.NS
All namespaces used in NewFSParser.
| Enum Constant Summary | |
|---|---|
DCTERMS
Dublin Core metadata terms namespace. |
|
FS
DeepFS filesystem namespace. |
|
FSMETA
DeepFS metadata namespace. |
|
XS
XML schema namespace. |
|
XSI
XML schema instance namespace. |
|
| Method Summary | |
|---|---|
void |
start(Builder b)
Calls Builder.startNS(byte[], byte[]). |
byte[] |
tag(java.lang.String element)
Converts the xml element into a byte array containing the correct namespace prefix. |
java.lang.String |
toString()
|
static NewFSParser.NS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NewFSParser.NS[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NewFSParser.NS XS
public static final NewFSParser.NS XSI
public static final NewFSParser.NS FS
public static final NewFSParser.NS FSMETA
public static final NewFSParser.NS DCTERMS
| Method Detail |
|---|
public static NewFSParser.NS[] values()
for (NewFSParser.NS c : NewFSParser.NS.values()) System.out.println(c);
public static NewFSParser.NS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<NewFSParser.NS>public void start(Builder b)
Builder.startNS(byte[], byte[]).
b - the builder instance.public byte[] tag(java.lang.String element)
element - the xml element to convert.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||