Searched defs:context (Results 51 - 75 of 646) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DUnionDV.java43 public Object getActualValue(String content, ValidationContext context) throws InvalidDatatypeValueException{ argument
H A DYearMonthDurationDV.java41 public Object getActualValue(String content, ValidationContext context) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeNamespaceSupport.java26 * XInclude processing. It enables each context to be marked as invalid, if necessary,
36 * This stores whether or not the context at the matching depth was valid.
48 * @param context
50 public XIncludeNamespaceSupport(NamespaceContext context) { argument
51 super(context);
55 * Pushes a new context onto the stack.
69 * This method is used to set a context invalid for XInclude namespace processing.
70 * Any context defined by an <include> or <fallback> element is not
81 * the context that existed at the include parent of the current element. The
83 * to an invalid context usin
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMAxisTraverser.java50 * By the nature of the stateless traversal, the context node can not be
57 * @param context The context node of this traversal. This is the point
61 public int first(int context) argument
63 return next(context, context);
67 * By the nature of the stateless traversal, the context node can not be
74 * @param context The context node of this traversal. This is the point
80 public int first(int context, in argument
99 next(int context, int current) argument
117 next(int context, int current, int extendedTypeID) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DPrefixResolver.java37 * the PrefixResolver holds its own namespace context, or is a namespace
38 * context itself.
43 * is undeclared in this context.
48 * Given a namespace, get the corresponding prefix, based on the context node.
51 * @param context The node context from which to look up the URI.
54 * is undeclared in this context.
56 String getNamespaceForPrefix(String prefix, org.w3c.dom.Node context); argument
69 * may not accurately reflect that context information.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteThread.java50 public void setContext(ThreadContext context) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthCheckBoxMenuItemUI.java65 void paintBackground(SynthContext context, Graphics g, JComponent c) { argument
66 context.getPainter().paintCheckBoxMenuItemBackground(context, g, 0, 0,
74 public void paintBorder(SynthContext context, Graphics g, int x, argument
76 context.getPainter().paintCheckBoxMenuItemBorder(context, g, x, y, w, h);
H A DSynthFormattedTextFieldUI.java64 void paintBackground(SynthContext context, Graphics g, JComponent c) { argument
65 context.getPainter().paintFormattedTextFieldBackground(context, g, 0,
73 public void paintBorder(SynthContext context, Graphics g, int x, argument
75 context.getPainter().paintFormattedTextFieldBorder(context, g, x, y,
H A DSynthUI.java49 * @param context a component context
56 public void paintBorder(SynthContext context, Graphics g, int x, argument
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/
H A DTransform.java115 * @param context the <code>XMLCryptoContext</code> containing
116 * additional context (may be <code>null</code> if not applicable)
122 public abstract Data transform(Data data, XMLCryptoContext context) argument
134 * @param context the <code>XMLCryptoContext</code> containing
135 * additional context (may be <code>null</code> if not applicable)
146 (Data data, XMLCryptoContext context, OutputStream os)
145 transform(Data data, XMLCryptoContext context, OutputStream os) argument
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfo.java114 * @param context the <code>XMLCryptoContext</code> containing additional
115 * context (may be null if not applicable)
117 * <code>context</code> is not compatible with this key info
121 void marshal(XMLStructure parent, XMLCryptoContext context) argument
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMCryptoBinary.java97 public void marshal(Node parent, String prefix, DOMCryptoContext context) argument
H A DDOMKeyName.java73 public void marshal(Node parent, String dsPrefix, DOMCryptoContext context) argument
H A DDOMStructure.java50 DOMCryptoContext context) throws MarshalException;
49 marshal(Node parent, String dsPrefix, DOMCryptoContext context) argument
H A DDOMURIDereferencer.java57 public Data dereference(URIReference uriRef, XMLCryptoContext context) argument
63 if (context == null) {
64 throw new NullPointerException("context cannot be null");
70 DOMCryptoContext dcc = (DOMCryptoContext) context;
71 String baseURI = context.getBaseURI();
73 boolean secVal = Utils.secureValidation(context);
75 // Check if same-document URI and already registered on the context
H A DDOMXPathFilter2Transform.java70 public void init(XMLStructure parent, XMLCryptoContext context) argument
73 super.init(parent, context);
123 public void marshalParams(XMLStructure parent, XMLCryptoContext context) argument
126 super.marshalParams(parent, context);
129 String prefix = DOMUtils.getNSPrefix(context, Transform.XPATH2);
H A DDOMXPathTransform.java60 public void init(XMLStructure parent, XMLCryptoContext context) argument
63 super.init(parent, context);
87 public void marshalParams(XMLStructure parent, XMLCryptoContext context) argument
90 super.marshalParams(parent, context);
95 DOMUtils.getSignaturePrefix(context));
H A DDOMXSLTTransform.java57 public void init(XMLStructure parent, XMLCryptoContext context) argument
60 super.init(parent, context);
69 public void marshalParams(XMLStructure parent, XMLCryptoContext context) argument
71 super.marshalParams(parent, context);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteArrayImageSource.java47 final boolean checkSecurity(Object context, boolean quiet) { argument
H A DURLImageSource.java86 final boolean checkSecurity(Object context, boolean quiet) { argument
97 security.checkConnect(actualHost, actualPort, context);
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DWatchEvent.java35 * {@link #context() context} method returns any context associated with
36 * the event. In the case of a repeated event then the context is the same for
42 * @param <T> The type of the context object associated with the event
62 * Returns the type of the {@link WatchEvent#context context} value.
99 * Returns the context for the event.
103 * StandardWatchEventKinds#ENTRY_MODIFY ENTRY_MODIFY} events the context is
108 * @return the event context; ma
110 T context(); method in interface:WatchEvent
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DAccessController.java45 * <li>to obtain a "snapshot" of the current calling context so
46 * access-control decisions from a different context can be made with
47 * respect to the saved context. </ul>
83 * if (a context was specified in the call to doPrivileged)
84 * context.checkPermission(permission)
89 * // Next, check the context inherited when the thread was created.
92 * // "inherited" context.
102 * call without a context argument (see below for information about a
103 * context argument). If that caller's domain has the
185 * within the context o
333 doPrivileged(PrivilegedAction<T> action, AccessControlContext context) argument
458 doPrivileged(PrivilegedExceptionAction<T> action, AccessControlContext context) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.cpp45 const VerificationType& from, ClassVerifier* context, TRAPS) const {
46 instanceKlassHandle klass = context->current_class();
76 VerificationType comp_this = get_component(context, CHECK_false);
77 VerificationType comp_from = from.get_component(context, CHECK_false);
79 return comp_this.is_assignable_from(comp_from, context, CHECK_false);
85 VerificationType VerificationType::get_component(ClassVerifier *context, TRAPS) const { argument
98 component = context->create_temporary_symbol(
103 component = context->create_temporary_symbol(
44 is_reference_assignable_from( const VerificationType& from, ClassVerifier* context, TRAPS) const argument
/openjdk7/jdk/src/share/classes/com/sun/tools/jconsole/
H A DJConsolePlugin.java76 private volatile JConsoleContext context = null; field in class:JConsolePlugin
89 * is called. The given {@code context} can be in any
93 * @param context a {@code JConsoleContext} object
95 public final synchronized void setContext(JConsoleContext context) { argument
96 this.context = context;
99 context.addPropertyChangeListener(l);
109 * if it is called before the {@link #setContext context} is initialized.
115 return context;
204 if (context
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DContextAction.java41 private Lookup context = null; field in class:ContextAction
48 public ContextAction(Lookup context) { argument
49 init(context);
52 private void init(Lookup context) { argument
53 this.context = context;
54 result = context.lookupResult(contextClass());
88 public boolean isEnabled(T context) { argument
94 public abstract void performAction(T context); argument

Completed in 92 milliseconds

1234567891011>>