Overview
Package
Class
Tree
Deprecated
Index
Help
XML for Java Compatibility API 2.0.15
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
P
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
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.
parseDTD(InputSource)
- Method in class com.ibm.xml.parser.
Parser
Parses the specified input source.
Parser
- class com.ibm.xml.parser.
Parser
.
This parser provides a backward compatibile API on top of the new parser architecture.
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
.
PIHandler
- interface com.ibm.xml.parser.
PIHandler
.
An interface for receiving control when PIs are recognized by the XML4J parser.
point(Document)
- 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.
Pointed
- class com.ibm.xml.xpointer.
Pointed
.
Pointed provides support for strings or Nodes being pointed to by an XPointer.
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.
Pointed()
- Constructor for class com.ibm.xml.xpointer.
Pointed
prepareTable(String)
- Method in class com.ibm.xml.parser.
DTD
Prepare a hash table for use by the
getInsertableElements()
and
getAppendableElements()
methods.
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.
preserves
- Variable in class com.ibm.xml.parser.
FormatPrintVisitor
print(Writer)
- Method in class com.ibm.xml.parser.
Child
Print this Node and any children in XML format, using the default character encoding.
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
.
printer
- Static variable in class com.ibm.xml.parser.
Stderr
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.
processAfterRemove(Node)
- Method in class com.ibm.xml.parser.
Parent
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
- Static variable in class com.ibm.xml.parser.
Child
PseudoNode(String)
- Constructor for class com.ibm.xml.parser.
PseudoNode
Constructor.
publicId
- Variable in class com.ibm.xml.parser.
Stderr
Public id of last call to
getInputStream()
.
Overview
Package
Class
Tree
Deprecated
Index
Help
XML for Java Compatibility API 2.0.15
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X