org.deegree.gml.feature
Class BinaryVocabulary
java.lang.Object
org.deegree.gml.feature.BinaryVocabulary
public class BinaryVocabulary
- extends Object
Field Summary |
static com.sun.xml.fastinfoset.vocab.ParserVocabulary |
parserVoc
|
static com.sun.xml.fastinfoset.vocab.SerializerVocabulary |
serializerVoc
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serializerVoc
public static final com.sun.xml.fastinfoset.vocab.SerializerVocabulary serializerVoc
parserVoc
public static final com.sun.xml.fastinfoset.vocab.ParserVocabulary parserVoc
BinaryVocabulary
public BinaryVocabulary()
addElement
public static final void addElement(String eName)
- Add an element to the element table.
- Parameters:
eName
- The element name
addElement
public static final void addElement(String ns,
String prefix,
String eName)
reserveElement
public static final void reserveElement(int val)
- Reserve element entries to the specficied value.
- Parameters:
val
- The value to reserve to
addAttribute
public static final void addAttribute(String aName)
- Add an attribute to the attribute table.
- Parameters:
aName
- The attribute name
reserveAttribute
public static final void reserveAttribute(int val)
- Reserve attribute entries to the specficied value.
- Parameters:
val
- The value to reserve to
main
public static void main(String[] args)
Copyright © 2011. All Rights Reserved.