Uses of Class
biz.c24.io.api.data.NamespaceMapping

Packages that use NamespaceMapping
biz.c24.io.api.data Data Model super and utility classes. 
 

Uses of NamespaceMapping in biz.c24.io.api.data
 

Methods in biz.c24.io.api.data that return NamespaceMapping
 NamespaceMapping XPathStatement.getNamespace(int index)
          Returns the namespace mapping at index.
 NamespaceMapping XQueryStatement.getNamespace(int index)
          Returns the namespace mapping at index.
 NamespaceMapping ComplexDataObject.getNamespaceMapping(int index)
          Return the namespace mapping at index.
 NamespaceMapping ComplexDataObject.getNamespaceMappingForPrefix(String prefix, boolean deep)
          Return the namespace mapping for prefix.
 NamespaceMapping ComplexDataObject.getNamespaceMappingForUri(String uri, boolean deep)
          Return the namespace mapping for uri.
 NamespaceMapping[] ComplexDataObject.getNamespaceMappings()
          Returns a newly created array of the namespace mappings held by this object.
 NamespaceMapping[] XPathStatement.getNamespaces()
          Returns a copy of the array of namespaces held by this object.
 NamespaceMapping[] XQueryStatement.getNamespaces()
          Returns a copy of the array of namespaces held by this object.
 

Methods in biz.c24.io.api.data with parameters of type NamespaceMapping
 void ComplexDataObject.addNamespaceMapping(NamespaceMapping nm)
          Adds a namespace mapping - a mapping from a prefix to a namespace URI.
 void ComplexDataObject.removeNamespaceMapping(NamespaceMapping nm)
          Removes the specfied namespace mapping.
 void ComplexDataObject.setNamespaceMapping(NamespaceMapping nm, int index)
          Sets the namespace mapping at index.
 

Constructors in biz.c24.io.api.data with parameters of type NamespaceMapping
XPathStatement(String xpath, boolean ignoreDocumentNode, NamespaceMapping[] namespaces)
          Creates a new instances with the specified XPath statement and namespaces If namespaces == null || namespaces.length == 0 then this constructor will create a non-namespace aware instance.
XQueryStatement(InputStream xqStream, boolean ignoreDocumentNode, NamespaceMapping[] namespaces, net.sf.saxon.query.ModuleURIResolver moduleResolver)
          Creates a new instances with the specified XQuery query stream and namespaces If namespaces == null || namespaces.length == 0 then this constructor will create a non-namespace aware instance.
XQueryStatement(String xquery, boolean ignoreDocumentNode, NamespaceMapping[] namespaces, net.sf.saxon.query.ModuleURIResolver moduleResolver)
          Creates a new instances with the specified XQuery query and namespaces If namespaces == null || namespaces.length == 0 then this constructor will create a non-namespace aware instance.
 



C24 Technologies © 2002-2012: All Rights Reserved.