- PAGE_RULE - Static variable in interface org.w3c.dom.css.CSSRule
- 
The rule is a CSSPageRule.
 
- parentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
- 
Moves to and returns the closest visible ancestor node of the current
 node. 
- parse(LSInput) - Method in interface org.w3c.dom.ls.LSParser
- 
Parse an XML document from a resource identified by a
 LSInput.
 
- PARSE_ERR - Static variable in exception org.w3c.dom.ls.LSException
- 
If an attempt was made to load a document, or an XML Fragment, using
 LSParserand the processing has been stopped.
 
- parseURI(String) - Method in interface org.w3c.dom.ls.LSParser
- 
Parse an XML document from a location identified by a URI reference [ IETF RFC 2396]. 
- parseWithContext(LSInput, Node, short) - Method in interface org.w3c.dom.ls.LSParser
- 
Parse an XML fragment from a resource identified by a
 LSInputand insert the content into an existing document
 at the position specified with thecontextandactionarguments.
 
- preventDefault() - Method in interface org.w3c.dom.events.Event
- 
If an event is cancelable, the preventDefaultmethod is
 used to signify that the event is to be canceled, meaning any default
 action normally taken by the implementation as a result of the event
 will not occur.
 
- previousNode() - Method in interface org.w3c.dom.traversal.NodeIterator
- 
Returns the previous node in the set and moves the position of the
 NodeIteratorbackwards in the set.
 
- previousNode() - Method in interface org.w3c.dom.traversal.TreeWalker
- 
Moves the TreeWalkerto the previous visible node in
 document order relative to the current node, and returns the new
 node.
 
- previousSibling() - Method in interface org.w3c.dom.traversal.TreeWalker
- 
Moves the TreeWalkerto the previous sibling of the
 current node, and returns the new node.
 
- PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
- 
The node is a ProcessingInstruction.
 
- ProcessingInstruction - Interface in org.w3c.dom
- 
The ProcessingInstructioninterface represents a "processing
 instruction", used in XML as a way to keep processor-specific information
 in the text of the document.
 
- PROPERTY - Static variable in class org.w3c.dom.bootstrap.DOMImplementationRegistry
- 
The system property to specify the
 DOMImplementationSource class names.