Xerces 3.1.1 API: P-Index
A B C D E F G H I J K L M N O P R S T U V W X _
P
Deprecated.
parenDepth() -
Method in class org.apache.xerces.framework.XMLDTDScanner
Report the parenthesis nesting depth.
ParentNode - class org.apache.xerces.dom.ParentNode .ParentNode inherits from NodeImpl and adds the capability of having child
nodes. parentNode() -
Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the parent Node from the current node,
after applying filter, whatToshow.
parentNode() -
Method in interface org.w3c.dom.traversal.TreeWalker
Moves to and returns the closest visible ancestor node of the current
node.
ParentNode() -
Constructor for class org.apache.xerces.dom.ParentNode
Constructor for serialization.
ParentNode(DocumentImpl) -
Constructor for class org.apache.xerces.dom.ParentNode
No public constructor; only subclasses of ParentNode should be
instantiated, and those normally via a Document's factory methods
Parses the content of the given File
and returns a
Document
object.
Parses the content of the given File
as an XML document
using the specified HandlerBase
object.
Method in class org.apache.xerces.framework.XMLParser
Parses the specified input source.
Deprecated. Parse an XML document.
Parse an XML document.
Parse the document.
Parse a document.
Parse an XML document.
Parses the content of the given InputSource
and returns
a Document
object.
Deprecated. Parses the specified input source.
Deprecated. Parses the specified input source.
Parses the content of the given InputSource
as an XML
document using the specified HandlerBase
object.
Parses the contents of the given InputStream
and returns
a Document
object.
Parses the contents of the given InputStream
as an XML
document using the specified HandlerBase
object.
parse(String) -
Method in class org.apache.xerces.framework.XMLParser
Parses the input source specified by the given system identifier.
Deprecated. Parse an XML document from a system identifier (URI).
Parse an XML document from a system identifier (URI).
Parse the document.
Parse a document.
Parse an XML document.
Parses the content of the given URI and returns a Document
object.
Deprecated.
Deprecated. Parses the input source specified by the given system identifier.
Parses the content of the given URI as an XML document using the
specified HandlerBase
object.
Construct a new parser adapter.
Construct a new parser adapter.
Constructs a new ParserConfigurationException
with no
detail message.
Constructs a new ParserConfigurationException
with the
given detail message.
interface. parseSome() -
Method in class org.apache.xerces.framework.XMLParser
Application-driven parsing.
parseSome(boolean) -
Method in class org.apache.xerces.framework.XMLDocumentScanner
Entry point for parsing
Method in class org.apache.xerces.framework.XMLParser
Setup for application-driven parsing.
Revert to the previous Namespace context.
preventDefault -
Variable in class org.apache.xerces.dom.events.EventImpl
preventDefault() -
Method in class org.apache.xerces.dom.events.EventImpl
Prevents any default processing built into the target node from
occurring.
preventDefault() -
Method in interface org.w3c.dom.events.Event
If an event is cancelable, the preventDefault
method is
used to signify that the event is to be canceled, meaning any default
action normally taken by the implementation as a result of the event
will not occur.
previousNode() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the previous Node in the Iterator.
previousNode() -
Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the previous Node from the current node,
after applying filter, whatToshow.
previousNode() -
Method in interface org.w3c.dom.traversal.NodeIterator
Returns the previous node in the set and moves the position of the
NodeIterator
backwards in the set.
previousNode() -
Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker
to the previous visible node in
document order relative to the current node, and returns the new
node.
previousSibling -
Variable in class org.apache.xerces.dom.ChildNode
Previous sibling.
previousSibling() -
Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the previous sibling Node from the current node,
after applying filter, whatToshow.
previousSibling() -
Method in interface org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker
to the previous sibling of the
current node, and returns the new node.
print() -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
Prints out the tables.
Print a document type public or system identifier URL.
Escapes a string so it may be printed as text content or attribute
value.
Called to print additional text with whitespace handling.
PROCESSING_INSTRUCTION_NODE -
Static variable in interface org.w3c.dom.Node
The node is a ProcessingInstruction
.
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(int, int) -
Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for processing instruction.
processingInstruction(int, int) -
Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
Callback for processing instruction in DTD.
processingInstruction(int, int) -
Method in class org.apache.xerces.parsers.DOMParser
Processing instruction.
processingInstruction(int, int) -
Method in class org.apache.xerces.parsers.SAXParser
Processing instruction.
Deprecated. Processing instruction.
processingInstruction(String, String) -
Method in class org.apache.html.dom.HTMLBuilder
Receive notification of a processing instruction.
Deprecated. Receive notification of a processing instruction.
Deprecated. Receive notification of a processing instruction.
Adapt a SAX2 processing instruction event.
Filter a processing instruction event.
Receive notification of a processing instruction.
Adapt a SAX1 processing instruction event.
ProcessingInstructionImpl - class org.apache.xerces.dom.ProcessingInstructionImpl .Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content. ProcessingInstructionImpl(DocumentImpl, String, String) -
Constructor for class org.apache.xerces.dom.ProcessingInstructionImpl
Factory constructor.
Process a raw XML 1.0 name.
publicId -
Variable in class org.apache.xerces.dom.EntityImpl
Public identifier.
publicId -
Variable in class org.apache.xerces.dom.NotationImpl
Public identifier.
publicID -
Variable in class org.apache.xerces.dom.DocumentTypeImpl
Start a new Namespace context.
putIdentifier(int, int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
Registers an identifier name with a specified element node.
putIdentifier(String, Element) -
Method in class org.apache.xerces.dom.DocumentImpl
Registers an identifier name with a specified element node.
A B C D E F G H I J K L M N O P R S T U V W X _