|
|||||||
| 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.NsNameNameClass
public class NsNameNameClass
<nsName ns="string"> [<except> nameClass </except>] </nsName>
| Constructor Summary | |
|---|---|
NsNameNameClass(String ns,
NameClass except)
Constructs a new nsName name class. |
|
| Method Summary | ||
|---|---|---|
NameClass |
getExcept()
Returns the except name class. |
|
String |
getNs()
Returns the namespace. |
|
|
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 NsNameNameClass(String ns,
NameClass except)
ns - namespaceexcept - except name class, null if none| Method Detail |
|---|
public NameClass getExcept()
public String getNs()
public <T> T process(NameClassProcessor<T> v)
NameClass
process in class NameClassT - return typev - name class processor
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||