|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.relaxng.Define
public class Define
<define name="NCName"> pattern </define>
| Constructor Summary | |
|---|---|
Define(String name)
Constructs a new named pattern. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the pattern name. |
Pattern |
getPattern()
Returns the pattern. |
void |
setPattern(Pattern p)
Sets the pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Define(String name)
setPattern(Pattern) to set the pattern.
name - name| Method Detail |
|---|
public String getName()
public Pattern getPattern()
public void setPattern(Pattern p)
p - pattern
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||