Example usage for javax.xml.namespace NamespaceContext interface-usage

List of usage examples for javax.xml.namespace NamespaceContext interface-usage

Introduction

In this page you can find the example usage for javax.xml.namespace NamespaceContext interface-usage.

Usage

From source file com.elsevier.xml.NamespaceContextMappings.java

/**
 * Class which provides the ability to 'register' namespace prefix to namespace
 * uri mappings. This is necessary for the XPath/XQuery expression evaluation
 * when the xpath/xquery expression contains namespace prefixes. If the
 * xpath/xquery expression does not contain namespace prefixes, then there is no
 * need to register any mappings. Default mappings are provided for the

From source file org.docx4j.jaxb.NamespacePrefixMappings.java

/**
 * NamespacePrefixMappings, required for JAXB, and XPath.
 * 
 * The intent is to define the namespace prefix mappings in a 
 * single place.
 * 

From source file org.lockss.util.OneToOneNamespaceContext.java

/**
 * <p>
 * Provides a concrete implementation of {@link NamespaceContext} (as none are
 * readily available from the JDK or Apache Commons) that encapsulates a
 * one-to-one mapping between prefixes and namespace URIs.
 * </p>

From source file org.apache.ode.utils.NSContext.java

/**
 * A simple in-memory implementation of the {@link NamespaceContext} interface
 * with fairly generic applicability. This class allows clients to manipulate
 * the context through publicly accessible methods, and provides serialization
 * support.
 *

From source file org.alfresco.repo.content.metadata.xml.XPathMetadataExtracter.java

/**
 * An extracter that pulls values from XML documents using configurable XPath
 * statements.  It is not possible to list a default set of mappings - this is
 * down to the configuration only.
 * <p>
 * When an instance of this extracter is configured, XPath statements should be

From source file InlineSchemaValidator.java

/**
 * <p>
 * A sample demonstrating how to use the JAXP 1.3 Validation API to create a
 * validator and use the validator to validate input from a DOM which contains
 * inline schemas and multiple validation roots. The output of this program
 * shows the time spent executing the Validator.validate(Source) method.

From source file org.ojbc.util.xml.OjbcNamespaceContext.java

/**
 * Utility class that contains all the OJBC namespaces used across samples
 * 
 */
public final class OjbcNamespaceContext implements NamespaceContext {