Xerces 3.1.1 API: P-Index
Xerces 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _

P

parameterEntityDecl(int) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated.  
parenDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
Report the parenthesis nesting depth.
ParentNode - class org.apache.xerces.dom.ParentNode.
ParentNode inherits from NodeImpl and adds the capability of having child nodes.
parentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the parent Node from the current node, after applying filter, whatToshow.
parentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
Moves to and returns the closest visible ancestor node of the current node.
ParentNode() - Constructor for class org.apache.xerces.dom.ParentNode
Constructor for serialization.
ParentNode(DocumentImpl) - Constructor for class org.apache.xerces.dom.ParentNode
No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methods
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 org.apache.xerces.framework.XMLParser
Parses the specified input source.
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) - Method in class javax.xml.parsers.DocumentBuilder
Parses the content of the given InputSource and returns a Document object.
parse(InputSource) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Deprecated. Parses the specified input source.
parse(InputSource) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated. Parses the specified input source.
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 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) - Method in class javax.xml.parsers.DocumentBuilder
Parses the content of the given URI and returns a Document object.
parse(String) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Deprecated.  
parse(String) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated. Parses the input source specified by the given system identifier.
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.
popContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Revert to the previous Namespace context.
prepare() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
preventDefault - Variable in class org.apache.xerces.dom.events.EventImpl
 
preventDefault() - Method in class org.apache.xerces.dom.events.EventImpl
Prevents any default processing built into the target node from occurring.
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 class org.apache.xerces.dom.NodeIteratorImpl
Return the previous Node in the Iterator.
previousNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the previous Node from the current node, after applying filter, whatToshow.
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 - Variable in class org.apache.xerces.dom.ChildNode
Previous sibling.
previousSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the previous sibling Node from the current node, after applying filter, whatToshow.
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() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Prints out the tables.
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.
printSpace() - Method in class org.apache.xml.serialize.Printer
 
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
 
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a ProcessingInstruction.
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(int, int) - Method in class com.ibm.xml.parsers.SAXParser
Deprecated. 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 class org.apache.html.dom.HTMLBuilder
 
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.
ProcessingInstructionImpl - class org.apache.xerces.dom.ProcessingInstructionImpl.
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
ProcessingInstructionImpl(DocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ProcessingInstructionImpl
Factory constructor.
processName(String, String[], boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Process a raw XML 1.0 name.
publicId - Variable in class org.apache.xerces.dom.EntityImpl
Public identifier.
publicId - Variable in class org.apache.xerces.dom.NotationImpl
Public identifier.
publicID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 
pushContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Start a new Namespace context.
putIdentifier(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Registers an identifier name with a specified element node.
putIdentifier(String, Element) - Method in class org.apache.xerces.dom.DocumentImpl
Registers an identifier name with a specified element node.

Xerces 3.1.1
A B C D E F G H I J K L M N O P R S T U V W X _