Searched refs:ProcessingInstruction (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jaxp/src/javax/xml/stream/events/
H A DProcessingInstruction.java37 public interface ProcessingInstruction extends XMLEvent { interface in inherits:XMLEvent
/openjdk7/jaxp/src/org/w3c/dom/
H A DProcessingInstruction.java45 * The <code>ProcessingInstruction</code> interface represents a "processing
56 public interface ProcessingInstruction extends Node { interface in inherits:Node
H A DDocument.java150 * Creates a <code>ProcessingInstruction</code> node given the specified
160 * @return The new <code>ProcessingInstruction</code> object.
167 public ProcessingInstruction createProcessingInstruction(String target,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DProcessingInstructionImpl.java24 import org.w3c.dom.ProcessingInstruction;
39 implements ProcessingInstruction {
88 // ProcessingInstruction methods
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMDocumentHandler.java31 import org.w3c.dom.ProcessingInstruction;
82 * @param node a ProcessingInstruction node
86 public void processingInstruction(ProcessingInstruction node) throws XNIException;
H A DDOMResultAugmentor.java53 import org.w3c.dom.ProcessingInstruction;
103 public void processingInstruction(ProcessingInstruction node)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DProcessingInstructionEvent.java31 import javax.xml.stream.events.ProcessingInstruction;
34 public class ProcessingInstructionEvent extends EventBase implements ProcessingInstruction {
H A DStAXEventWriter.java130 ProcessingInstruction processingInstruction = (ProcessingInstruction)event ;
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DProcessingInstructionEvent.java32 import javax.xml.stream.events.ProcessingInstruction;
42 implements ProcessingInstruction {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDOMPrinter.java58 import org.w3c.dom.ProcessingInstruction;
94 visitProcessingInstruction((ProcessingInstruction) node);
184 protected void visitProcessingInstruction(ProcessingInstruction processingInstruction)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultDocument.java36 import org.w3c.dom.ProcessingInstruction;
119 public ProcessingInstruction createProcessingInstruction(String target, String data) throws DOMException {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXPathFuncHereAPI.java36 import org.w3c.dom.ProcessingInstruction;
46 * {ProcessingInstruction} nodes which contain the XPath string. This enables
301 return ((ProcessingInstruction) xpathnode).getNodeValue();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLEventWriterImpl.java38 import javax.xml.stream.events.ProcessingInstruction;
137 ProcessingInstruction processingInstruction = (ProcessingInstruction)xMLEvent ;
H A DXMLDOMWriterImpl.java42 import org.w3c.dom.ProcessingInstruction;
536 ProcessingInstruction pi = ownerDoc.createProcessingInstruction(target, "");
550 ProcessingInstruction pi = ownerDoc.createProcessingInstruction(target, data);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DDOMScanner.java42 import org.w3c.dom.ProcessingInstruction;
272 ProcessingInstruction pi = (ProcessingInstruction)n;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXEvent2SAX.java55 import javax.xml.stream.events.ProcessingInstruction;
171 handlePI((ProcessingInstruction)event);
209 handlePI((ProcessingInstruction)event);
250 handlePI((ProcessingInstruction)event);
301 private void handlePI(ProcessingInstruction event)
H A DSAX2DOM.java41 import org.w3c.dom.ProcessingInstruction;
257 ProcessingInstruction pi = _document.createProcessingInstruction(
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DTreeWalker.java35 import org.w3c.dom.ProcessingInstruction;
369 ProcessingInstruction pi = (ProcessingInstruction) node;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DTreeWalker.java33 import org.w3c.dom.ProcessingInstruction;
374 ProcessingInstruction pi = (ProcessingInstruction) node;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignatureInputDebugger.java37 import org.w3c.dom.ProcessingInstruction;
278 this.outputPItoWriter((ProcessingInstruction) currentNode);
450 * Checks whether a Comment or ProcessingInstruction is before or after the
564 private void outputPItoWriter(ProcessingInstruction currentPI)
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DProcessingInstruction.java21 * $Id: ProcessingInstruction.java,v 1.2.4.1 2005/09/12 11:03:05 pvedula Exp $
47 final class ProcessingInstruction extends Instruction { class in inherits:Instruction
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventFactory.java41 * @see javax.xml.stream.events.ProcessingInstruction
403 * @return a ProcessingInstruction event
405 public abstract ProcessingInstruction createProcessingInstruction(String target,
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerBase.java53 import org.w3c.dom.ProcessingInstruction;
281 outputPItoWriter((ProcessingInstruction) currentNode, writer, documentLevel);
426 outputPItoWriter((ProcessingInstruction) currentNode, writer, documentLevel);
716 static final void outputPItoWriter(ProcessingInstruction currentPI, OutputStream writer,int position) throws IOException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPDocumentImpl.java121 public ProcessingInstruction createProcessingInstruction(
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DStAXSchemaParser.java34 import javax.xml.stream.events.ProcessingInstruction;
156 ProcessingInstruction pi = (ProcessingInstruction)currentEvent;

Completed in 76 milliseconds

12