|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQNameAcceptor
Acceptor of the qname.
Method Summary | |
---|---|
boolean |
accepts(String namespaceUri,
String local)
Check whether the acceptor accepts given pair. |
EnumSet<AcceptsEnum> |
getAccepts()
Returns type of qnames, that this rule accepts. |
String |
getNamespaceUri()
Returns base namespace (the namespace of local elements). |
Method Detail |
---|
boolean accepts(String namespaceUri, String local)
Check whether the acceptor accepts given pair.
namespaceUri
- the namespace part of the qname. Acceptor must take
both empty-string and null
values as a null namespace.
If the acceptor accepts the attribute qnames also, then local attributes
should have null
as their namespace, regardless of the
value of getNamespaceUri()
function.
local
- the local name part.
EnumSet<AcceptsEnum> getAccepts()
EnumSet
with both
flags.
ACCEPTS_*
constants.String getNamespaceUri()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |