Searched defs:target (Results 301 - 325 of 670) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultBuilder.java144 /** Create new DocumentType node for the target. */
180 /** Create new Text node for the target. */
185 /** Create new CDATASection node for the target. */
190 /** Create new Comment node for the target. */
196 /** Create new ProcessingInstruction node for the target. */
220 public void processingInstruction(String target, XMLString data, argument
364 /** Check if this node can be attached to the target. */
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDTDParser.java139 * target name and, optionally, text data. The data is only meaningful
148 * @param target The target.
153 public void processingInstruction(String target, XMLString data, argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSAX2XNI.java181 public void processingInstruction( String target, String data ) throws SAXException { argument
184 symbolize(target),createXMLString(data),null);
H A DTeeXMLDocumentFilterImpl.java176 public void processingInstruction(String target, XMLString data, Augmentations augs) throws XNIException { argument
177 side.processingInstruction(target, data, augs);
178 next.processingInstruction(target, data, augs);
H A DXMLDocumentFilterImpl.java149 public void processingInstruction(String target, XMLString data, Augmentations augs) throws XNIException { argument
150 next.processingInstruction(target, data, augs);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDHandler.java166 * target name and, optionally, text data. The data is only meaningful
175 * @param target The target.
182 public void processingInstruction(String target, XMLString data, argument
H A DXMLDocumentHandler.java119 * target name and, optionally, text data. The data is only meaningful
128 * @param target The target.
135 public void processingInstruction(String target, XMLString data, Augmentations augs) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DOASISXMLCatalogReader.java518 public void processingInstruction (String target, String data) argument
H A DSAXCatalogReader.java476 public void processingInstruction (String target, String data) argument
479 saxParser.processingInstruction(target, data);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/tools/
H A DResolvingParser.java256 public void processingInstruction(String target, String pidata) argument
259 if (target.equals("oasis-xml-catalog")) {
315 documentHandler.processingInstruction(target, pidata);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToSAXHandler.java164 public void processingInstruction(String target, String data) argument
H A DToTextStream.java445 * @param target The processing instruction target.
453 public void processingInstruction(String target, String data) argument
460 super.fireEscapingEvent(target, data);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DXMLEventFactoryImpl.java138 public javax.xml.stream.events.ProcessingInstruction createProcessingInstruction(String target, String data) { argument
139 ProcessingInstructionEvent event = new ProcessingInstructionEvent(target, data);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLDOMWriterImpl.java529 * @param target {@inheritDoc}
532 public void writeProcessingInstruction(String target) throws XMLStreamException { argument
533 if(target == null){
536 ProcessingInstruction pi = ownerDoc.createProcessingInstruction(target, "");
542 * @param target {@inheritDoc}
546 public void writeProcessingInstruction(String target, String data) throws XMLStreamException { argument
547 if(target == null){
550 ProcessingInstruction pi = ownerDoc.createProcessingInstruction(target, data);
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventFactory.java401 * @param target The target of the processing instruction
405 public abstract ProcessingInstruction createProcessingInstruction(String target, argument
H A DXMLStreamReader.java537 * Text starting a "sourceStart" is copied into "target" starting at "targetStart".
558 * The "targetStart" argument must be greater than or equal to 0 and less than the length of "target",
559 * Length must be greater than 0 and "targetStart + length" must be less than or equal to length of "target".
562 * @param target the destination array
563 * @param targetStart the start offset in the target array
567 * @throws IndexOutOfBoundsException if targetStart < 0 or > than the length of target
568 * @throws IndexOutOfBoundsException if length < 0 or targetStart + length > length of target
570 * @throws NullPointerException is if target is null
572 public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) argument
694 * Get the target o
[all...]
H A DXMLStreamWriter.java374 * @param target the target of the processing instruction, may not be null
377 public void writeProcessingInstruction(String target) argument
382 * @param target the target of the processing instruction, may not be null
386 public void writeProcessingInstruction(String target, argument
/openjdk7/jaxp/src/javax/xml/stream/util/
H A DStreamReaderDelegate.java205 char[] target,
210 target,
204 getTextCharacters(int sourceStart, char[] target, int targetStart, int length) argument
/openjdk7/jaxp/src/org/w3c/dom/
H A DDocument.java152 * @param target The target part of the processing instruction.Unlike
155 * checking is done on the target name. Applications should invoke
158 * target name is namespace well-formed.
162 * INVALID_CHARACTER_ERR: Raised if the specified target is not an XML
167 public ProcessingInstruction createProcessingInstruction(String target, argument
314 * <code>target</code> and <code>data</code> values from those of the
669 * document (i.e. the source and target document are the same), this
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java117 // initialize target, context and operation name
148 public org.omg.CORBA.Object target() method in class:RequestImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java160 Remote target = (Remote)(key instanceof Tie ? ((Tie)key).getTarget() : key);
165 if (orb == getTie(target).orb()) {
167 unexportObject(target);
475 * Registers a target for a tie. Adds the tie to an internal table and calls
478 * @param target the target for the tie.
480 public void registerTarget(javax.rmi.CORBA.Tie tie, java.rmi.Remote target) argument
483 // Do we already have this target registered?
484 if (lookupTie(target) == null) {
485 // No, so register it and set the target
509 unexportObject(java.rmi.Remote target) argument
549 getTie(Remote target) argument
559 lookupTie(Remote target) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DPresentationManagerImpl.java196 private Set getRootSet( Class target, NodeImpl root, Graph gr ) argument
200 if (target.isInterface()) {
205 Class superclass = target ;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DMethodGen.java823 private void writeInsert (String indent, String target, String source, SymtabEntry type, PrintWriter stream) argument
830 stream.println (indent + source + ".insert_longlong (" + target + ");");
832 stream.println (indent + source + ".insert_ushort (" + target + ");");
834 stream.println (indent + source + ".insert_ulong (" + target + ");");
836 stream.println (indent + source + ".insert_ulonglong (" + target + ");");
838 stream.println (indent + source + ".insert_" + typeName + " (" + target + ");");
841 stream.println (indent + source + ".insert_" + typeName + " (" + target + ");");
843 stream.println (indent + Util.helperName (type, true) + ".insert (" + source + ", " + target + ");"); // <d61056>
881 private void writeExtract (String indent, String target, String source, SymtabEntry type, PrintWriter stream) argument
886 stream.println (indent + target
[all...]
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DGenerator.java158 public boolean requiresGeneration (File target, Type theType) { argument
191 // Get a File instance for the target. If it is a source
195 String targetName = IDLNames.replace(target.getName(),".java",".class");
196 String parentPath = target.getParent();
199 // Does the target file exist?
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java67 public void defineFunction(Object target, Method method) { argument
68 putFunction(target, method, false);
232 println("jvm the target jvm that is being debugged");

Completed in 92 milliseconds

<<11121314151617181920>>