- ParentNode - Class in nu.xom
-
The generic superclass for nodes that have children.
- ParsingException - Exception in nu.xom
-
The generic superclass for all the
checked exceptions thrown in XOM.
- ParsingException(String, Throwable) - Constructor for exception nu.xom.ParsingException
-
Creates a new ParsingException
with a detail message
and an underlying root cause.
- ParsingException(String, String, Throwable) - Constructor for exception nu.xom.ParsingException
-
Creates a new ParsingException
with a detail message
and an underlying root cause.
- ParsingException(String, int, int) - Constructor for exception nu.xom.ParsingException
-
Creates a new ParsingException
with a detail message
and line and column numbers.
- ParsingException(String, String, int, int) - Constructor for exception nu.xom.ParsingException
-
Creates a new ParsingException
with a detail message
and line and column numbers.
- ParsingException(String, String, int, int, Throwable) - Constructor for exception 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 exception nu.xom.ParsingException
-
Creates a new ParsingException
with a detail
message, line and column numbers, and an underlying exception.
- ParsingException(String) - Constructor for exception nu.xom.ParsingException
-
Creates a new ParsingException
with a detail message.
- ProcessingInstruction - Class in nu.xom
-
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.