com.sun.msv.relaxns.grammar.relax
public class AnyOtherElementExp extends ElementExp implements ElementDecl
Field Summary | |
---|---|
String | excludeNamespace |
String | includeNamespace |
NameClass | nameClass
this name class matches all the namespaces that are accepted by this anyOtherElement.
this field is set by bind method. |
Locator | source
where did this reference is written in the source file.
can be set to null (to reduce memory usage) at anytime. |
Constructor Summary | |
---|---|
AnyOtherElementExp(Locator loc, String includeNamespace, String excludeNamespace)
creates "skelton" of AnyOtherElement.
pseudo content model and name class must be supplied separately. |
Method Summary | |
---|---|
boolean | getFeature(String feature) |
String | getName() |
NameClass | getNameClass() |
Object | getProperty(String property) |