- 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
LSParser
and 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
LSInput
and insert the content into an existing document
at the position specified with the context
and
action
arguments.
- preventDefault() - Method in interface org.w3c.dom.events.Event
-
If an event is cancelable, the preventDefault
method 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
NodeIterator
backwards in the set.
- previousNode() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the TreeWalker
to 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 TreeWalker
to 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 ProcessingInstruction
interface 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.