Enhydra 3.0.3 API
A B C D E F G H I L M N O P R S T U W X

P

parentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves to and returns the closest visible ancestor node of the current node.
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 iterator 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.
PRINT_ALL - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
All Print options.
PRINT_CDATA - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Option to printNode to print the contents of Text nodes.
PRINT_COMMENT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Option to printNode to print the contents of Comment nodes.
PRINT_DEFAULT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Default print options.
PRINT_DOCUMENTTYPE - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Option to printNode to print the contents of DocumentType nodes.
PRINT_TEXT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Option to printNode to print the contents of Text nodes.
printNode(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Print a node and its children.
printNode(String, Node, OutputStream) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Print a node an its children.
printNode(String, Node, PrintWriter) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Print a node an its children.
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
 
ProcessingInstruction - interface org.w3c.dom.ProcessingInstruction.
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.

Enhydra 3.0.3 API
A B C D E F G H I L M N O P R S T U W X