A B C D E F G I J L M N O P R S T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractXmiSplitter - Class in de.julielab.xml
- AbstractXmiSplitter(Set<String>, boolean, boolean, Set<String>) - Constructor for class de.julielab.xml.AbstractXmiSplitter
- adaptSofaIdMap(Map<Integer, JeDISVTDGraphNode>, Map<String, Integer>) - Method in class de.julielab.xml.AbstractXmiSplitter
-
Sets the correct XMI:ID values to the Sofa nodes.
- addAnnotationModuleLabel(String) - Method in class de.julielab.xml.JeDISVTDGraphNode
- addAnnotationModuleLabels(Set<String>) - Method in class de.julielab.xml.JeDISVTDGraphNode
- addPredecessor(JeDISVTDGraphNode) - Method in class de.julielab.xml.JeDISVTDGraphNode
- addStorageKeys(Collection<String>) - Method in class de.julielab.xml.StorageElement
- annotationModuleLabels - Variable in class de.julielab.xml.JeDISVTDGraphNode
- annotationModules - Variable in class de.julielab.xml.AbstractXmiSplitter
- assignNewXmiIds(Map<Integer, JeDISVTDGraphNode>, Map<String, Integer>, int) - Method in class de.julielab.xml.AbstractXmiSplitter
- AttributeParser - Class in de.julielab.xml.binary
- AttributeParser() - Constructor for class de.julielab.xml.binary.AttributeParser
B
- BASE_DOC_COLUMN - Static variable in class de.julielab.xml.XmiSplitConstants
- BINARY_FEATURES_TO_MAP_COL_FEATURE - Static variable in class de.julielab.xml.XmiSplitConstants
- BINARY_FEATURES_TO_MAP_COL_MAP - Static variable in class de.julielab.xml.XmiSplitConstants
- BINARY_FEATURES_TO_MAP_TABLE - Static variable in class de.julielab.xml.XmiSplitConstants
- BINARY_MAPPING_COL_ID - Static variable in class de.julielab.xml.XmiSplitConstants
- BINARY_MAPPING_COL_STRING - Static variable in class de.julielab.xml.XmiSplitConstants
- BINARY_MAPPING_TABLE - Static variable in class de.julielab.xml.XmiSplitConstants
- BinaryDecodingResult - Class in de.julielab.xml.binary
- BinaryDecodingResult(ByteArrayOutputStream, Multimap<Integer, Integer>, boolean) - Constructor for class de.julielab.xml.binary.BinaryDecodingResult
- BinaryJedisFormatUtils - Class in de.julielab.xml.binary
- BinaryJedisFormatUtils() - Constructor for class de.julielab.xml.binary.BinaryJedisFormatUtils
- BinaryJeDISNodeDecoder - Class in de.julielab.xml.binary
- BinaryJeDISNodeDecoder(Set<String>, boolean) - Constructor for class de.julielab.xml.binary.BinaryJeDISNodeDecoder
- BinaryJeDISNodeEncoder - Class in de.julielab.xml.binary
- BinaryJeDISNodeEncoder() - Constructor for class de.julielab.xml.binary.BinaryJeDISNodeEncoder
- BinaryStorageAnalysisResult - Class in de.julielab.xml.binary
- BinaryStorageAnalysisResult(Set<String>, Map<String, Boolean>, int) - Constructor for class de.julielab.xml.binary.BinaryStorageAnalysisResult
- BinaryXmiBuilder - Class in de.julielab.xml.binary
-
This class replaces the
XmiBuilderfor the assembly of an XMI document from the base document and a set of annotation modules in the case that the document and annotation modules come in the binary format. - BinaryXmiBuilder(Map<String, String>) - Constructor for class de.julielab.xml.binary.BinaryXmiBuilder
- buildXmi(BinaryDecodingResult) - Method in class de.julielab.xml.binary.BinaryXmiBuilder
- buildXmi(BinaryDecodingResult, boolean) - Method in class de.julielab.xml.binary.BinaryXmiBuilder
- buildXmi(LinkedHashMap<String, InputStream>, TypeSystem) - Method in class de.julielab.xml.XmiBuilder
-
Builds a single xmi representation out of the base document and the selected annotations.
C
- CAS_NULL - Static variable in class de.julielab.xml.JeDISVTDGraphNode
- CAS_NULL - Static variable in class de.julielab.xml.XmiSplitUtilities
- CAS_SOFA - Static variable in class de.julielab.xml.XmiSplitUtilities
- CAS_VIEW - Static variable in class de.julielab.xml.XmiSplitUtilities
- checkForJeDISBinaryFormat(byte[]) - Static method in class de.julielab.xml.binary.BinaryJedisFormatUtils
-
Compares the first two bytes to
BinaryJeDISNodeEncoder.JEDIS_BINARY_MAGIC. - checkForJeDISBinaryFormat(InputStream) - Static method in class de.julielab.xml.binary.BinaryJedisFormatUtils
-
Reads the first two bytes of the InputStream and compares to
BinaryJeDISNodeEncoder.JEDIS_BINARY_MAGIC. - completeTypeNames(String[]) - Static method in class de.julielab.xml.XmiSplitUtilities
-
Complete type names when they are not fully qualified but only the class name itself is given.
- convertNSUri(String) - Static method in class de.julielab.xml.XmiSplitUtilities
-
Extracts the first part of the fully qualified java name from the namespace uri.
- createAnnotationModuleData(Map<Integer, JeDISVTDGraphNode>, Map<Integer, Integer>, Map<String, Set<JeDISVTDGraphNode>>, TypeSystem) - Method in class de.julielab.xml.AbstractXmiSplitter
- createAnnotationModules(Map<Integer, JeDISVTDGraphNode>) - Method in class de.julielab.xml.AbstractXmiSplitter
- currentSecondSofaMapKey - Variable in class de.julielab.xml.AbstractXmiSplitter
- currentSofaIdMap - Variable in class de.julielab.xml.XmiSplitterResult
D
- DataRange - Class in de.julielab.xml.binary
-
This is the base class for
ElementandJeDISAttributewhich represent parts of an XMI document. - DataRange() - Constructor for class de.julielab.xml.binary.DataRange
- de.julielab.jcore.types - package de.julielab.jcore.types
- de.julielab.xml - package de.julielab.xml
- de.julielab.xml.binary - package de.julielab.xml.binary
- de.julielab.xml.util - package de.julielab.xml.util
- decode(Map<String, InputStream>, TypeSystem, Map<Integer, String>, Map<String, Boolean>, Map<String, String>) - Method in class de.julielab.xml.binary.BinaryJeDISNodeDecoder
-
Important: The base document module data must be associated with the
XmiSplitter.DOCUMENT_MODULE_LABELkey in input. - determineLabelsForNode(JeDISVTDGraphNode, Set<String>, boolean) - Method in class de.julielab.xml.AbstractXmiSplitter
- determineMaxXmiId(byte[]) - Method in class de.julielab.xml.WholeXmiStaxSplitter
-
Determines the maximum XMI ID assigned in the XMI data given by bais plus one.
- DOCUMENT_MODULE_LABEL - Static variable in interface de.julielab.xml.XmiSplitter
E
- elementFragment - Variable in class de.julielab.xml.JeDISVTDGraphNode
- encode(Collection<JeDISVTDGraphNode>, TypeSystem, Map<String, Integer>, Map<String, Boolean>) - Method in class de.julielab.xml.binary.BinaryJeDISNodeEncoder
F
- featOkTst - Static variable in class de.julielab.jcore.types.XmiMetaData_Type
- findMissingItemsForMapping(Collection<JeDISVTDGraphNode>, TypeSystem, Map<String, Integer>, Map<String, Boolean>) - Method in class de.julielab.xml.binary.BinaryJeDISNodeEncoder
- findMissingItemsForMapping(Collection<JeDISVTDGraphNode>, TypeSystem, Map<String, Integer>, Map<String, Boolean>, boolean) - Method in class de.julielab.xml.binary.BinaryJeDISNodeEncoder
G
- getAnnotationModuleLabels() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getAnnotationsToStore() - Method in class de.julielab.xml.WholeXmiStaxSplitter
-
Returns the specified annotations to select.
- getAttributeName() - Method in class de.julielab.xml.binary.XmlAttribute
- getAttributes() - Method in class de.julielab.xml.binary.XmlStartTag
- getAttributeValue() - Method in class de.julielab.xml.binary.XmlAttribute
- getBegin() - Method in class de.julielab.xml.binary.DataRange
- getByteLength() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getByteOffset() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getByteSegmentedStartTag(byte[]) - Method in class de.julielab.xml.JeDISVTDGraphNode
- getDepth() - Method in class de.julielab.xml.StreamParserElementNode
- getElement() - Method in class de.julielab.xml.StorageElement
- getElementFragment() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getElementName() - Method in class de.julielab.xml.StorageElement
- getElementNSUri() - Method in class de.julielab.xml.StorageElement
- getElementPrefix() - Method in class de.julielab.xml.StorageElement
- getElementTypeJavaName() - Method in class de.julielab.xml.StorageElement
- getEnd() - Method in class de.julielab.xml.binary.DataRange
- getEnd() - Method in class de.julielab.xml.binary.XmlByteSpan
- getFeatureType(Type, String) - Static method in class de.julielab.xml.XmiSplitUtilities
- getFirstAnnotationtype() - Method in class de.julielab.xml.WholeXmiStaxSplitter
-
Return the first annotation type that is not an element of the base document.
- getLength() - Method in class de.julielab.xml.binary.DataRange
- getLength() - Method in class de.julielab.xml.binary.XmlByteSpan
- getMaxXmiId() - Method in class de.julielab.jcore.types.XmiMetaData
-
getter for maxXmiId - gets
- getMaxXmiId(int) - Method in class de.julielab.jcore.types.XmiMetaData_Type
- getMissingFeaturesToMap() - Method in class de.julielab.xml.binary.BinaryStorageAnalysisResult
- getMissingItem() - Method in exception de.julielab.xml.util.MissingBinaryMappingException
- getMissingItemsMapping() - Method in class de.julielab.xml.binary.BinaryStorageAnalysisResult
- getMissingValuesToMap() - Method in class de.julielab.xml.binary.BinaryStorageAnalysisResult
-
The 'values' don't just mean attribute values but all strings that should be replaced by an integer ID.
- getModuleXmlData() - Method in class de.julielab.xml.JeDISVTDGraphNode
-
Returns the final result of the splitting process for this node.
- getNamespaces() - Method in class de.julielab.xml.binary.BinaryXmiBuilder
- getNewXmiId() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getNodeXml(JeDISVTDGraphNode) - Method in class de.julielab.xml.AbstractXmiSplitter
- getNodeXml(JeDISVTDGraphNode) - Method in class de.julielab.xml.StaxXmiSplitter
- getNodeXml(JeDISVTDGraphNode) - Method in class de.julielab.xml.VtdXmlXmiSplitter
- getOffset() - Method in class de.julielab.xml.StreamParserElementNode
- getOldXmiId() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getPos() - Method in class de.julielab.xml.binary.PosDisclosingByteArrayInputStream
- getPredecessors() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getRange() - Method in class de.julielab.xml.binary.DataRange
- getReferencedXmiIds() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getSofaElements() - Method in class de.julielab.xml.binary.BinaryDecodingResult
-
Returns a map from sofa ID to the XMI IDs of annotations contained in the sofa.
- getSofaID() - Method in class de.julielab.xml.SofaVTDGraphNode
- getSofaIdMappings() - Method in class de.julielab.jcore.types.XmiMetaData
-
getter for sofaIdMappings - gets Mappings from sofa xmi:id to the sofa name, i.e.
- getSofaIdMappings(int) - Method in class de.julielab.jcore.types.XmiMetaData_Type
- getSofaIdMappings(int) - Method in class de.julielab.jcore.types.XmiMetaData
-
indexed getter for sofaIdMappings - gets an indexed value - Mappings from sofa xmi:id to the sofa name, i.e.
- getSofaIdMappings(int, int) - Method in class de.julielab.jcore.types.XmiMetaData_Type
- getSofaXmiId() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getStart() - Method in class de.julielab.xml.binary.XmlByteSpan
- getStorageKeys() - Method in class de.julielab.xml.StorageElement
- getTypeIndexID() - Method in class de.julielab.jcore.types.XmiMetaData
- getTypeJavaName(StartElement) - Static method in class de.julielab.xml.XmiSplitUtilities
-
Extracts the fully qualified java name for an element.
- getTypeName() - Method in class de.julielab.xml.JeDISVTDGraphNode
- getVTDNav() - Method in class de.julielab.xml.VtdXmlXmiSplitter
- getXmiData() - Method in class de.julielab.xml.binary.BinaryDecodingResult
- getXmiPortionsToModify() - Method in class de.julielab.xml.binary.BinaryDecodingResult
- getXmlData() - Method in class de.julielab.xml.binary.XmlByteSpan
I
- isAnnotationType(String) - Static method in class de.julielab.xml.XmiSplitUtilities
- isFSArray(Type) - Static method in class de.julielab.xml.XmiSplitUtilities
-
TODO: Are there any Feature Structures other than FSArray that link annotations (e.g.
- isListTypeName(String) - Static method in class de.julielab.xml.XmiSplitUtilities
- isMultiValuedFeatureAttribute(Type, String) - Static method in class de.julielab.xml.XmiSplitUtilities
- isPrimitive(Type) - Static method in class de.julielab.xml.XmiSplitUtilities
-
TODO: See class variable primitives...
- isPrimitive(Type, String) - Static method in class de.julielab.xml.XmiSplitUtilities
- isReferenceAttribute(Type, String, TypeSystem) - Static method in class de.julielab.xml.XmiSplitUtilities
- isReferenceFeature(Feature, TypeSystem) - Static method in class de.julielab.xml.XmiSplitUtilities
- isShrinkArraysAndListsIfReferenceNotLoaded() - Method in class de.julielab.xml.binary.BinaryDecodingResult
- isToBeOmitted() - Method in class de.julielab.xml.binary.DataRange
J
- JEDIS_BINARY_MAGIC - Static variable in class de.julielab.xml.binary.BinaryJeDISNodeDecoder
- JEDIS_BINARY_MAGIC - Static variable in class de.julielab.xml.binary.BinaryJeDISNodeEncoder
- jedisNodesInAnnotationModules - Variable in class de.julielab.xml.XmiSplitterResult
- JeDISVTDGraphNode - Class in de.julielab.xml
- JeDISVTDGraphNode() - Constructor for class de.julielab.xml.JeDISVTDGraphNode
- JeDISVTDGraphNode(Integer) - Constructor for class de.julielab.xml.JeDISVTDGraphNode
L
- labelNodes(Map<Integer, JeDISVTDGraphNode>, Set<String>, boolean) - Method in class de.julielab.xml.AbstractXmiSplitter
M
- maxXmiId - Variable in class de.julielab.xml.XmiSplitterResult
- MissingBinaryMappingException - Exception in de.julielab.xml.util
- MissingBinaryMappingException(String) - Constructor for exception de.julielab.xml.util.MissingBinaryMappingException
- MissingBinaryMappingException(String, String) - Constructor for exception de.julielab.xml.util.MissingBinaryMappingException
- MissingBinaryMappingException(String, String, Throwable) - Constructor for exception de.julielab.xml.util.MissingBinaryMappingException
- MissingBinaryMappingException(String, String, Throwable, boolean, boolean) - Constructor for exception de.julielab.xml.util.MissingBinaryMappingException
- MissingBinaryMappingException(String, Throwable) - Constructor for exception de.julielab.xml.util.MissingBinaryMappingException
- moduleAnnotationNames - Variable in class de.julielab.xml.AbstractXmiSplitter
N
- namespaces - Variable in class de.julielab.xml.XmiSplitterResult
- newXmiId - Variable in class de.julielab.xml.JeDISVTDGraphNode
- nodesByXmiId - Variable in class de.julielab.xml.AbstractXmiSplitter
- noViewMembers - Static variable in class de.julielab.xml.XmiBuilder
-
Start tags of elements whose xmi ids should not appear in the cas:View-element.
- NS_URI - Static variable in class de.julielab.xml.XmiSplitConstants
O
- oldXmiId - Variable in class de.julielab.xml.JeDISVTDGraphNode
P
- parse(byte[]) - Method in class de.julielab.xml.binary.AttributeParser
- PosDisclosingByteArrayInputStream - Class in de.julielab.xml.binary
- PosDisclosingByteArrayInputStream(byte[]) - Constructor for class de.julielab.xml.binary.PosDisclosingByteArrayInputStream
- PosDisclosingByteArrayInputStream(byte[], int, int) - Constructor for class de.julielab.xml.binary.PosDisclosingByteArrayInputStream
- predecessors - Variable in class de.julielab.xml.JeDISVTDGraphNode
- PREFIX - Static variable in class de.julielab.xml.XmiSplitConstants
- primitives - Static variable in class de.julielab.xml.XmiSplitUtilities
-
Ranges of features that will erroneously (for our purposes) have the status of not being primitive.
- process(byte[], TypeSystem, int, Map<String, Integer>) - Method in class de.julielab.xml.StaxXmiSplitter
- process(byte[], TypeSystem, int, Map<String, Integer>) - Method in class de.julielab.xml.VtdXmlXmiSplitter
- process(byte[], TypeSystem, int, Map<String, Integer>) - Method in class de.julielab.xml.WholeXmiStaxSplitter
-
Processes the xmi data according to the parameters set for the StaxXmiSplitter.
- process(byte[], TypeSystem, int, Map<String, Integer>) - Method in interface de.julielab.xml.XmiSplitter
R
- readInputStreamIntoBuffer(InputStream) - Static method in class de.julielab.xml.XmiSplitUtilities
- readInputStreamIntoByteArrayOutputStream(InputStream) - Static method in class de.julielab.xml.XmiSplitUtilities
- recursively - Variable in class de.julielab.xml.AbstractXmiSplitter
- resolveListSubtypes(String) - Static method in class de.julielab.xml.XmiSplitUtilities
S
- setAllJavaNames(ByteArrayInputStream) - Method in class de.julielab.xml.WholeXmiStaxSplitter
-
Retrieves the types namespace uri from the xmi element in order to create the fully qualified java name for all annotations that have not been given in this form.
- setAnnotationModuleLabels(Set<String>) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setByteLength(int) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setByteOffset(int) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setByteSegmentedStartTag(XmlStartTag) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setDepth(int) - Method in class de.julielab.xml.StreamParserElementNode
- setdocTableName(String) - Method in class de.julielab.xml.XmiBuilder
-
The name of the table containing the base document.
- setElement(XMLEvent) - Method in class de.julielab.xml.StorageElement
- setElementFragment(long) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setElementNSUri(String) - Method in class de.julielab.xml.StorageElement
- setElementPrefix(String) - Method in class de.julielab.xml.StorageElement
- setInputSize(int) - Method in class de.julielab.xml.XmiBuilder
- setJavaName(String) - Method in class de.julielab.xml.StorageElement
- setMaxXmiId(int) - Method in class de.julielab.jcore.types.XmiMetaData
-
setter for maxXmiId - sets
- setMaxXmiId(int, int) - Method in class de.julielab.jcore.types.XmiMetaData_Type
- setModuleData(String) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setNewXmiId(Integer) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setOffset(int) - Method in class de.julielab.xml.StreamParserElementNode
- setOldXmiId(Integer) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setPredecessors(List<JeDISVTDGraphNode>) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setRange(int, int) - Method in class de.julielab.xml.binary.DataRange
- setRange(Range<Integer>) - Method in class de.julielab.xml.binary.DataRange
- setReferencedXmiIds(Map<String, List<Integer>>) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setSofaElements(Multimap<Integer, Integer>) - Method in class de.julielab.xml.binary.BinaryDecodingResult
- setSofaID(String) - Method in class de.julielab.xml.SofaVTDGraphNode
- setSofaIdMappings(int, int) - Method in class de.julielab.jcore.types.XmiMetaData_Type
- setSofaIdMappings(int, int, String) - Method in class de.julielab.jcore.types.XmiMetaData_Type
- setSofaIdMappings(int, String) - Method in class de.julielab.jcore.types.XmiMetaData
-
indexed setter for sofaIdMappings - sets an indexed value - Mappings from sofa xmi:id to the sofa name, i.e.
- setSofaIdMappings(StringArray) - Method in class de.julielab.jcore.types.XmiMetaData
-
setter for sofaIdMappings - sets Mappings from sofa xmi:id to the sofa name, i.e.
- setSofaXmiId(int) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setStorageKeys(Collection<String>) - Method in class de.julielab.xml.StorageElement
- setToBeOmitted(boolean) - Method in class de.julielab.xml.binary.DataRange
- setTypeName(String) - Method in class de.julielab.xml.JeDISVTDGraphNode
- setXmiData(ByteArrayOutputStream) - Method in class de.julielab.xml.binary.BinaryDecodingResult
- setXmiData(HashMap<String, InputStream>) - Method in class de.julielab.xml.XmiBuilder
-
The xmi data (document and annotations) as input streams mapped to table names.
- setXmiPortionsToModify(List<DataRange>) - Method in class de.julielab.xml.binary.BinaryDecodingResult
- setXMIStartElementData(Map<String, String>) - Method in class de.julielab.xml.XmiBuilder
- SofaVTDGraphNode - Class in de.julielab.xml
- SofaVTDGraphNode(Integer) - Constructor for class de.julielab.xml.SofaVTDGraphNode
- sofaXmiId - Variable in class de.julielab.xml.JeDISVTDGraphNode
- StaxXmiSplitter - Class in de.julielab.xml
- StaxXmiSplitter(Set<String>, boolean, boolean, Set<String>) - Constructor for class de.julielab.xml.StaxXmiSplitter
- StaxXmiSplitter(Set<String>, boolean, boolean, Set<String>, int) - Constructor for class de.julielab.xml.StaxXmiSplitter
-
For large documents, the XMI sofa string can be very large (tenth of megabytes).
- StorageElement - Class in de.julielab.xml
- StorageElement(XMLEvent, String, String, String, String, Collection<String>) - Constructor for class de.julielab.xml.StorageElement
- StorageElement(XMLEvent, Collection<String>) - Constructor for class de.julielab.xml.StorageElement
- storeBaseDocument - Variable in class de.julielab.xml.AbstractXmiSplitter
- StreamParserElementNode - Class in de.julielab.xml
- StreamParserElementNode(int, int) - Constructor for class de.julielab.xml.StreamParserElementNode
T
- toString() - Method in class de.julielab.xml.binary.DataRange
- toString() - Method in class de.julielab.xml.binary.XmlByteSpan
- toString() - Method in class de.julielab.xml.JeDISVTDGraphNode
- toString() - Method in class de.julielab.xml.SofaVTDGraphNode
- toString() - Method in class de.julielab.xml.StorageElement
- type - Static variable in class de.julielab.jcore.types.XmiMetaData
- typeIndexID - Static variable in class de.julielab.jcore.types.XmiMetaData_Type
- typeIndexID - Static variable in class de.julielab.jcore.types.XmiMetaData
- typeName - Variable in class de.julielab.xml.JeDISVTDGraphNode
- TYPES_NAMESPACE - Static variable in class de.julielab.xml.XmiSplitUtilities
-
The default types namespace that is assumed if not the fully qualified java name is given for an annotation.
V
- VtdXmlXmiSplitter - Class in de.julielab.xml
- VtdXmlXmiSplitter(Set<String>, boolean, boolean, Set<String>) - Constructor for class de.julielab.xml.VtdXmlXmiSplitter
W
- WholeXmiStaxSplitter - Class in de.julielab.xml
- WholeXmiStaxSplitter(String) - Constructor for class de.julielab.xml.WholeXmiStaxSplitter
-
Creates an StaxXmiSplitter that returns the whole xmi data.
- WholeXmiStaxSplitter(String, int) - Constructor for class de.julielab.xml.WholeXmiStaxSplitter
-
Creates an StaxXmiSplitter that returns the whole xmi data.
X
- XMI_NS_TABLE - Static variable in class de.julielab.xml.XmiSplitConstants
- XmiBuilder - Class in de.julielab.xml
- XmiBuilder(Map<String, String>, String[]) - Constructor for class de.julielab.xml.XmiBuilder
- XmiBuilder(Map<String, String>, String[], long) - Constructor for class de.julielab.xml.XmiBuilder
- XMIBuilderException - Exception in de.julielab.xml.util
- XMIBuilderException() - Constructor for exception de.julielab.xml.util.XMIBuilderException
- XMIBuilderException(String) - Constructor for exception de.julielab.xml.util.XMIBuilderException
- XMIBuilderException(String, Throwable) - Constructor for exception de.julielab.xml.util.XMIBuilderException
- XMIBuilderException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.xml.util.XMIBuilderException
- XMIBuilderException(Throwable) - Constructor for exception de.julielab.xml.util.XMIBuilderException
- xmiData - Variable in class de.julielab.xml.XmiSplitterResult
-
Keys: Fully qualified Java-style type names.
- XMIManipulationException - Exception in de.julielab.xml.util
- XMIManipulationException() - Constructor for exception de.julielab.xml.util.XMIManipulationException
- XMIManipulationException(String) - Constructor for exception de.julielab.xml.util.XMIManipulationException
- XMIManipulationException(String, Throwable) - Constructor for exception de.julielab.xml.util.XMIManipulationException
- XMIManipulationException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.xml.util.XMIManipulationException
- XMIManipulationException(Throwable) - Constructor for exception de.julielab.xml.util.XMIManipulationException
- XmiMetaData - Class in de.julielab.jcore.types
-
This type stores required information for the appropiate handling of consistent XMI deserialization in the XMI reader and serialization in the XMI consumer with respect to the separate storage of annotations.
- XmiMetaData() - Constructor for class de.julielab.jcore.types.XmiMetaData
-
Never called.
- XmiMetaData(int, TOP_Type) - Constructor for class de.julielab.jcore.types.XmiMetaData
-
Internal - constructor used by generator
- XmiMetaData(JCas) - Constructor for class de.julielab.jcore.types.XmiMetaData
- XmiMetaData(JCas, int, int) - Constructor for class de.julielab.jcore.types.XmiMetaData
- XmiMetaData_Type - Class in de.julielab.jcore.types
-
This type stores required information for the appropiate handling of consistent XMI deserialization in the XMI reader and serialization in the XMI consumer with respect to the separate storage of annotations.
- XmiMetaData_Type(JCas, Type) - Constructor for class de.julielab.jcore.types.XmiMetaData_Type
-
initialize variables to correspond with Cas Type and Features
- XmiSplitConstants - Class in de.julielab.xml
- XmiSplitConstants() - Constructor for class de.julielab.xml.XmiSplitConstants
- XmiSplitter - Interface in de.julielab.xml
- XMISplitterException - Exception in de.julielab.xml.util
- XMISplitterException() - Constructor for exception de.julielab.xml.util.XMISplitterException
- XMISplitterException(String) - Constructor for exception de.julielab.xml.util.XMISplitterException
- XMISplitterException(String, Throwable) - Constructor for exception de.julielab.xml.util.XMISplitterException
- XMISplitterException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.xml.util.XMISplitterException
- XMISplitterException(Throwable) - Constructor for exception de.julielab.xml.util.XMISplitterException
- XmiSplitterResult - Class in de.julielab.xml
- XmiSplitterResult(LinkedHashMap<String, ByteArrayOutputStream>, Integer, Map<String, String>, Map<Integer, String>, List<JeDISVTDGraphNode>) - Constructor for class de.julielab.xml.XmiSplitterResult
- XmiSplitUtilities - Class in de.julielab.xml
- XmiSplitUtilities() - Constructor for class de.julielab.xml.XmiSplitUtilities
- XmlAttribute - Class in de.julielab.xml.binary
- XmlAttribute(int, int, int, int, byte[]) - Constructor for class de.julielab.xml.binary.XmlAttribute
- XmlByteSpan - Class in de.julielab.xml.binary
- XmlByteSpan(int, int, byte[]) - Constructor for class de.julielab.xml.binary.XmlByteSpan
- XmlStartTag - Class in de.julielab.xml.binary
- XmlStartTag(int, int, List<XmlAttribute>, byte[]) - Constructor for class de.julielab.xml.binary.XmlStartTag
All Classes All Packages