Enhydra 3.1b2 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

P

para - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity para (¶).
parenDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
Report the parenthesis nesting depth.
parentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves to and returns the closest visible ancestor node of the current node.
parse(File) - Method in class javax.xml.parsers.DocumentBuilder
Parses the content of the given File and returns a Document object.
parse(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parses the content of the given File as an XML document using the specified HandlerBase object.
parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
Parses the content of the given InputSource and returns a Document object.
parse(InputSource) - Method in class org.apache.xerces.framework.XMLParser
Parses the specified input source.
parse(InputSource) - Method in class org.enhydra.xml.io.DOMParser
Parse the content of the given input source as an XML document and return a new DOM Document object.
parse(InputSource) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document.
parse(InputSource) - Method in interface org.xml.sax.XMLReader
Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(InputSource) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parses the content of the given InputSource as an XML document using the specified HandlerBase object.
parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
Parses the contents of the given InputStream and returns a Document object.
parse(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parses the contents of the given InputStream as an XML document using the specified HandlerBase object.
parse(String) - Method in class javax.xml.parsers.DocumentBuilder
Parses the content of the given URI and returns a Document object.
parse(String) - Method in class org.apache.xerces.framework.XMLParser
Parses the input source specified by the given system identifier.
parse(String) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document from a system identifier (URI).
parse(String) - Method in interface org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(String, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parses the content of the given URI as an XML document using the specified HandlerBase object.
Parser - interface org.xml.sax.Parser.
Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
ParserAdapter - class org.xml.sax.helpers.ParserAdapter.
Adapt a SAX1 Parser as a SAX2 XMLReader.
ParserAdapter() - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserAdapter(Parser) - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
This exception is thrown if a factory cannot configure a parser given its current configuration parameters.
ParserConfigurationException() - Constructor for class javax.xml.parsers.ParserConfigurationException
Constructs a new ParserConfigurationException with no detail message.
ParserConfigurationException(String) - Constructor for class javax.xml.parsers.ParserConfigurationException
Constructs a new ParserConfigurationException with the given detail message.
ParserFactory - class org.xml.sax.helpers.ParserFactory.
Deprecated. This class works with the deprecated Parser interface.
parseSome() - Method in class org.apache.xerces.framework.XMLParser
Application-driven parsing.
parseSome(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Entry point for parsing
parseSomeSetup(InputSource) - Method in class org.apache.xerces.framework.XMLParser
Setup for application-driven parsing.
part - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity part (?).
permil - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity permil (?).
perp - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity perp (?).
phi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity phi (?).
Phi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Phi (?).
pi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity pi (?).
Pi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Pi (?).
piv - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity piv (?).
plusmn - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity plusmn (±).
popContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Revert to the previous Namespace context.
pound - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity pound (£).
preFormatNode(Node) - Method in interface org.enhydra.xml.io.Formatter
Format the contents of a node that can later be returned by a node implementing FormattedText.
PreFormattedText - interface org.enhydra.xml.io.PreFormattedText.
 
PreFormattedTextDocument - interface org.enhydra.xml.io.PreFormattedTextDocument.
 
prepare() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
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.
prime - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prime (?).
Prime - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Prime (?).
PRINT_ALL - Static variable in class org.enhydra.xml.dom.DOMInfo
All Print options, except NO_RECURSION.
PRINT_ALL - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_ATTR_DETAILS - Static variable in class org.enhydra.xml.dom.DOMInfo
Print attributes as the Nodes that represent them.
PRINT_CDATA - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_COMMENT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_DEFAULT - Static variable in class org.enhydra.xml.dom.DOMInfo
Default print options.
PRINT_DEFAULT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_DOCUMENTTYPE - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_TEXT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printDoctypeURL(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Print a document type public or system identifier URL.
Printer - class org.apache.xml.serialize.Printer.
The printer is responsible for sending text to the output stream or writer.
Printer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.Printer
 
printEscaped(char) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
printEscaped(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Escapes a string so it may be printed as text content or attribute value.
printIndent() - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
printNode(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNode(String, Node, OutputStream) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNode(String, Node, PrintWriter) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNodeName(Node) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
printNodeName(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMInfoPrinter
 
printSpace() - Method in class org.apache.xml.serialize.Printer
 
printStats(String, Node, int, OutputStream) - Static method in class org.enhydra.xml.dom.DOMStats
Collect and print statistics about a DOM tree or subtree.
printStats(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMStats
Collect and print statistics about a DOM tree or subtree.
printText(char) - Method in class org.apache.xml.serialize.Printer
 
printText(char[], int, int) - Method in class org.apache.xml.serialize.Printer
 
printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print additional text with whitespace handling.
printText(String) - Method in class org.apache.xml.serialize.Printer
 
printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
printText(StringBuffer) - Method in class org.apache.xml.serialize.Printer
 
printTree(String, Node) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children to stderr..
printTree(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node and its children.
printTree(String, Node, OutputStream) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children.
printTree(String, Node, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children.
processAttributes(Element) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the attributes of an element.
processAttributes(Element) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processAttributes(Element) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
processAttributes(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the attributes of an element.
processChildren(Node) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the children of a node.
processChildren(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the children of a node.
processChildren(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processChildren(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
processDocumentType(Document) - Method in class org.enhydra.xml.dom.DOMTraversal
Process a DocumentType attribute of a Document node, if it exists.
processDocumentType(Document) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process a DocumentType attribute of a Document node, if it exists.
processDocumentType(Document) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processDocumentType(Document) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the contents of a DocumentType node,
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the contents of a DocumentType node,
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
 
processingAttribute() - Method in class org.enhydra.xml.dom.DOMTraversal
Are we currently processing an attribute node or its descendents?
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.
processingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for processing instruction.
processingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
Callback for processing instruction in DTD.
processingInstruction(int, int) - Method in class org.apache.xerces.parsers.DOMParser
Processing instruction.
processingInstruction(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Processing instruction.
processingInstruction(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
processingInstruction(String, String) - Method in class org.apache.xml.serialize.TextSerializer
 
processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 processing instruction event.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a processing instruction event.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 processing instruction event.
processName(String, String[], boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Process a raw XML 1.0 name.
processNode(Node) - Method in class org.enhydra.xml.dom.DOMTraversal
Processing based on node type.
processNode(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Processing based on node type.
processNode(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
 
processNode(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
 
prod - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prod (?).
prop - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prop (?).
psi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity psi (?).
Psi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Psi (?).
pushContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Start a new Namespace context.

Enhydra 3.1b2 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _