All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download sirix-core JAR 0.1.0 with all dependencies


Sirix is a versioned, treebased storage system. It provides an ID-less diff-algorithm to import differences between two versions. Furthermore an ID-based diff-algorithm facilitates the comparison of versions stored within Sirix. A GUI with several visualizations for comparing these versions visually is available to aid an analyst. Versions are stored using well known versioning strategies (full, incremental, differential). The architecture is especially well suited for flash-disks because of a COW-principle. In the future we aim to provide throughout security as well as a replaced page-structure to speedup our architecture. A brackit(.org) binding will enable XQuery and the XQuery Update Facility. Temporal XPath axis and possibly diff-functions will help analysts to gain quick knowledge from the stored data.

Files of the artifact sirix-core version 0.1.0 from the group com.github.johanneslichtenberger.sirix.

The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of sirix-core Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of sirix-core version 0.1.0

META-INF
META-INF.META-INF.MANIFEST.MF
.logback-test.xml
.logback.xml
org.sirix.access
org.sirix.access.org.sirix.access.AbsForwardingNodeReadTrx
org.sirix.access.org.sirix.access.AbsForwardingNodeWriteTrx
org.sirix.access.org.sirix.access.AbsForwardingPageReadTrx
org.sirix.access.org.sirix.access.AbsForwardingPageWriteTrx
org.sirix.access.org.sirix.access.AbsKeyDatabase
org.sirix.access.org.sirix.access.AbsVisitorSupport
org.sirix.access.org.sirix.access.Database
org.sirix.access.org.sirix.access.EHashKind
org.sirix.access.org.sirix.access.EInsertPos
org.sirix.access.org.sirix.access.EMove
org.sirix.access.org.sirix.access.EMultipleWriteTrx
org.sirix.access.org.sirix.access.ERestore
org.sirix.access.org.sirix.access.InsertSubtreeVisitor
org.sirix.access.org.sirix.access.LockManager
org.sirix.access.org.sirix.access.NodeFactory
org.sirix.access.org.sirix.access.NodeReadTrx
org.sirix.access.org.sirix.access.NodeWriteTrx
org.sirix.access.org.sirix.access.PageReadTrx
org.sirix.access.org.sirix.access.PageWriteTrx
org.sirix.access.org.sirix.access.Session
org.sirix.access.org.sirix.access.Utils
org.sirix.access.conf
org.sirix.access.conf.org.sirix.access.conf.DatabaseConfiguration
org.sirix.access.conf.org.sirix.access.conf.ResourceConfiguration
org.sirix.access.conf.org.sirix.access.conf.SessionConfiguration
org.sirix.access.conf.org.sirix.access.conf.package-info
org.sirix.access
org.sirix.access.org.sirix.access.package-info
org.sirix.api
org.sirix.api.org.sirix.api.IAxis
org.sirix.api.org.sirix.api.IBuilder
org.sirix.api.org.sirix.api.IDatabase
org.sirix.api.org.sirix.api.IExpression
org.sirix.api.org.sirix.api.IFilter
org.sirix.api.org.sirix.api.IItemList
org.sirix.api.org.sirix.api.INodeCursor
org.sirix.api.org.sirix.api.INodeFactory
org.sirix.api.org.sirix.api.INodeReadTrx
org.sirix.api.org.sirix.api.INodeWriteTrx
org.sirix.api.org.sirix.api.IPageReadTrx
org.sirix.api.org.sirix.api.IPageWriteTrx
org.sirix.api.org.sirix.api.IPostCommitHook
org.sirix.api.org.sirix.api.IPreCommitHook
org.sirix.api.org.sirix.api.ISession
org.sirix.api.org.sirix.api.package-info
org.sirix.api.visitor
org.sirix.api.visitor.org.sirix.api.visitor.EVisitResult
org.sirix.api.visitor.org.sirix.api.visitor.IVisitor
org.sirix.aspects.logging
org.sirix.aspects.logging.org.sirix.aspects.logging.LoggerAspect
org.sirix.aspects.logging.org.sirix.aspects.logging.Logging
org.sirix.axis
org.sirix.axis.org.sirix.axis.AbsAxis
org.sirix.axis.org.sirix.axis.AncestorAxis
org.sirix.axis.org.sirix.axis.AttributeAxis
org.sirix.axis.org.sirix.axis.ChildAxis
org.sirix.axis.org.sirix.axis.DescendantAxis
org.sirix.axis.org.sirix.axis.EIncludeSelf
org.sirix.axis.org.sirix.axis.FilterAxis
org.sirix.axis.org.sirix.axis.FollowingAxis
org.sirix.axis.org.sirix.axis.FollowingSiblingAxis
org.sirix.axis.org.sirix.axis.ForAxis
org.sirix.axis.org.sirix.axis.LevelOrderAxis
org.sirix.axis.org.sirix.axis.NestedAxis
org.sirix.axis.org.sirix.axis.ParentAxis
org.sirix.axis.org.sirix.axis.PostOrderAxis
org.sirix.axis.org.sirix.axis.PrecedingAxis
org.sirix.axis.org.sirix.axis.PrecedingSiblingAxis
org.sirix.axis.org.sirix.axis.SelfAxis
org.sirix.axis.org.sirix.axis.VisitorDescendantAxis
org.sirix.axis.filter
org.sirix.axis.filter.org.sirix.axis.filter.AbsFilter
org.sirix.axis.filter.org.sirix.axis.filter.AttributeFilter
org.sirix.axis.filter.org.sirix.axis.filter.CommentFilter
org.sirix.axis.filter.org.sirix.axis.filter.DocumentRootNodeFilter
org.sirix.axis.filter.org.sirix.axis.filter.ElementFilter
org.sirix.axis.filter.org.sirix.axis.filter.ItemFilter
org.sirix.axis.filter.org.sirix.axis.filter.NameFilter
org.sirix.axis.filter.org.sirix.axis.filter.NestedFilter
org.sirix.axis.filter.org.sirix.axis.filter.NodeFilter
org.sirix.axis.filter.org.sirix.axis.filter.PIFilter
org.sirix.axis.filter.org.sirix.axis.filter.PathKindFilter
org.sirix.axis.filter.org.sirix.axis.filter.PathLevelFilter
org.sirix.axis.filter.org.sirix.axis.filter.TextFilter
org.sirix.axis.filter.org.sirix.axis.filter.TypeFilter
org.sirix.axis.filter.org.sirix.axis.filter.ValueFilter
org.sirix.axis.filter.org.sirix.axis.filter.WildcardFilter
org.sirix.axis.filter.org.sirix.axis.filter.package-info
org.sirix.axis
org.sirix.axis.org.sirix.axis.package-info
org.sirix.cache
org.sirix.cache.org.sirix.cache.AbsPersistenceCache
org.sirix.cache.org.sirix.cache.BerkeleyPersistenceCache
org.sirix.cache.org.sirix.cache.BerkeleyPersistencePageCache
org.sirix.cache.org.sirix.cache.EmptyCache
org.sirix.cache.org.sirix.cache.GuavaCache
org.sirix.cache.org.sirix.cache.ICache
org.sirix.cache.org.sirix.cache.KeyCache
org.sirix.cache.org.sirix.cache.LRUCache
org.sirix.cache.org.sirix.cache.PageBinding
org.sirix.cache.org.sirix.cache.PageContainer
org.sirix.cache.org.sirix.cache.PageContainerBinding
org.sirix.cache.org.sirix.cache.RAMCache
org.sirix.cache.org.sirix.cache.TransactionLogCache
org.sirix.cache.org.sirix.cache.TransactionLogPageCache
org.sirix.cache.org.sirix.cache.Tuple
org.sirix.cache.org.sirix.cache.package-info
org.sirix.diff
org.sirix.diff.org.sirix.diff.AbsDiff
org.sirix.diff.org.sirix.diff.AbsDiffObservable
org.sirix.diff.org.sirix.diff.DepthCounter
org.sirix.diff.org.sirix.diff.DiffDepth
org.sirix.diff.org.sirix.diff.DiffFactory
org.sirix.diff.org.sirix.diff.DiffTuple
org.sirix.diff.org.sirix.diff.EFoundEqualNode
org.sirix.diff.org.sirix.diff.FullDiff
org.sirix.diff.org.sirix.diff.IDiffObservable
org.sirix.diff.org.sirix.diff.IDiffObserver
org.sirix.diff.org.sirix.diff.NeeeeeewAbsDiff
org.sirix.diff.org.sirix.diff.OldAbsDiff
org.sirix.diff.org.sirix.diff.StructuralDiff
org.sirix.diff.algorithm
org.sirix.diff.algorithm.org.sirix.diff.algorithm.IImportDiff
org.sirix.diff.algorithm.doctreediff
org.sirix.diff.algorithm.doctreediff.org.sirix.diff.algorithm.doctreediff.Patch
org.sirix.diff.algorithm.fmse
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.ConnectionMap
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.DeleteFMSEVisitor
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.FMSE
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.FMSEVisitor
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.IComparator
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.LabelFMSEVisitor
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.Levenshtein
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.Matching
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.Util
org.sirix.diff.algorithm.fmse.org.sirix.diff.algorithm.fmse.package-info
org.sirix.diff.algorithm.fmse.utils
org.sirix.diff.algorithm.fmse.utils.org.sirix.diff.algorithm.fmse.utils.ISubstitutionCost
org.sirix.diff.algorithm.fmse.utils.org.sirix.diff.algorithm.fmse.utils.SubCost01
org.sirix.diff.algorithm
org.sirix.diff.algorithm.org.sirix.diff.algorithm.package-info
org.sirix.diff.export
org.sirix.diff.export.org.sirix.diff.export.EditScript
org.sirix.diff.export.org.sirix.diff.export.package-info
org.sirix.diff
org.sirix.diff.org.sirix.diff.package-info
org.sirix.diff.service
org.sirix.diff.service.org.sirix.diff.service.DocTreeDiffImport
org.sirix.diff.service.org.sirix.diff.service.FMSEImport
org.sirix.encryption
org.sirix.encryption.org.sirix.encryption.EncryptionHandler
org.sirix.encryption.org.sirix.encryption.EncryptionTreeParser
org.sirix.encryption.org.sirix.encryption.EntityType
org.sirix.encryption.org.sirix.encryption.KeyManager
org.sirix.encryption.org.sirix.encryption.KeyManagerDatabase
org.sirix.encryption.org.sirix.encryption.KeyMaterialDatabase
org.sirix.encryption.org.sirix.encryption.KeySelector
org.sirix.encryption.org.sirix.encryption.KeySelectorDatabase
org.sirix.encryption.org.sirix.encryption.KeyingMaterial
org.sirix.encryption.org.sirix.encryption.NodeEncryption
org.sirix.encryption.org.sirix.encryption.RightKey
org.sirix.encryption.org.sirix.encryption.package-info
org.sirix.exception
org.sirix.exception.org.sirix.exception.SirixEncryptionException
org.sirix.exception.org.sirix.exception.SirixException
org.sirix.exception.org.sirix.exception.SirixIOException
org.sirix.exception.org.sirix.exception.SirixThreadedException
org.sirix.exception.org.sirix.exception.SirixUsageException
org.sirix.exception.org.sirix.exception.SirixXPathException
org.sirix.exception.org.sirix.exception.package-info
org.sirix.index.name
org.sirix.index.name.org.sirix.index.name.Names
org.sirix.index.path
org.sirix.index.path.org.sirix.index.path.PathNode
org.sirix.index.path.org.sirix.index.path.PathSummary
org.sirix.index.value
org.sirix.index.value.org.sirix.index.value.AVLNode
org.sirix.index.value.org.sirix.index.value.AVLTree
org.sirix.io
org.sirix.io.org.sirix.io.EStorage
org.sirix.io.org.sirix.io.IKey
org.sirix.io.org.sirix.io.IReader
org.sirix.io.org.sirix.io.IStorage
org.sirix.io.org.sirix.io.IWriter
org.sirix.io.berkeley
org.sirix.io.berkeley.org.sirix.io.berkeley.BerkeleyReader
org.sirix.io.berkeley.org.sirix.io.berkeley.BerkeleyStorage
org.sirix.io.berkeley.org.sirix.io.berkeley.BerkeleyWriter
org.sirix.io.berkeley.binding
org.sirix.io.berkeley.binding.org.sirix.io.berkeley.binding.PageBinding
org.sirix.io.berkeley.binding.org.sirix.io.berkeley.binding.package-info
org.sirix.io.berkeley
org.sirix.io.berkeley.org.sirix.io.berkeley.package-info
org.sirix.io.bytepipe
org.sirix.io.bytepipe.org.sirix.io.bytepipe.ByteHandlePipeline
org.sirix.io.bytepipe.org.sirix.io.bytepipe.DeflateCompressor
org.sirix.io.bytepipe.org.sirix.io.bytepipe.Encryptor
org.sirix.io.bytepipe.org.sirix.io.bytepipe.IByteHandler
org.sirix.io.bytepipe.org.sirix.io.bytepipe.SnappyCompressor
org.sirix.io.file
org.sirix.io.file.org.sirix.io.file.FileReader
org.sirix.io.file.org.sirix.io.file.FileStorage
org.sirix.io.file.org.sirix.io.file.FileWriter
org.sirix.io.file.org.sirix.io.file.package-info
org.sirix.io
org.sirix.io.org.sirix.io.package-info
org.sirix.node
org.sirix.node.org.sirix.node.AbsForwardingNode
org.sirix.node.org.sirix.node.AbsStructForwardingNode
org.sirix.node.org.sirix.node.AttributeNode
org.sirix.node.org.sirix.node.DeletedNode
org.sirix.node.org.sirix.node.DocumentRootNode
org.sirix.node.org.sirix.node.EKind
org.sirix.node.org.sirix.node.ElementNode
org.sirix.node.org.sirix.node.NamespaceNode
org.sirix.node.org.sirix.node.NullNode
org.sirix.node.org.sirix.node.TextNode
org.sirix.node.org.sirix.node.TextReferences
org.sirix.node.org.sirix.node.TextValue
org.sirix.node.delegates
org.sirix.node.delegates.org.sirix.node.delegates.NameNodeDelegate
org.sirix.node.delegates.org.sirix.node.delegates.NodeDelegate
org.sirix.node.delegates.org.sirix.node.delegates.StructNodeDelegate
org.sirix.node.delegates.org.sirix.node.delegates.ValNodeDelegate
org.sirix.node.interfaces
org.sirix.node.interfaces.org.sirix.node.interfaces.IKind
org.sirix.node.interfaces.org.sirix.node.interfaces.INameNode
org.sirix.node.interfaces.org.sirix.node.interfaces.INode
org.sirix.node.interfaces.org.sirix.node.interfaces.INodeBase
org.sirix.node.interfaces.org.sirix.node.interfaces.IStructNode
org.sirix.node.interfaces.org.sirix.node.interfaces.IValNode
org.sirix.node
org.sirix.node.org.sirix.node.package-info
org.sirix
org.sirix.org.sirix.package-info
org.sirix.page
org.sirix.page.org.sirix.page.AbsForwardingPage
org.sirix.page.org.sirix.page.EPage
org.sirix.page.org.sirix.page.IndirectPage
org.sirix.page.org.sirix.page.NamePage
org.sirix.page.org.sirix.page.NodePage
org.sirix.page.org.sirix.page.PagePersistenter
org.sirix.page.org.sirix.page.PageReference
org.sirix.page.org.sirix.page.PathSummaryPage
org.sirix.page.org.sirix.page.RevisionRootPage
org.sirix.page.org.sirix.page.UberPage
org.sirix.page.org.sirix.page.ValuePage
org.sirix.page.delegates
org.sirix.page.delegates.org.sirix.page.delegates.PageDelegate
org.sirix.page.interfaces
org.sirix.page.interfaces.org.sirix.page.interfaces.IPage
org.sirix.page
org.sirix.page.org.sirix.page.package-info
org.sirix.service.xml
org.sirix.service.xml.org.sirix.service.xml.package-info
org.sirix.service.xml.serialize
org.sirix.service.xml.serialize.org.sirix.service.xml.serialize.AbsSerializer
org.sirix.service.xml.serialize.org.sirix.service.xml.serialize.SAXSerializer
org.sirix.service.xml.serialize.org.sirix.service.xml.serialize.StAXSerializer
org.sirix.service.xml.serialize.org.sirix.service.xml.serialize.XMLSerializer
org.sirix.service.xml.serialize.org.sirix.service.xml.serialize.XMLSerializerProperties
org.sirix.service.xml.serialize.org.sirix.service.xml.serialize.package-info
org.sirix.service.xml.shredder
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.AbsShredder
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.EInsert
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.EShredderCommit
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.IImport
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.IShredder
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.QueueEventReader
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.WikipediaImport
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.XMLShredder
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.XMLUpdateShredder
org.sirix.service.xml.shredder.org.sirix.service.xml.shredder.package-info
org.sirix.service.xml.xpath
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.AtomicValue
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.DupState
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.EXPathError
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.ExpressionSingle
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.ImplementationNotes
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.ItemList
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.OrdState
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.PipelineBuilder
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.SequenceType
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.SingleType
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.XPathAxis
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.XPathError
org.sirix.service.xml.xpath.comparators
org.sirix.service.xml.xpath.comparators.org.sirix.service.xml.xpath.comparators.AbsComparator
org.sirix.service.xml.xpath.comparators.org.sirix.service.xml.xpath.comparators.CompKind
org.sirix.service.xml.xpath.comparators.org.sirix.service.xml.xpath.comparators.GeneralComp
org.sirix.service.xml.xpath.comparators.org.sirix.service.xml.xpath.comparators.NodeComp
org.sirix.service.xml.xpath.comparators.org.sirix.service.xml.xpath.comparators.ValueComp
org.sirix.service.xml.xpath.comparators.org.sirix.service.xml.xpath.comparators.package-info
org.sirix.service.xml.xpath.concurrent
org.sirix.service.xml.xpath.concurrent.org.sirix.service.xml.xpath.concurrent.ConcurrentAxis
org.sirix.service.xml.xpath.concurrent.org.sirix.service.xml.xpath.concurrent.ConcurrentAxisHelper
org.sirix.service.xml.xpath.concurrent.org.sirix.service.xml.xpath.concurrent.ConcurrentExceptAxis
org.sirix.service.xml.xpath.concurrent.org.sirix.service.xml.xpath.concurrent.ConcurrentIntersectAxis
org.sirix.service.xml.xpath.concurrent.org.sirix.service.xml.xpath.concurrent.ConcurrentUnionAxis
org.sirix.service.xml.xpath.expr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.AbsExpression
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.AndExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.CastExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.CastableExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.EveryExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.ExceptAxis
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.IObserver
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.IfAxis
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.InstanceOfExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.IntersectAxis
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.LiteralExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.OrExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.RangeAxis
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.SequenceAxis
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.SomeExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.UnionAxis
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.VarRefExpr
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.VariableAxis
org.sirix.service.xml.xpath.expr.org.sirix.service.xml.xpath.expr.package-info
org.sirix.service.xml.xpath.filter
org.sirix.service.xml.xpath.filter.org.sirix.service.xml.xpath.filter.DocumentNodeAxis
org.sirix.service.xml.xpath.filter.org.sirix.service.xml.xpath.filter.DupFilterAxis
org.sirix.service.xml.xpath.filter.org.sirix.service.xml.xpath.filter.PosFilter
org.sirix.service.xml.xpath.filter.org.sirix.service.xml.xpath.filter.PredicateFilterAxis
org.sirix.service.xml.xpath.filter.org.sirix.service.xml.xpath.filter.SchemaAttributeFilter
org.sirix.service.xml.xpath.filter.org.sirix.service.xml.xpath.filter.SchemaElementFilter
org.sirix.service.xml.xpath.filter.org.sirix.service.xml.xpath.filter.package-info
org.sirix.service.xml.xpath.functions
org.sirix.service.xml.xpath.functions.org.sirix.service.xml.xpath.functions.AbsFunction
org.sirix.service.xml.xpath.functions.org.sirix.service.xml.xpath.functions.FNNot
org.sirix.service.xml.xpath.functions.org.sirix.service.xml.xpath.functions.FNPosition
org.sirix.service.xml.xpath.functions.org.sirix.service.xml.xpath.functions.FNString
org.sirix.service.xml.xpath.functions.org.sirix.service.xml.xpath.functions.FuncDef
org.sirix.service.xml.xpath.functions.org.sirix.service.xml.xpath.functions.Function
org.sirix.service.xml.xpath.functions.org.sirix.service.xml.xpath.functions.package-info
org.sirix.service.xml.xpath.functions.sequences
org.sirix.service.xml.xpath.functions.sequences.org.sirix.service.xml.xpath.functions.sequences.FNBoolean
org.sirix.service.xml.xpath.functions.sequences.org.sirix.service.xml.xpath.functions.sequences.FNCount
org.sirix.service.xml.xpath.functions.sequences.org.sirix.service.xml.xpath.functions.sequences.FNSum
org.sirix.service.xml.xpath.functions.sequences.org.sirix.service.xml.xpath.functions.sequences.package-info
org.sirix.service.xml.xpath.operators
org.sirix.service.xml.xpath.operators.org.sirix.service.xml.xpath.operators.AbsObAxis
org.sirix.service.xml.xpath.operators.org.sirix.service.xml.xpath.operators.AddOpAxis
org.sirix.service.xml.xpath.operators.org.sirix.service.xml.xpath.operators.DivOpAxis
org.sirix.service.xml.xpath.operators.org.sirix.service.xml.xpath.operators.IDivOpAxis
org.sirix.service.xml.xpath.operators.org.sirix.service.xml.xpath.operators.ModOpAxis
org.sirix.service.xml.xpath.operators.org.sirix.service.xml.xpath.operators.MulOpAxis
org.sirix.service.xml.xpath.operators.org.sirix.service.xml.xpath.operators.SubOpAxis
org.sirix.service.xml.xpath.operators.org.sirix.service.xml.xpath.operators.package-info
org.sirix.service.xml.xpath
org.sirix.service.xml.xpath.org.sirix.service.xml.xpath.package-info
org.sirix.service.xml.xpath.parser
org.sirix.service.xml.xpath.parser.org.sirix.service.xml.xpath.parser.IXPathToken
org.sirix.service.xml.xpath.parser.org.sirix.service.xml.xpath.parser.TokenType
org.sirix.service.xml.xpath.parser.org.sirix.service.xml.xpath.parser.VariableXPathToken
org.sirix.service.xml.xpath.parser.org.sirix.service.xml.xpath.parser.XPathParser
org.sirix.service.xml.xpath.parser.org.sirix.service.xml.xpath.parser.XPathScanner
org.sirix.service.xml.xpath.types
org.sirix.service.xml.xpath.types.org.sirix.service.xml.xpath.types.Type
org.sirix.service.xml.xpath.types.org.sirix.service.xml.xpath.types.package-info
org.sirix.settings
org.sirix.settings.org.sirix.settings.ECharsForSerializing
org.sirix.settings.org.sirix.settings.EFixed
org.sirix.settings.org.sirix.settings.ERevisioning
org.sirix.settings.org.sirix.settings.IConstants
org.sirix.settings.org.sirix.settings.package-info
org.sirix.utils
org.sirix.utils.org.sirix.utils.CommandoLineExplorer
org.sirix.utils.org.sirix.utils.Compression
org.sirix.utils.org.sirix.utils.FastWeakHashMap
org.sirix.utils.org.sirix.utils.Files
org.sirix.utils.org.sirix.utils.LogWrapper
org.sirix.utils.org.sirix.utils.NamePageHash
org.sirix.utils.org.sirix.utils.Pair
org.sirix.utils.org.sirix.utils.TypedValue
org.sirix.utils.org.sirix.utils.Util
org.sirix.utils.org.sirix.utils.XMLToken
org.sirix.utils.org.sirix.utils.package-info




© 2015 - 2024 Weber Informatics LLC | Privacy Policy