A B C D E F G H I M N P R S T U V W X

P

ParentNode - class nu.xom.ParentNode.
The generic superclass for nodes that have children.
ParsingException - exception nu.xom.ParsingException.
The generic superclass for all the checked exceptions thrown in XOM.
ParsingException(String, Throwable) - Constructor for class nu.xom.ParsingException
Creates a new ParsingException with a detail message and an underlying root cause.
ParsingException(String, String, Throwable) - Constructor for class nu.xom.ParsingException
Creates a new ParsingException with a detail message and an underlying root cause.
ParsingException(String, int, int) - Constructor for class nu.xom.ParsingException
Creates a new ParsingException with a detail message and line and column numbers.
ParsingException(String, String, int, int) - Constructor for class nu.xom.ParsingException
Creates a new ParsingException with a detail message and line and column numbers.
ParsingException(String, String, int, int, Throwable) - Constructor for class nu.xom.ParsingException
Creates a new ParsingException with a detail message, line and column numbers, and an underlying exception.
ParsingException(String, int, int, Throwable) - Constructor for class nu.xom.ParsingException
Creates a new ParsingException with a detail message, line and column numbers, and an underlying exception.
ParsingException(String) - Constructor for class nu.xom.ParsingException
Creates a new ParsingException with a detail message.
ProcessingInstruction - class nu.xom.ProcessingInstruction.
This class represents an XML processing instruction.
ProcessingInstruction(String, String) - Constructor for class nu.xom.ProcessingInstruction
Create a processing instruction with a certain target and data.
ProcessingInstruction(ProcessingInstruction) - Constructor for class nu.xom.ProcessingInstruction
Create a copy of a processing instruction.

A B C D E F G H I M N P R S T U V W X
Copyright 2002-2005 Elliotte Rusty Harold

elharo@metalab.unc.edu