- previousNode() - Method in class com.jaunt.Node
-
Returns the previous node, or null if none exists.
- previousNodeSibling() - Method in class com.jaunt.Node
-
Return the previous sibling Node (ie, the prevous Node that has the same parent) or null if none exists.
- PROCESSING_INSTRUCTION - Static variable in class com.jaunt.Comment
-
commentType constant denoting a comment of type processing instruction (eg, <?xml version="1.0" encoding="UTF-8"?>
)
- ProxyAuthenticator - Class in com.jaunt.util
-
Represents the system-level credentials necessary for performing proxy authentication.
- put(String, String) - Method in interface com.jaunt.util.Cache
-
Stores the specified HTML/XML source content retrieved from the specified url into the cache, or does nothing if the specified content is null.
- put(String, String) - Method in class com.jaunt.util.FileSystemCache
-
Stores the specified HTML/XML content retrieved from the specified url into the cache, or does nothing if the specified content is null.
- put(K, V) - Method in class com.jaunt.util.MultiMap
-
Associates the specified key with an additional value, and does not replace any value already associated with the key.
- putAll(K, List<V>) - Method in class com.jaunt.util.MultiMap
-
Associates the specified key with the additional elements of the specified List