|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.relaxng.NameClass
dk.brics.relaxng.AnyNameNameClass
public class AnyNameNameClass
<anyName> [<except> nameClass </except>] </anyName>
Constructor Summary | |
---|---|
AnyNameNameClass(NameClass except)
Constructs a new anyName name class. |
Method Summary | ||
---|---|---|
NameClass |
getExcept()
Returns the except name class. |
|
|
process(NameClassProcessor<T> v)
Applies the given name class processor on this name class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnyNameNameClass(NameClass except)
except
- except name class, null if noneMethod Detail |
---|
public NameClass getExcept()
public <T> T process(NameClassProcessor<T> v)
NameClass
process
in class NameClass
T
- return typev
- name class processor
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |