| Package | Description |
|---|---|
| lux.index | |
| lux.index.analysis |
| Modifier and Type | Method and Description |
|---|---|
ElementVisibility |
IndexConfiguration.getDefaultVisibility() |
ElementVisibility |
IndexConfiguration.getElementVisibility(String clarkName) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexConfiguration.setElementVisibility(String clarkName,
ElementVisibility vis)
sets the visibility of elements with the given name
|
| Modifier and Type | Field and Description |
|---|---|
protected ElementVisibility |
XmlTokenStreamBase.defVis |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<net.sf.saxon.s9api.QName,ElementVisibility> |
XmlTokenStreamBase.eltVis |
| Modifier and Type | Method and Description |
|---|---|
ElementVisibility |
XmlTokenStreamBase.getDefaultVisibility() |
ElementVisibility |
XmlTokenStreamBase.getElementVisibility(net.sf.saxon.s9api.QName qname) |
static ElementVisibility |
ElementVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementVisibility[] |
ElementVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlTokenStreamBase.setDefaultVisibility(ElementVisibility vis) |
void |
XmlTokenStreamBase.setElementVisibility(net.sf.saxon.s9api.QName qname,
ElementVisibility vis)
sets the visibility of elements with the given name
|
Copyright © 2013. All Rights Reserved.