public class SelfAxisStructuredFieldPosition extends AbstractStructuredFieldPosition
| Constructor and Description |
|---|
SelfAxisStructuredFieldPosition() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
boolean |
isTerminal()
If this position is last in the chain and it is terminal it will ensure
it is an exact match for the length of the chain found.
|
boolean |
linkSelf()
Normally paths would require onlt parent chaining.
|
int |
matches(int start,
int end,
int offset)
Does this element match
|
allowslinkingByParent, allowsLinkingBySelf, equals, getCachingTermPositions, getPosition, getTermText, hashCode, isAbsolute, isDescendant, isRelative, linkParent, matchesAll, setCachingTermPositions, setTerminal, toStringpublic int matches(int start,
int end,
int offset)
throws java.io.IOException
StructuredFieldPositionstart - -
the start postion of the paths termsend - -
the end position of the paths termsoffset - -
the current offset in the pathjava.io.IOExceptionpublic java.lang.String getDescription()
getDescription in class AbstractStructuredFieldPositionpublic boolean linkSelf()
StructuredFieldPositionlinkSelf in interface StructuredFieldPositionlinkSelf in class AbstractStructuredFieldPositionpublic boolean isTerminal()
StructuredFieldPositionisTerminal in interface StructuredFieldPositionisTerminal in class AbstractStructuredFieldPositionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.