Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS
A B C D E F G H I L M N O P Q R S T U V W X

P

PCDATA. Static variable in interface org.w3c.dom.ElementDefinition
PCDATAToken interface org.w3c.dom.PCDATAToken.
PI interface org.w3c.dom.PI.
PI. Static variable in interface org.w3c.dom.Node
PIHandler interface com.ibm.xml.parser.PIHandler.
An interface for receiving control when PIs are recognized by the XML4J parser.
PLUS. Static variable in interface org.w3c.dom.ElementToken
PLUS. Static variable in interface org.w3c.dom.ModelGroup
PSEUDONODE. Static variable in class com.ibm.xml.parser.Child
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
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(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.
Parser interface org.xml.sax.Parser.
Basic interface for SAX (Simple API for XML) parsers.
ParserFactory class org.xml.sax.helpers.ParserFactory.
Java-specific class for dynamically loading SAX parsers.
ParserFactory(). Constructor for class org.xml.sax.helpers.ParserFactory
Pointed class com.ibm.xml.xpointer.Pointed.
Pointed provides support for strings or Nodes being pointed to by an XPointer.
Pointed(). Constructor for class com.ibm.xml.xpointer.Pointed
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.
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.
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(String). Constructor for class com.ibm.xml.parser.PseudoNode
Constructor.
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(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, int). Method in class com.ibm.xml.xpointer.XPointerParser
Parse the specified string from the specified offset into an XPointer.
parse(InputSource). Method in interface org.xml.sax.Parser
Parse an XML document.
parse(String). Method in interface org.xml.sax.Parser
Parse an XML document from a system identifier (URI).
point(TXDocument). 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.
prepareTable(String). Method in class com.ibm.xml.parser.DTD
Prepare a hash table for use by the getInsertableElements() and getAppendableElements() methods.
preserves. Variable in class com.ibm.xml.parser.FormatPrintVisitor
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.
print(Writer). Method in class com.ibm.xml.parser.Child
Print this Node and any children in XML format, using the default character encoding.
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.
printer. Static variable in class com.ibm.xml.parser.Stderr
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.

A B C D E F G H I L M N O P Q R S T U V W X
Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS