XML Parser for Java 1.1.9
A B C D E F G H I L M N O P Q R S T U V W X

P

Parent - class com.ibm.xml.parser.Parent.
The Parent class extends Child and provides services in support of non-leaf Nodes.
Parent() - Constructor for class com.ibm.xml.parser.Parent
 
parse(InputSource) - Method in class com.ibm.xml.parser.SAXDriver
Begin parsing an XML document from any valid input source (a character stream or a byte stream).
parse(InputSource) - Method in interface org.xml.sax.Parser
Parse an XML document.
parse(String) - Method in class com.ibm.xml.parser.SAXDriver
Begin parsing an XML document from a system identifier (URI).
parse(String) - Method in class com.ibm.xml.xpointer.XPointerParser
Parse the specified string into an XPointer.
parse(String) - Method in interface org.xml.sax.Parser
Parse an XML document from a system identifier (URI).
parse(String, int) - Method in class com.ibm.xml.xpointer.XPointerParser
Parse the specified string from the specified offset into an XPointer.
Parser - class com.ibm.xml.parser.Parser.
Parser is the XML4J parser that examines an XML document and generates an object tree of Document Object Model (DOM) Nodes.
Parser - interface org.xml.sax.Parser.
Basic interface for SAX (Simple API for XML) parsers.
Parser(String) - Constructor for class com.ibm.xml.parser.Parser
Constructor when using the default ErrorListener and StreamProducer.
Parser(String, ErrorListener, StreamProducer) - Constructor for class com.ibm.xml.parser.Parser
Constructor when NOT using the default ErrorListener or StreamProducer.
ParserFactory - class org.xml.sax.helpers.ParserFactory.
Java-specific class for dynamically loading SAX parsers.
ParserFactory() - Constructor for class org.xml.sax.helpers.ParserFactory
 
PIHandler - interface com.ibm.xml.parser.PIHandler.
An interface for receiving control when PIs are recognized by the XML4J parser.
point(Document) - Method in class com.ibm.xml.xpointer.XPointer
Returns the locations in the specified document that are satisfied by this XPointer.
point(Node) - Method in class com.ibm.xml.xpointer.XPointer
Returns the locations in the specified originNode that are satisfied by this XPointer.
Pointed - class com.ibm.xml.xpointer.Pointed.
Pointed provides support for strings or Nodes being pointed to by an XPointer.
Pointed.Item - class com.ibm.xml.xpointer.Pointed.Item.
Item provides support for an individual string or Node being pointed to by an XPointer.
Pointed.Item(Node, String, int, int) - Constructor for class com.ibm.xml.xpointer.Pointed.Item
Constructor.
Pointed() - Constructor for class com.ibm.xml.xpointer.Pointed
 
prepareTable(String) - Method in class com.ibm.xml.parser.DTD
Prepare a hash table for use by the getInsertableElements() and getAppendableElements() methods.
PreRootHandler - interface com.ibm.xml.parser.PreRootHandler.
An interface for receiving control from the XML4J parser after the internal and/or external DTD subsets are parsed, but before the document's root Element is parsed.
preserves - Variable in class com.ibm.xml.parser.FormatPrintVisitor
 
print(Writer) - Method in class com.ibm.xml.parser.Child
Print this Node and any children in XML format, using the default character encoding.
print(Writer, String) - Method in class com.ibm.xml.parser.Child
Print this Node and any children in XML format, using the specified character encoding.
printer - Static variable in class com.ibm.xml.parser.Stderr
 
printExternal(Writer, String) - Method in class com.ibm.xml.parser.DTD
Print this DTD's external subset in XML format using the specified character encoding.
printSpace(Writer, int) - Static method in class com.ibm.xml.parser.Util
Prints n spaces.
printWithFormat(Writer) - Method in class com.ibm.xml.parser.TXDocument
Format and print this Node and any children in XML format using the default character encoding.
printWithFormat(Writer, String) - Method in class com.ibm.xml.parser.TXDocument
Format and print this Node and any children in XML format using the specified character encoding.
printWithFormat(Writer, String, int) - Method in class com.ibm.xml.parser.TXDocument
Format and print this Node and any children in XML format, using the specified character encoding, and indented by indent spaces.
processAfterRemove(Node) - Method in class com.ibm.xml.parser.Parent
 
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(String, String) - Method in class org.xml.sax.HandlerBase
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
Receive notification of a processing instruction.
PseudoNode - class com.ibm.xml.parser.PseudoNode.
PseudoNode provides support, in place of actual DOM Nodes, for generated document objects when document validity is not an issue.
PSEUDONODE - Static variable in class com.ibm.xml.parser.Child
 
PseudoNode(String) - Constructor for class com.ibm.xml.parser.PseudoNode
Constructor.

XML Parser for Java 1.1.9
A B C D E F G H I L M N O P Q R S T U V W X