Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractTextIterator - Class in net.loomchild.segment
-
Represents abstract text iterator.
- AbstractTextIterator() - Constructor for class net.loomchild.segment.AbstractTextIterator
- AccurateSrxTextIterator - Class in net.loomchild.segment.srx.legacy
-
Reprezentuje splitter dzielący na podstawie reguł zawartych w pliku srx.
- AccurateSrxTextIterator(SrxDocument, String, CharSequence) - Constructor for class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
-
Creates text iterator that obtains language rules form given document using given language code.
- addLanguageMap(String, LanguageRule) - Method in class net.loomchild.segment.srx.SrxDocument
-
Add language map to this document.
- addRule(Rule) - Method in class net.loomchild.segment.srx.LanguageRule
-
Adds rule to the end of rule list.
- afterbreak - Variable in class net.loomchild.segment.srx.io.bind.Rule
- afterBreak - Variable in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- Afterbreak - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Afterbreak() - Constructor for class net.loomchild.segment.srx.io.bind.Afterbreak
- afterMatcher - Variable in class net.loomchild.segment.srx.RuleMatcher
- afterPattern - Variable in class net.loomchild.segment.srx.Rule
- any - Variable in class net.loomchild.segment.srx.io.bind.Header
- appendReplacement(StringBuffer, String) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- appendTail(StringBuffer) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
B
- beforebreak - Variable in class net.loomchild.segment.srx.io.bind.Rule
- beforeBreak - Variable in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- Beforebreak - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Beforebreak() - Constructor for class net.loomchild.segment.srx.io.bind.Beforebreak
- beforeMatcher - Variable in class net.loomchild.segment.srx.RuleMatcher
- beforePattern - Variable in class net.loomchild.segment.srx.Rule
- bind - Static variable in class net.loomchild.segment.srx.io.Srx2Parser
- Bind - Class in net.loomchild.segment.util
-
Helper class for JAXB binding.
- Bind(JAXBContext, Schema) - Constructor for class net.loomchild.segment.util.Bind
-
Creates Bind.
- body - Variable in class net.loomchild.segment.srx.io.bind.Srx
- Body - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Body() - Constructor for class net.loomchild.segment.srx.io.bind.Body
- breaking - Variable in class net.loomchild.segment.srx.Rule
- breakingMatcher - Variable in class net.loomchild.segment.srx.legacy.FastTextIterator
- breakingPattern - Variable in class net.loomchild.segment.srx.legacy.MergedPattern
- breakingRuleIndexList - Variable in class net.loomchild.segment.srx.legacy.MergedPattern
- breakRule - Variable in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- breakRuleList - Variable in class net.loomchild.segment.srx.RuleManager
- buffer - Variable in class net.loomchild.segment.srx.legacy.Buffer
- buffer - Variable in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- Buffer - Class in net.loomchild.segment.srx.legacy
-
Represents character buffer with fixed capacity.
- Buffer(char[], int, int) - Constructor for class net.loomchild.segment.srx.legacy.Buffer
- Buffer(int) - Constructor for class net.loomchild.segment.srx.legacy.Buffer
- BUFFER_LENGTH_PARAMETER - Static variable in class net.loomchild.segment.srx.SrxTextIterator
-
Reader buffer size.
- bufferLength - Variable in class net.loomchild.segment.srx.TextManager
C
- cache - Variable in class net.loomchild.segment.srx.SrxDocument
- CAPTURING_GROUP_PATTERN - Static variable in class net.loomchild.segment.util.Util
- cascade - Variable in class net.loomchild.segment.srx.io.bind.Header
- cascade - Variable in class net.loomchild.segment.srx.SrxDocument
- characters(char[], int, int) - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- charAt(int) - Method in class net.loomchild.segment.srx.legacy.Buffer
- charAt(int) - Method in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- close() - Method in class net.loomchild.segment.util.NullWriter
- compile(SrxDocument, String) - Static method in class net.loomchild.segment.util.Util
- content - Variable in class net.loomchild.segment.srx.io.bind.Afterbreak
- content - Variable in class net.loomchild.segment.srx.io.bind.Beforebreak
- CONTEXT - Static variable in class net.loomchild.segment.srx.io.Srx2Parser
- copyAll(Reader, Writer) - Static method in class net.loomchild.segment.util.Util
-
Copies the whole content of a reader to a writer.
- createAfterbreak() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Afterbreak
- createBeforebreak() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Beforebreak
- createBind() - Static method in class net.loomchild.segment.srx.io.Srx2Parser
- createBody() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Body
- createBreakingPattern(List<Rule>) - Method in class net.loomchild.segment.srx.legacy.MergedPattern
-
Merges all breaking rules on list into one pattern.
- createBreakRegexLookahead(Rule) - Method in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- createBreakRegexNoLookahead(Rule) - Method in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- createExceptionPatternString(Rule) - Method in class net.loomchild.segment.srx.RuleManager
-
Creates exception pattern string that can be matched in the place where break rule was matched.
- createExceptionRegex(Rule) - Method in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- createExceptions(List<LanguageRule>) - Method in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- createFormathandle() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Formathandle
- createHeader() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Header
- createLanguagemap() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Languagemap
- createLanguagerule() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Languagerule
- createLanguagerules() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Languagerules
- createMaprules() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Maprules
- createNonBreakingPattern(List<Rule>) - Method in class net.loomchild.segment.srx.legacy.MergedPattern
-
Creates non breaking pattern by merging given rules.
- createRule() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Rule
- createSeparator(List<LanguageRule>) - Method in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- createSrx() - Method in class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create an instance of
Srx
- cutMatchers() - Method in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
-
Move matchers that start before previous segment end.
- cutMatchers() - Method in class net.loomchild.segment.srx.SrxTextIterator
-
Move matchers that start before previous segment end.
D
- date - Variable in class net.loomchild.segment.util.Version
- DATE_ATTRIBUTE - Static variable in class net.loomchild.segment.util.Version
- DEFAULT_BUFFER_LENGTH - Static variable in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- DEFAULT_BUFFER_LENGTH - Static variable in class net.loomchild.segment.srx.SrxTextIterator
-
Default size of read buffer when using streaming version of this class.
- DEFAULT_CASCADE - Static variable in class net.loomchild.segment.srx.SrxDocument
-
Default cascade value.
- DEFAULT_LOOKAHEAD - Static variable in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- DEFAULT_MARGIN - Static variable in class net.loomchild.segment.srx.SrxTextIterator
-
Default margin size.
- DEFAULT_MAX_LOOKBEHIND_CONSTRUCT_LENGTH - Static variable in class net.loomchild.segment.srx.SrxTextIterator
-
Default max lookbehind construct length parameter.
- DEFAULT_VALIDATE - Static variable in class net.loomchild.segment.srx.io.Srx2SaxParser
-
Default validate parameter value.
- dequeue() - Method in class net.loomchild.segment.srx.legacy.Buffer
- document - Variable in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- document - Variable in class net.loomchild.segment.srx.RuleManager
- document - Variable in class net.loomchild.segment.srx.RuleMatcher
- document - Variable in class net.loomchild.segment.srx.SrxTextIterator
E
- elementName - Variable in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- end - Variable in class net.loomchild.segment.srx.SrxTextIterator
- end() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- end(int) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- endDocument() - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- endElement(String, String, String) - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- endPosition - Variable in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- endPosition - Variable in class net.loomchild.segment.srx.legacy.FastTextIterator
- enqueue(char) - Method in class net.loomchild.segment.srx.legacy.Buffer
- error(TransformerException) - Method in class net.loomchild.segment.util.TransformationErrorListener
- error(SAXParseException) - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- exceptionMap - Variable in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- exceptionPatternMap - Variable in class net.loomchild.segment.srx.RuleManager
- extractRules(List<LanguageRule>) - Method in class net.loomchild.segment.srx.legacy.MergedPattern
F
- factory - Variable in class net.loomchild.segment.srx.io.Srx2SaxParser
- FastTextIterator - Class in net.loomchild.segment.srx.legacy
-
Represents fast text iterator that splits text according to SRX rules.
- FastTextIterator(SrxDocument, String, Reader) - Constructor for class net.loomchild.segment.srx.legacy.FastTextIterator
-
Creates streaming text iterator with no additional parameters.
- FastTextIterator(SrxDocument, String, Reader, Map<String, Object>) - Constructor for class net.loomchild.segment.srx.legacy.FastTextIterator
-
Creates streaming text iterator that obtains language rules form given document using given language code.
- FastTextIterator(SrxDocument, String, CharSequence) - Constructor for class net.loomchild.segment.srx.legacy.FastTextIterator
-
Creates text iterator with no additional parameters.
- FastTextIterator(SrxDocument, String, CharSequence, Map<String, Object>) - Constructor for class net.loomchild.segment.srx.legacy.FastTextIterator
-
Creates text iterator that obtains language rules form given document using given language code.
- fatalError(TransformerException) - Method in class net.loomchild.segment.util.TransformationErrorListener
- fatalError(SAXParseException) - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- fillBuffer(int) - Method in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- find() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- find() - Method in class net.loomchild.segment.srx.RuleMatcher
-
Finds next rule match after previously found.
- find(int) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- find(int) - Method in class net.loomchild.segment.srx.RuleMatcher
-
Finds next rule match after given start position.
- finitize(String, int) - Static method in class net.loomchild.segment.util.Util
-
Changes unlimited length pattern to limited length pattern.
- flush() - Method in class net.loomchild.segment.util.NullWriter
- forceEnqueue(char) - Method in class net.loomchild.segment.srx.legacy.Buffer
-
This is the same as: if (buffer.length() * == buffer.getCapacity()) buffer.dequeue(); buffer.enqueue(character);
- formathandle - Variable in class net.loomchild.segment.srx.io.bind.Header
- Formathandle - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Formathandle() - Constructor for class net.loomchild.segment.srx.io.bind.Formathandle
- found - Variable in class net.loomchild.segment.srx.RuleMatcher
G
- get(String) - Method in class net.loomchild.segment.srx.SrxDocumentCache
-
Retrieves object from cache.
- getAfterbreak() - Method in class net.loomchild.segment.srx.io.bind.Rule
-
Gets the value of the afterbreak property.
- getAfterPattern() - Method in class net.loomchild.segment.srx.Rule
- getAny() - Method in class net.loomchild.segment.srx.io.bind.Header
-
Gets the value of the any property.
- getBeforebreak() - Method in class net.loomchild.segment.srx.io.bind.Rule
-
Gets the value of the beforebreak property.
- getBeforePattern() - Method in class net.loomchild.segment.srx.Rule
- getBody() - Method in class net.loomchild.segment.srx.io.bind.Srx
-
Gets the value of the body property.
- getBreak() - Method in class net.loomchild.segment.srx.io.bind.Rule
-
Gets the value of the break property.
- getBreakingPattern() - Method in class net.loomchild.segment.srx.legacy.MergedPattern
- getBreakPosition() - Method in class net.loomchild.segment.srx.RuleMatcher
- getBreakRuleList() - Method in class net.loomchild.segment.srx.RuleManager
- getBufferLength() - Method in class net.loomchild.segment.srx.TextManager
- getCache() - Method in class net.loomchild.segment.srx.SrxDocument
- getCapacity() - Method in class net.loomchild.segment.srx.legacy.Buffer
- getCascade() - Method in class net.loomchild.segment.srx.io.bind.Header
-
Gets the value of the cascade property.
- getCascade() - Method in class net.loomchild.segment.srx.SrxDocument
- getContent() - Method in class net.loomchild.segment.srx.io.bind.Afterbreak
-
Gets the value of the content property.
- getContent() - Method in class net.loomchild.segment.srx.io.bind.Beforebreak
-
Gets the value of the content property.
- getContext(Class<?>...) - Static method in class net.loomchild.segment.util.Util
- getContext(String) - Static method in class net.loomchild.segment.util.Util
- getContext(String, ClassLoader) - Static method in class net.loomchild.segment.util.Util
- getDate() - Method in class net.loomchild.segment.util.Version
- getEmptyParameterMap() - Static method in class net.loomchild.segment.util.Util
- getEnd() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- getEndPosition() - Method in class net.loomchild.segment.srx.RuleMatcher
- getExceptionPattern(Rule) - Method in class net.loomchild.segment.srx.RuleManager
- getFileInputStream(String) - Static method in class net.loomchild.segment.util.Util
-
Opens a file for reading and returns input stream associated with it.
- getFileOutputStream(String) - Static method in class net.loomchild.segment.util.Util
-
Opens a file for writing and returns output stream associated with it.
- getFormathandle() - Method in class net.loomchild.segment.srx.io.bind.Header
-
Gets the value of the formathandle property.
- getHeader() - Method in class net.loomchild.segment.srx.io.bind.Srx
-
Gets the value of the header property.
- getInclude() - Method in class net.loomchild.segment.srx.io.bind.Formathandle
-
Gets the value of the include property.
- getInstance() - Static method in class net.loomchild.segment.util.Version
- getJarManifest(Class<?>) - Static method in class net.loomchild.segment.util.Util
-
Returns Manifest of a jar containing given class.
- getLanguagemap() - Method in class net.loomchild.segment.srx.io.bind.Maprules
-
Gets the value of the languagemap property.
- getLanguageMapList() - Method in class net.loomchild.segment.srx.SrxDocument
- getLanguagepattern() - Method in class net.loomchild.segment.srx.io.bind.Languagemap
-
Gets the value of the languagepattern property.
- getLanguagePattern() - Method in class net.loomchild.segment.srx.LanguageMap
- getLanguagerule() - Method in class net.loomchild.segment.srx.io.bind.Languagerules
-
Gets the value of the languagerule property.
- getLanguageRule() - Method in class net.loomchild.segment.srx.LanguageMap
- getLanguageRuleList(String) - Method in class net.loomchild.segment.srx.SrxDocument
-
If cascade is true then returns all language rules matching given language code.
- getLanguagerulename() - Method in class net.loomchild.segment.srx.io.bind.Languagemap
-
Gets the value of the languagerulename property.
- getLanguagerulename() - Method in class net.loomchild.segment.srx.io.bind.Languagerule
-
Gets the value of the languagerulename property.
- getLanguagerules() - Method in class net.loomchild.segment.srx.io.bind.Body
-
Gets the value of the languagerules property.
- getMaprules() - Method in class net.loomchild.segment.srx.io.bind.Body
-
Gets the value of the maprules property.
- getMinIndex() - Method in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- getMinMatcher() - Method in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- getMinMatcher() - Method in class net.loomchild.segment.srx.SrxTextIterator
- getName() - Method in class net.loomchild.segment.srx.LanguageRule
- getNonBreakingPatternList(int) - Method in class net.loomchild.segment.srx.legacy.MergedPattern
-
Returns all applicable non breaking rules when breaking rule with a given number was matched (non breaking rules that occur before given breaking rule in SRX file).
- getParameter(Object, T) - Static method in class net.loomchild.segment.util.Util
-
Returns value if it is not null or default value if it is null.
- getReader(InputStream) - Static method in class net.loomchild.segment.util.Util
- getRelativeIndex(int) - Method in class net.loomchild.segment.srx.legacy.ReaderCharSequence
-
Calculate buffer relative index from sequence index.
- getResourceStream(String) - Static method in class net.loomchild.segment.util.Util
-
Finds a resource using system classloader and returns it as input stream.
- getRule() - Method in class net.loomchild.segment.srx.io.bind.Languagerule
-
Gets the value of the rule property.
- getRule() - Method in class net.loomchild.segment.srx.RuleMatcher
- getRuleList() - Method in class net.loomchild.segment.srx.LanguageRule
- getSchema(Reader) - Static method in class net.loomchild.segment.util.Util
-
Reads a XML schema from given reader.
- getSchema(Reader[]) - Static method in class net.loomchild.segment.util.Util
-
Reads a XML schema from given readers.
- getSegmentsubflows() - Method in class net.loomchild.segment.srx.io.bind.Header
-
Gets the value of the segmentsubflows property.
- getSource(Reader, Schema) - Static method in class net.loomchild.segment.util.Util
- getStartPosition() - Method in class net.loomchild.segment.srx.RuleMatcher
- getTemplates(Reader) - Static method in class net.loomchild.segment.util.Util
-
Returns XML transform templates from given reader containing XSLT stylesheet.
- getText() - Method in class net.loomchild.segment.srx.TextManager
- getTransformer(BufferedReader) - Method in class net.loomchild.segment.srx.io.SrxAnyTransformer
- getType() - Method in class net.loomchild.segment.srx.io.bind.Formathandle
-
Gets the value of the type property.
- getValue(Attributes, String) - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- getVersion() - Method in class net.loomchild.segment.srx.io.bind.Srx
-
Gets the value of the version property.
- getVersion() - Method in class net.loomchild.segment.util.Version
- getWriter(OutputStream) - Static method in class net.loomchild.segment.util.Util
- getXmlReader() - Static method in class net.loomchild.segment.util.Util
- getXmlReader(Schema) - Static method in class net.loomchild.segment.util.Util
-
Returns XMLReader validating against given XML schema.
- group() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- group(int) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- groupCount() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- groupRules(List<Rule>) - Method in class net.loomchild.segment.srx.legacy.MergedPattern
-
Divides rules to groups where all rules in the same group are either breaking or non breaking.
H
- handleEvent(ValidationEvent) - Method in class net.loomchild.segment.util.LoggingValidationEventHandler
- hasAnchoringBounds() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- hasMoreText() - Method in class net.loomchild.segment.srx.TextManager
- hasNext() - Method in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- hasNext() - Method in class net.loomchild.segment.srx.legacy.FastTextIterator
- hasNext() - Method in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- hasNext() - Method in class net.loomchild.segment.srx.SrxTextIterator
- hasNext() - Method in interface net.loomchild.segment.TextIterator
- hasTransparentBounds() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- head - Variable in class net.loomchild.segment.srx.legacy.Buffer
- header - Variable in class net.loomchild.segment.srx.io.bind.Srx
- Header - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Header() - Constructor for class net.loomchild.segment.srx.io.bind.Header
- HEADER_BUFFER_LENGHT - Static variable in enum net.loomchild.segment.srx.io.SrxVersion
- hitEnd() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- hitEnd() - Method in class net.loomchild.segment.srx.RuleMatcher
I
- IgnoreDTDEntityResolver - Class in net.loomchild.segment.util
-
This class is used to ignore XML DTD entities.
- IgnoreDTDEntityResolver() - Constructor for class net.loomchild.segment.util.IgnoreDTDEntityResolver
- include - Variable in class net.loomchild.segment.srx.io.bind.Formathandle
- INFINITE_LENGTH - Static variable in class net.loomchild.segment.srx.legacy.ReaderCharSequence
-
Value to be used as length when it is unknown.
- init(SrxDocument, String, TextManager, Map<String, Object>) - Method in class net.loomchild.segment.srx.SrxTextIterator
-
Initializes splitter.
- initMatchers() - Method in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- initMatchers() - Method in class net.loomchild.segment.srx.SrxTextIterator
-
Initializes matcher list according to rules from ruleManager and text from textManager.
- initText() - Method in class net.loomchild.segment.srx.TextManager
-
Reads initial text from reader if it has not been initialized yet.
- instance - Static variable in class net.loomchild.segment.util.Version
- IORuntimeException - Exception in net.loomchild.segment.util
-
Represents runtime version of
IOException
. - IORuntimeException(IOException) - Constructor for exception net.loomchild.segment.util.IORuntimeException
- isBreak() - Method in class net.loomchild.segment.srx.Rule
- isEmpty() - Method in class net.loomchild.segment.srx.legacy.Buffer
- isException(StringBuilder) - Method in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- isException(RuleMatcher) - Method in class net.loomchild.segment.srx.SrxTextIterator
-
Returns true if there are no exception rules preventing given rule matcher from breaking the text.
- isFull() - Method in class net.loomchild.segment.srx.legacy.Buffer
L
- languagemap - Variable in class net.loomchild.segment.srx.io.bind.Maprules
- Languagemap - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Languagemap() - Constructor for class net.loomchild.segment.srx.io.bind.Languagemap
- LanguageMap - Class in net.loomchild.segment.srx
-
Represents mapping between language code pattern and language rule.
- LanguageMap(String, LanguageRule) - Constructor for class net.loomchild.segment.srx.LanguageMap
-
Creates mapping.
- languageMapList - Variable in class net.loomchild.segment.srx.SrxDocument
- languagepattern - Variable in class net.loomchild.segment.srx.io.bind.Languagemap
- languagePattern - Variable in class net.loomchild.segment.srx.LanguageMap
- languagerule - Variable in class net.loomchild.segment.srx.io.bind.Languagerules
- languageRule - Variable in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- languageRule - Variable in class net.loomchild.segment.srx.LanguageMap
- Languagerule - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Languagerule() - Constructor for class net.loomchild.segment.srx.io.bind.Languagerule
- LanguageRule - Class in net.loomchild.segment.srx
-
Represents rule for segmenting text in some language.
- LanguageRule(String) - Constructor for class net.loomchild.segment.srx.LanguageRule
-
Creates empty language rule.
- LanguageRule(String, List<Rule>) - Constructor for class net.loomchild.segment.srx.LanguageRule
-
Creates language rule.
- languageRuleList - Variable in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- languageRuleMap - Variable in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- languagerulename - Variable in class net.loomchild.segment.srx.io.bind.Languagemap
- languagerulename - Variable in class net.loomchild.segment.srx.io.bind.Languagerule
- languagerules - Variable in class net.loomchild.segment.srx.io.bind.Body
- Languagerules - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Languagerules() - Constructor for class net.loomchild.segment.srx.io.bind.Languagerules
- length - Variable in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- length() - Method in class net.loomchild.segment.srx.legacy.Buffer
- length() - Method in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- lengthChanged() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- log - Static variable in class net.loomchild.segment.srx.io.Srx2Parser
- log - Static variable in class net.loomchild.segment.srx.io.Srx2SaxParser
- log - Static variable in class net.loomchild.segment.srx.io.Srx2StaxParser
- log - Static variable in class net.loomchild.segment.util.LoggingValidationEventHandler
- log - Static variable in class net.loomchild.segment.util.TransformationErrorListener
- log - Static variable in class net.loomchild.segment.util.Version
- LoggingValidationEventHandler - Class in net.loomchild.segment.util
-
Handles XML validation errors by writing them to log.
- LoggingValidationEventHandler() - Constructor for class net.loomchild.segment.util.LoggingValidationEventHandler
- lookahead - Variable in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- lookingAt() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
M
- MANIFEST_PATH - Static variable in class net.loomchild.segment.util.Util
- map - Variable in class net.loomchild.segment.srx.SrxDocumentCache
- MAP_RULE_NAME - Static variable in class net.loomchild.segment.srx.io.Srx1Transformer
-
Transformation parameter.
- maprules - Variable in class net.loomchild.segment.srx.io.bind.Body
- Maprules - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Maprules() - Constructor for class net.loomchild.segment.srx.io.bind.Maprules
- margin - Variable in class net.loomchild.segment.srx.SrxTextIterator
- MARGIN_PARAMETER - Static variable in class net.loomchild.segment.srx.SrxTextIterator
-
Margin size.
- marshal(Writer, Object) - Method in class net.loomchild.segment.util.Bind
-
Writes given object to given writer validating it.
- marshal(String, Object) - Method in class net.loomchild.segment.util.Bind
-
Writes given object to a file with given name validating it.
- marshaller - Variable in class net.loomchild.segment.util.Bind
- matcher - Variable in class net.loomchild.segment.srx.legacy.ReaderMatcher
- matches() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- matches(String) - Method in class net.loomchild.segment.srx.LanguageMap
- MAX_LOOKBEHIND_CONSTRUCT_LENGTH_PARAMETER - Static variable in class net.loomchild.segment.srx.SrxTextIterator
-
Maximum length of a regular expression construct that occurs in lookbehind.
- maxLookbehindConstructLength - Variable in class net.loomchild.segment.srx.legacy.MergedPattern
- maxLookbehindConstructLength - Variable in class net.loomchild.segment.srx.RuleManager
- mergedPattern - Variable in class net.loomchild.segment.srx.legacy.FastTextIterator
- MergedPattern - Class in net.loomchild.segment.srx.legacy
-
Represents merged splitting pattern.
- MergedPattern(List<LanguageRule>, int) - Constructor for class net.loomchild.segment.srx.legacy.MergedPattern
- moveMatchers() - Method in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
-
Przesuwa iteratory na kolejną pozycje jeśli to konieczne.
- moveMatchers() - Method in class net.loomchild.segment.srx.SrxTextIterator
-
Moves all matchers to the next position if their break position is smaller than last segment end position.
N
- name - Variable in class net.loomchild.segment.srx.LanguageRule
- net.loomchild.segment - package net.loomchild.segment
- net.loomchild.segment.srx - package net.loomchild.segment.srx
- net.loomchild.segment.srx.io - package net.loomchild.segment.srx.io
- net.loomchild.segment.srx.io.bind - package net.loomchild.segment.srx.io.bind
- net.loomchild.segment.srx.legacy - package net.loomchild.segment.srx.legacy
- net.loomchild.segment.util - package net.loomchild.segment.util
- next() - Method in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
-
Wyszukuje następne dopasowanie.
- next() - Method in class net.loomchild.segment.srx.legacy.FastTextIterator
- next() - Method in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- next() - Method in class net.loomchild.segment.srx.SrxTextIterator
-
Finds the next segment in the text and returns it.
- next() - Method in interface net.loomchild.segment.TextIterator
- nextCharacter - Variable in class net.loomchild.segment.srx.TextManager
- noBreakRules - Variable in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- nonBreakingPatternList - Variable in class net.loomchild.segment.srx.legacy.MergedPattern
- NullWriter - Class in net.loomchild.segment.util
-
Writer that does not write anywhere.
- NullWriter() - Constructor for class net.loomchild.segment.util.NullWriter
O
- ObjectFactory - Class in net.loomchild.segment.srx.io.bind
-
This object contains factory methods for each Java content interface and Java element interface generated in the net.loomchild.segment.srx.io.bind package.
- ObjectFactory() - Constructor for class net.loomchild.segment.srx.io.bind.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.loomchild.segment.srx.io.bind
- oldLength - Variable in class net.loomchild.segment.srx.legacy.ReaderMatcher
P
- parse(BufferedReader) - Static method in enum net.loomchild.segment.srx.io.SrxVersion
-
Returns SRX document version.
- parse(Reader) - Method in class net.loomchild.segment.srx.io.Srx1Parser
-
Transforms document to SRX 2.0 using
Srx1Transformer
and default transformation parameters and parses it usingSrx2Parser
. - parse(Reader) - Method in class net.loomchild.segment.srx.io.Srx2Parser
-
Parses SRX document from reader.
- parse(Reader) - Method in class net.loomchild.segment.srx.io.Srx2SaxParser
-
Parses SRX document from reader.
- parse(Reader) - Method in class net.loomchild.segment.srx.io.Srx2StaxParser
-
Parses SRX document from reader.
- parse(Reader) - Method in class net.loomchild.segment.srx.io.SrxAnyParser
-
Parses SRX document from reader.
- parse(Reader) - Method in interface net.loomchild.segment.srx.SrxParser
-
Parses SRX document.
- parse(String) - Static method in enum net.loomchild.segment.srx.io.SrxVersion
- parser - Variable in class net.loomchild.segment.srx.io.SrxAnyParser
- pattern() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- PLUS_PATTERN - Static variable in class net.loomchild.segment.util.Util
- position - Variable in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- put(String, Object) - Method in class net.loomchild.segment.srx.SrxDocumentCache
-
Puts an object in cache.
R
- RANGE_PATTERN - Static variable in class net.loomchild.segment.util.Util
- read(int) - Method in class net.loomchild.segment.srx.TextManager
-
Reads the given amount of characters and returns them as a string.
- read(Reader, char[]) - Method in class net.loomchild.segment.srx.TextManager
-
Reads specified amount of characters.
- READ_BUFFER_SIZE - Static variable in class net.loomchild.segment.util.Util
- readAll(Reader) - Static method in class net.loomchild.segment.util.Util
-
Reads whole contents of a reader to a string.
- readCharacter() - Method in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- reader - Variable in class net.loomchild.segment.srx.legacy.ReaderCharSequence
- reader - Variable in class net.loomchild.segment.srx.TextManager
- ReaderCharSequence - Class in net.loomchild.segment.srx.legacy
-
Adapter of reader class to CharSequence interface.
- ReaderCharSequence(Reader) - Constructor for class net.loomchild.segment.srx.legacy.ReaderCharSequence
- ReaderCharSequence(Reader, int) - Constructor for class net.loomchild.segment.srx.legacy.ReaderCharSequence
- ReaderCharSequence(Reader, int, int) - Constructor for class net.loomchild.segment.srx.legacy.ReaderCharSequence
- ReaderCharSequence(Reader, int, int, int) - Constructor for class net.loomchild.segment.srx.legacy.ReaderCharSequence
-
Create.
- ReaderMatcher - Class in net.loomchild.segment.srx.legacy
-
Represents
MatchResult
that usesReaderCharSequence
as a text - it takes care of exceptions that are thrown by it. - ReaderMatcher(Pattern, CharSequence) - Constructor for class net.loomchild.segment.srx.legacy.ReaderMatcher
- readText(int) - Method in class net.loomchild.segment.srx.TextManager
-
Deletes given amount of characters from current character buffer and tries to read up to given amount of new characters and stores them in current character buffer.
- region(int, int) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- regionEnd() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- regionStart() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- remove() - Method in class net.loomchild.segment.AbstractTextIterator
-
Unsupported operation.
- remove() - Method in interface net.loomchild.segment.TextIterator
-
Unsupported operation.
- removeBlockQuotes(String) - Static method in class net.loomchild.segment.util.Util
-
Replaces block quotes in regular expressions with normal quotes.
- removeCapturingGroups(String) - Static method in class net.loomchild.segment.util.Util
-
Replaces capturing groups with non-capturing groups in the given regular expression.
- replaceAll(String) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- replaceFirst(String) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- requireEnd() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- reset() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- reset(CharSequence) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- resetRule() - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- resolveEntity(String, String) - Method in class net.loomchild.segment.util.IgnoreDTDEntityResolver
- ResourceNotFoundException - Exception in net.loomchild.segment.util
-
Exception that indicates that resource has not been found by Classloader.
- ResourceNotFoundException(String) - Constructor for exception net.loomchild.segment.util.ResourceNotFoundException
- ResourceNotFoundException(String, Throwable) - Constructor for exception net.loomchild.segment.util.ResourceNotFoundException
- rethrow() - Method in exception net.loomchild.segment.util.IORuntimeException
- rule - Variable in class net.loomchild.segment.srx.io.bind.Languagerule
- rule - Variable in class net.loomchild.segment.srx.RuleMatcher
- Rule - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Rule - Class in net.loomchild.segment.srx
-
Represents break or exception rule.
- Rule() - Constructor for class net.loomchild.segment.srx.io.bind.Rule
- Rule(boolean, String, String) - Constructor for class net.loomchild.segment.srx.Rule
-
Creates rule.
- ruleList - Variable in class net.loomchild.segment.srx.LanguageRule
- ruleManager - Variable in class net.loomchild.segment.srx.SrxTextIterator
- RuleManager - Class in net.loomchild.segment.srx
-
Represents segmentation rules manager.
- RuleManager(SrxDocument, List<LanguageRule>, int) - Constructor for class net.loomchild.segment.srx.RuleManager
-
Constructor.
- RuleMatcher - Class in net.loomchild.segment.srx
-
Represents matcher finding subsequent occurrences of one rule.
- RuleMatcher(SrxDocument, Rule, CharSequence) - Constructor for class net.loomchild.segment.srx.RuleMatcher
-
Creates matcher.
- ruleMatcherList - Variable in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- ruleMatcherList - Variable in class net.loomchild.segment.srx.SrxTextIterator
S
- scanner - Variable in class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- ScannerSrxTextIterator - Class in net.loomchild.segment.srx.legacy
-
Quick and Dirty implementation of
TextIterator
usingScanner
. - ScannerSrxTextIterator(SrxDocument, String, Reader, Map<String, Object>) - Constructor for class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- ScannerSrxTextIterator(SrxDocument, String, String, Map<String, Object>) - Constructor for class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- ScannerSrxTextIterator(SrxDocument, String, Scanner) - Constructor for class net.loomchild.segment.srx.legacy.ScannerSrxTextIterator
- schema - Static variable in class net.loomchild.segment.srx.io.Srx1Transformer
- SCHEMA - Static variable in class net.loomchild.segment.srx.io.Srx1Transformer
- SCHEMA - Static variable in class net.loomchild.segment.srx.io.Srx2Parser
- SCHEMA - Static variable in class net.loomchild.segment.srx.io.Srx2SaxParser
- segment - Variable in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- segment - Variable in class net.loomchild.segment.srx.legacy.FastTextIterator
- segment - Variable in class net.loomchild.segment.srx.SrxTextIterator
- segmentsubflows - Variable in class net.loomchild.segment.srx.io.bind.Header
- serialVersionUID - Static variable in exception net.loomchild.segment.util.IORuntimeException
- serialVersionUID - Static variable in exception net.loomchild.segment.util.ResourceNotFoundException
- serialVersionUID - Static variable in exception net.loomchild.segment.util.XmlException
- setAfterbreak(Afterbreak) - Method in class net.loomchild.segment.srx.io.bind.Rule
-
Sets the value of the afterbreak property.
- setBeforebreak(Beforebreak) - Method in class net.loomchild.segment.srx.io.bind.Rule
-
Sets the value of the beforebreak property.
- setBody(Body) - Method in class net.loomchild.segment.srx.io.bind.Srx
-
Sets the value of the body property.
- setBreak(String) - Method in class net.loomchild.segment.srx.io.bind.Rule
-
Sets the value of the break property.
- setCascade(boolean) - Method in class net.loomchild.segment.srx.SrxDocument
-
Sets if document is cascading or not.
- setCascade(String) - Method in class net.loomchild.segment.srx.io.bind.Header
-
Sets the value of the cascade property.
- setContent(String) - Method in class net.loomchild.segment.srx.io.bind.Afterbreak
-
Sets the value of the content property.
- setContent(String) - Method in class net.loomchild.segment.srx.io.bind.Beforebreak
-
Sets the value of the content property.
- setHeader(Header) - Method in class net.loomchild.segment.srx.io.bind.Srx
-
Sets the value of the header property.
- setInclude(String) - Method in class net.loomchild.segment.srx.io.bind.Formathandle
-
Sets the value of the include property.
- setLanguagepattern(String) - Method in class net.loomchild.segment.srx.io.bind.Languagemap
-
Sets the value of the languagepattern property.
- setLanguagerulename(String) - Method in class net.loomchild.segment.srx.io.bind.Languagemap
-
Sets the value of the languagerulename property.
- setLanguagerulename(String) - Method in class net.loomchild.segment.srx.io.bind.Languagerule
-
Sets the value of the languagerulename property.
- setLanguagerules(Languagerules) - Method in class net.loomchild.segment.srx.io.bind.Body
-
Sets the value of the languagerules property.
- setMaprules(Maprules) - Method in class net.loomchild.segment.srx.io.bind.Body
-
Sets the value of the maprules property.
- setSegmentsubflows(String) - Method in class net.loomchild.segment.srx.io.bind.Header
-
Sets the value of the segmentsubflows property.
- setType(String) - Method in class net.loomchild.segment.srx.io.bind.Formathandle
-
Sets the value of the type property.
- setVersion(String) - Method in class net.loomchild.segment.srx.io.bind.Srx
-
Sets the value of the version property.
- size - Variable in class net.loomchild.segment.srx.legacy.Buffer
- Srx - Class in net.loomchild.segment.srx.io.bind
-
Java class for anonymous complex type.
- Srx() - Constructor for class net.loomchild.segment.srx.io.bind.Srx
- Srx1Parser - Class in net.loomchild.segment.srx.io
-
Represents SRX 1.0 parser.
- Srx1Parser() - Constructor for class net.loomchild.segment.srx.io.Srx1Parser
- Srx1Transformer - Class in net.loomchild.segment.srx.io
-
Represents SRX document transformer between SRX 1.0 and newest supported version.
- Srx1Transformer() - Constructor for class net.loomchild.segment.srx.io.Srx1Transformer
- Srx2Parser - Class in net.loomchild.segment.srx.io
-
Represents SRX 2.0 document parser.
- Srx2Parser() - Constructor for class net.loomchild.segment.srx.io.Srx2Parser
- Srx2SaxParser - Class in net.loomchild.segment.srx.io
-
Represents SRX 2.0 document parser.
- Srx2SaxParser() - Constructor for class net.loomchild.segment.srx.io.Srx2SaxParser
-
Creates SAX parser with default parameters.
- Srx2SaxParser(Map<String, Object>) - Constructor for class net.loomchild.segment.srx.io.Srx2SaxParser
-
Creates SAX parser with given parameters.
- Srx2SaxParser.SrxHandler - Class in net.loomchild.segment.srx.io
- Srx2StaxParser - Class in net.loomchild.segment.srx.io
-
Represents SRX 2.0 document parser.
- Srx2StaxParser() - Constructor for class net.loomchild.segment.srx.io.Srx2StaxParser
- Srx2Transformer - Class in net.loomchild.segment.srx.io
-
Represents SRX document transformer between SRX 2.0 and newest supported version.
- Srx2Transformer() - Constructor for class net.loomchild.segment.srx.io.Srx2Transformer
- SrxAnyParser - Class in net.loomchild.segment.srx.io
-
Represents any version intelligent SRX document parser.
- SrxAnyParser() - Constructor for class net.loomchild.segment.srx.io.SrxAnyParser
-
Creates SRX any parser using default SRX 2.0 parser.
- SrxAnyParser(SrxParser) - Constructor for class net.loomchild.segment.srx.io.SrxAnyParser
-
Creates SRX any parser using given SRX 2.0 parser.
- SrxAnyTransformer - Class in net.loomchild.segment.srx.io
-
Represents any version intelligent SRX document transformer to newest supported version.
- SrxAnyTransformer() - Constructor for class net.loomchild.segment.srx.io.SrxAnyTransformer
- SrxDocument - Class in net.loomchild.segment.srx
-
Represents SRX document.
- SrxDocument() - Constructor for class net.loomchild.segment.srx.SrxDocument
-
Creates empty document with default cascade.
- SrxDocument(boolean) - Constructor for class net.loomchild.segment.srx.SrxDocument
-
Creates empty document.
- SrxDocumentCache - Class in net.loomchild.segment.srx
-
Represents SRX document cache.
- SrxDocumentCache() - Constructor for class net.loomchild.segment.srx.SrxDocumentCache
- SrxHandler(SrxDocument) - Constructor for class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- SrxParser - Interface in net.loomchild.segment.srx
-
Represents SRX parser that can parse SRX document from reader.
- SrxTextIterator - Class in net.loomchild.segment.srx
-
Represents text iterator splitting text according to rules in SRX file.
- SrxTextIterator(SrxDocument, String, Reader) - Constructor for class net.loomchild.segment.srx.SrxTextIterator
-
Creates streaming text iterator with no additional parameters.
- SrxTextIterator(SrxDocument, String, Reader, Map<String, Object>) - Constructor for class net.loomchild.segment.srx.SrxTextIterator
-
Creates text iterator that obtains language rules from given document using given language code.
- SrxTextIterator(SrxDocument, String, CharSequence) - Constructor for class net.loomchild.segment.srx.SrxTextIterator
-
Creates text iterator with no additional parameters.
- SrxTextIterator(SrxDocument, String, CharSequence, Map<String, Object>) - Constructor for class net.loomchild.segment.srx.SrxTextIterator
-
Creates text iterator that obtains language rules form given document using given language code.
- SrxTransformer - Interface in net.loomchild.segment.srx
-
Represents SRX document transformer between old versions and newest supported version.
- SrxVersion - Enum in net.loomchild.segment.srx.io
-
Represents SRX version.
- SrxVersion(String) - Constructor for enum net.loomchild.segment.srx.io.SrxVersion
- STAR_PATTERN - Static variable in class net.loomchild.segment.util.Util
- start - Variable in class net.loomchild.segment.srx.SrxTextIterator
- start() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- start(int) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- startDocument() - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- startElement(String, String, String, Attributes) - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- startPosition - Variable in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- startPosition - Variable in class net.loomchild.segment.srx.legacy.FastTextIterator
- STYLESHEET - Static variable in class net.loomchild.segment.srx.io.Srx1Transformer
- subSequence(int, int) - Method in class net.loomchild.segment.srx.legacy.Buffer
- subSequence(int, int) - Method in class net.loomchild.segment.srx.legacy.ReaderCharSequence
-
The length of returned subsequence can be smaller than (end - start) when the end of stream is reached.
T
- templates - Static variable in class net.loomchild.segment.srx.io.Srx1Transformer
- text - Variable in class net.loomchild.segment.srx.legacy.AccurateSrxTextIterator
- text - Variable in class net.loomchild.segment.srx.legacy.FastTextIterator
- text - Variable in class net.loomchild.segment.srx.legacy.ReaderMatcher
- text - Variable in class net.loomchild.segment.srx.RuleMatcher
- text - Variable in class net.loomchild.segment.srx.TextManager
- TextIterator - Interface in net.loomchild.segment
-
Text iterator interface.
- textManager - Variable in class net.loomchild.segment.srx.SrxTextIterator
- TextManager - Class in net.loomchild.segment.srx
-
Represents text manager.
- TextManager(Reader, int) - Constructor for class net.loomchild.segment.srx.TextManager
-
Creates text manager reading text from given reader.
- TextManager(CharSequence) - Constructor for class net.loomchild.segment.srx.TextManager
-
Creates text manager containing given text.
- toMatchResult() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- toString() - Method in enum net.loomchild.segment.srx.io.SrxVersion
- toString() - Method in class net.loomchild.segment.srx.legacy.Buffer
- toString() - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- toString(List<LanguageRule>) - Method in class net.loomchild.segment.AbstractTextIterator
- transform(Reader, Writer, Map<String, Object>) - Method in class net.loomchild.segment.srx.io.Srx1Transformer
-
Transform given SRX 1.0 document to newest supported version and write it to given writer.
- transform(Reader, Writer, Map<String, Object>) - Method in class net.loomchild.segment.srx.io.Srx2Transformer
-
Copies SRX document from reader to writer without transformation.
- transform(Reader, Writer, Map<String, Object>) - Method in class net.loomchild.segment.srx.io.SrxAnyTransformer
-
Transform given SRX document to newest supported version and write it to given writer.
- transform(Reader, Writer, Map<String, Object>) - Method in interface net.loomchild.segment.srx.SrxTransformer
-
Transform given SRX document to newest supported version and write it to given writer.
- transform(Reader, Map<String, Object>) - Method in class net.loomchild.segment.srx.io.Srx1Transformer
-
Transforms given SRX 1.0 document and returns Reader containing SRX document in newest supported version.
- transform(Reader, Map<String, Object>) - Method in class net.loomchild.segment.srx.io.Srx2Transformer
-
Returns given reader without modification.
- transform(Reader, Map<String, Object>) - Method in class net.loomchild.segment.srx.io.SrxAnyTransformer
-
Transform given SRX document and return Reader containing newest supported version.
- transform(Reader, Map<String, Object>) - Method in interface net.loomchild.segment.srx.SrxTransformer
-
Transform given SRX document and return Reader containing newest supported version.
- transform(Templates, Reader, Writer) - Static method in class net.loomchild.segment.util.Util
-
Performs XSLT transformation.
- transform(Templates, Reader, Writer, Map<String, Object>) - Static method in class net.loomchild.segment.util.Util
-
Performs XSLT transformation.
- transform(Templates, Schema, Reader, Writer) - Static method in class net.loomchild.segment.util.Util
-
Performs XML schema validation and XSLT transformation.
- transform(Templates, Schema, Reader, Writer, Map<String, Object>) - Static method in class net.loomchild.segment.util.Util
-
Performs XML schema validation and XSLT transformation.
- TransformationErrorListener - Class in net.loomchild.segment.util
-
Handles XML transformation errors by writing them to logr.
- TransformationErrorListener() - Constructor for class net.loomchild.segment.util.TransformationErrorListener
- type - Variable in class net.loomchild.segment.srx.io.bind.Formathandle
U
- unmarshal(Reader) - Method in class net.loomchild.segment.util.Bind
-
Retrieves object from given reader validation the input.
- unmarshal(String) - Method in class net.loomchild.segment.util.Bind
-
Retrieves object from a file with given name validating the input.
- unmarshaller - Variable in class net.loomchild.segment.util.Bind
- useAnchoringBounds(boolean) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- usePattern(Pattern) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- useTransparentBounds(boolean) - Method in class net.loomchild.segment.srx.legacy.ReaderMatcher
- Util - Class in net.loomchild.segment.util
- Util() - Constructor for class net.loomchild.segment.util.Util
V
- VALIDATE_PARAMETER - Static variable in class net.loomchild.segment.srx.io.Srx2SaxParser
-
Whether parser should validate input against XML Schema or not.
- valueOf(String) - Static method in enum net.loomchild.segment.srx.io.SrxVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.loomchild.segment.srx.io.SrxVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version - Variable in class net.loomchild.segment.srx.io.bind.Srx
- version - Variable in class net.loomchild.segment.util.Version
- Version - Class in net.loomchild.segment.util
-
Retrieves segment version.
- Version() - Constructor for class net.loomchild.segment.util.Version
- VERSION_1_0 - Enum constant in enum net.loomchild.segment.srx.io.SrxVersion
- VERSION_2_0 - Enum constant in enum net.loomchild.segment.srx.io.SrxVersion
- VERSION_ATTRIBUTE - Static variable in class net.loomchild.segment.util.Version
- VERSION_PATTERN - Static variable in enum net.loomchild.segment.srx.io.SrxVersion
- versionString - Variable in enum net.loomchild.segment.srx.io.SrxVersion
W
- warning(TransformerException) - Method in class net.loomchild.segment.util.TransformationErrorListener
- warning(SAXParseException) - Method in class net.loomchild.segment.srx.io.Srx2SaxParser.SrxHandler
- write(char[], int, int) - Method in class net.loomchild.segment.util.NullWriter
X
- XmlException - Exception in net.loomchild.segment.util
-
Runtime version of XML exception.
- XmlException(String) - Constructor for exception net.loomchild.segment.util.XmlException
- XmlException(String, Throwable) - Constructor for exception net.loomchild.segment.util.XmlException
- XmlException(Throwable) - Constructor for exception net.loomchild.segment.util.XmlException
_
A B C D E F G H I L M N O P R S T U V W X _All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form