|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.xdc.processing.XPathPattern
The class XPathPattern represents a link
within a {@link} or a
@see tag whose anchor section is an XPath
expression.
| Constructor Summary | |
XPathPattern(java.lang.String file,
java.lang.String pattern)
Public constructor. |
|
| Method Summary | |
java.lang.String |
getFile()
Getter method for this XPathPattern's
file value (i.e. the constituent of the link before
the double hash ('##')). |
java.lang.String |
getPattern()
Getter method for this XPathPattern's
pattern (i.e. the constituent of the link after the
double hash ('##')). |
java.lang.String |
getTargetFile()
Getter method for this XPathPattern's
targetFile member. |
java.lang.String |
getValue()
Getter method for this XPathPattern's
value (i.e. the name of the anchor of the
targetted element in the generated documentation
page). |
void |
setTargetFile(java.lang.String targetFile)
Setter method for this XPathPattern's
targetFile member. |
void |
setValue(java.lang.String value)
Setter method for this XPathPattern's
value (i.e. the name of the anchor of the
targetted element in the generated documentation
page). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XPathPattern(java.lang.String file,
java.lang.String pattern)
file - The file part of the linkpattern - The XPath expression making up the anchor
section| Method Detail |
public void setTargetFile(java.lang.String targetFile)
XPathPattern's
targetFile member.
targetFile - This XPathPattern's
targetFilepublic void setValue(java.lang.String value)
XPathPattern's
value (i.e. the name of the anchor of the
targetted element in the generated documentation
page).
value - This XPathPattern'
valuepublic java.lang.String getFile()
XPathPattern's
file value (i.e. the constituent of the link before
the double hash ('##')).
XPathPattern's file valuepublic java.lang.String getPattern()
XPathPattern's
pattern (i.e. the constituent of the link after the
double hash ('##')).
XPathPattern's pattern.public java.lang.String getTargetFile()
XPathPattern's
targetFile member.
XPathPattern's
targetFilepublic java.lang.String getValue()
XPathPattern's
value (i.e. the name of the anchor of the
targetted element in the generated documentation
page).
XPathPattern' value
|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||