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

P

parenDepth() - Method in class org.apache.xerces.framework.XMLDTDScanner
Report the parenthesis nesting depth.
parentNode - Variable in class org.apache.xerces.dom.NodeImpl
Parent node.
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.
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.ParserAdapter
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(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.ParserAdapter
Parse an XML document.
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.
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.
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.
prefix - Variable in class org.apache.xerces.dom.ElementNSImpl
DOM2: Prefix
prefix - Variable in class org.apache.xerces.dom.AttrNSImpl
DOM2: Prefix
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.TreeWalkerImpl
Return the previous Node from the current node, after applying filter, whatToshow.
previousNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the previous Node in the Iterator.
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 - Variable in class org.apache.xerces.dom.NodeImpl
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.
printSpace() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print a single space between text parts that may be broken into separate lines.
printText(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
printText(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print additional text.
printText(String, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print additional text with whitespace handling.
printText(StringBuffer, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
processCharacters(char[], int, int) - Method in class org.apache.xerces.framework.XMLParser
Character data.
processCharacters(int) - Method in class org.apache.xerces.framework.XMLParser
Character data.
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.
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 org.apache.xerces.framework.XMLParser
callback for 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.ParserAdapter
Adapt a SAX1 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.XMLReaderAdapter
Adapt a SAX2 processing instruction event.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a 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.
processingInstructionInDTD(int, int) - Method in class org.apache.xerces.parsers.SAXParser
 
processingInstructionInDTD(int, int) - Method in class org.apache.xerces.framework.XMLParser
Callback for processing instruction in DTD.
processName(String, String[], boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Process a raw XML 1.0 name.
processWhitespace(char[], int, int) - Method in class org.apache.xerces.framework.XMLParser
White space.
processWhitespace(int) - Method in class org.apache.xerces.framework.XMLParser
White space.
publicId - Variable in class org.apache.xerces.dom.NotationImpl
Public identifier.
publicId - Variable in class org.apache.xerces.dom.EntityImpl
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 1.0.3
A B C D E F G H I K L M N O P R S T U V W X _