|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface to static context
Method Summary | |
void |
add_function_library(FunctionLibrary fl)
add function to library |
void |
add_namespace(java.lang.String prefix,
java.lang.String ns)
add namespace |
void |
add_variable(QName name)
add variable |
boolean |
attribute_declared(QName attr)
is the attribute declared? |
org.apache.xerces.xs.XSTypeDefinition |
attribute_type_definition(QName attr)
|
XSAnyURI |
base_uri()
base uri |
java.lang.String |
default_function_namespace()
the default function namespace |
java.lang.String |
default_namespace()
the default namespace |
boolean |
del_variable(QName name)
delete the variable |
boolean |
derives_from(NodeType at,
QName et)
|
boolean |
derives_from(NodeType at,
org.apache.xerces.xs.XSTypeDefinition et)
|
void |
destroy_scope()
destroy scope |
boolean |
element_declared(QName elem)
is the element declared? |
org.apache.xerces.xs.XSTypeDefinition |
element_type_definition(QName elem)
|
boolean |
expand_elem_type_qname(QName name)
expand element type qname |
boolean |
expand_function_qname(QName name)
expand function |
boolean |
expand_qname(QName name)
expand qname |
boolean |
function_exists(QName name,
int arity)
is the element declared? |
AnyAtomicType |
make_atomic(QName name)
|
void |
new_scope()
new scope |
boolean |
prefix_exists(java.lang.String prefix)
namespaces does the prefix exist |
java.lang.String |
resolve_prefix(java.lang.String prefix)
|
boolean |
type_defined(QName name)
|
boolean |
variable_exists(QName name)
|
boolean |
variable_in_scope(QName var)
|
boolean |
xpath1_compatible()
is it xpath 1.0 compatible. |
Method Detail |
public boolean xpath1_compatible()
public boolean prefix_exists(java.lang.String prefix)
prefix
- is the prefix
public java.lang.String resolve_prefix(java.lang.String prefix)
prefix
- is the prefix
public java.lang.String default_namespace()
public java.lang.String default_function_namespace()
public org.apache.xerces.xs.XSTypeDefinition attribute_type_definition(QName attr)
attr
- is the qname variable
public org.apache.xerces.xs.XSTypeDefinition element_type_definition(QName elem)
elem
- is the elem of the qname
public boolean attribute_declared(QName attr)
attr
- is the attribute of the qname
public boolean element_declared(QName elem)
elem
- is the elem of the qname
public boolean function_exists(QName name, int arity)
name
- is the qname namearity
- integer of qname
public XSAnyURI base_uri()
public void new_scope()
public void destroy_scope()
public void add_variable(QName name)
name
- is the qnamepublic boolean del_variable(QName name)
name
- is the qname
public boolean variable_exists(QName name)
name
- is the qname
public boolean variable_in_scope(QName var)
var
- is the variable of qnamepublic boolean type_defined(QName name)
name
- is qname
public boolean derives_from(NodeType at, QName et)
at
- the node typeet
- is the qname
public boolean derives_from(NodeType at, org.apache.xerces.xs.XSTypeDefinition et)
at
- the node typeet
- is the XSTypeDefinition of the node
public void add_namespace(java.lang.String prefix, java.lang.String ns)
prefix
- the prefix of the namespacens
- is the XSTypeDefinition of the nodepublic boolean expand_function_qname(QName name)
name
- is the qname
public boolean expand_elem_type_qname(QName name)
name
- is the qname
public boolean expand_qname(QName name)
name
- is the qname
public void add_function_library(FunctionLibrary fl)
fl
- is the function librarypublic AnyAtomicType make_atomic(QName name)
name
- is the qname
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |