XML Parser for Java 1.1.9
A B C D E F G H I L M N O P Q R S T U V W X

V

Version - class com.ibm.xml.parser.Version.
XML4J administrative class to keep track of the version number of the release.
Version() - Constructor for class com.ibm.xml.parser.Version
 
visitAttDefPost(AttDef) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of an AttDef Node is recognized when traversing the document object tree.
visitAttDefPost(AttDef) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of an AttDef Node is recognized when traversing the document object tree.
visitAttDefPre(AttDef) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of an AttDef Node is recognized when traversing the document object tree.
visitAttDefPre(AttDef) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified attDef Node in XML format.
visitAttDefPre(AttDef) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of an AttDef Node is recognized when traversing the document object tree.
visitAttDefPre(AttDef) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore AttDef Nodes.
visitAttlistPost(Attlist) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of an Attlist Node is recognized when traversing the document object tree.
visitAttlistPost(Attlist) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of an Attlist Node is recognized when traversing the document object tree.
visitAttlistPre(Attlist) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of an Attlist Node is recognized when traversing the document object tree.
visitAttlistPre(Attlist) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified attlist Node and any associated AttDefs in XML format.
visitAttlistPre(Attlist) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of an Attlist Node is recognized when traversing the document object tree.
visitAttlistPre(Attlist) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the specified attlist Node and any associated AttDefs in XML format, and directs it to the print writer.
visitAttlistPre(Attlist) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore Attlist Nodes.
visitAttributePost(TXAttribute) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a TXAttribute Node is recognized when traversing the document object tree.
visitAttributePost(TXAttribute) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the endt of a TXAttribute Node is recognized when traversing the document object tree.
visitAttributePre(TXAttribute) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a TXAttribute Node is recognized when traversing the document object tree.
visitAttributePre(TXAttribute) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified attribute Node in XML format.
visitAttributePre(TXAttribute) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a TXAttribute Node is recognized when traversing the document object tree.
visitAttributePre(TXAttribute) - Method in class com.ibm.xml.parser.MakeDigestVisitor
Calculates and sets a digest for the specified attribute.
visitAttributePre(TXAttribute) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Creates a formatted string representation of the specified attribute Node and its associated attributes, and directs it to the print writer.
visitCommentPost(TXComment) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a TXComment Node is recognized when traversing the document object tree.
visitCommentPost(TXComment) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a TXComment Node is recognized when traversing the document object tree.
visitCommentPre(TXComment) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a TXComment Node is recognized when traversing the document object tree.
visitCommentPre(TXComment) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified comment Node in XML format.
visitCommentPre(TXComment) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a TXComment Node is recognized when traversing the document object tree.
visitCommentPre(TXComment) - Method in class com.ibm.xml.parser.MakeDigestVisitor
Calculates and sets a digest for the specified comment.
visitCommentPre(TXComment) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the specified comment Node in XML format, and directs it to the print writer.
visitDocumentFragmentPost(TXDocumentFragment) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a TXDocumentFragment Node is recognized when traversing the document object tree.
visitDocumentFragmentPost(TXDocumentFragment) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a TXDocumentFragment Node is recognized when traversing the document object tree.
visitDocumentFragmentPre(TXDocumentFragment) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a TXDocumentFragment Node is recognized when traversing the document object tree.
visitDocumentFragmentPre(TXDocumentFragment) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a TXDocumentFragment Node is recognized when traversing the document object tree.
visitDocumentPost(TXDocument) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a TXDocument Node is recognized when traversing the document object tree.
visitDocumentPost(TXDocument) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Flush the writer.
visitDocumentPost(TXDocument) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a TXDocument Node is recognized when traversing the document object tree.
visitDocumentPost(TXDocument) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Flush the writer.
visitDocumentPost(TXDocument) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Flush the writer.
visitDocumentPre(TXDocument) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a TXDocument Node is recognized when traversing the document object tree.
visitDocumentPre(TXDocument) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified document Node in XML format.
visitDocumentPre(TXDocument) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a TXDocument Node is recognized when traversing the document object tree.
visitDocumentPre(TXDocument) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Writes the doctype from the constructor (if any).
visitDTDPost(DTD) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a DTD Node is recognized when traversing the document object tree.
visitDTDPost(DTD) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified dtd Node, and optionally its internal DTD subset, in XML format.
visitDTDPost(DTD) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a DTD Node is recognized when traversing the document object tree.
visitDTDPost(DTD) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the end of the specified dtd Node in XML format, and directs it to the print writer.
visitDTDPost(DTD) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore DTD Nodes.
visitDTDPre(DTD) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a DTD Node is recognized when traversing the document object tree.
visitDTDPre(DTD) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified dtd Node, and optionally its internal DTD subset, in XML format.
visitDTDPre(DTD) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a DTD Node is recognized when traversing the document object tree.
visitDTDPre(DTD) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the start of the specified dtd Node in XML format, and directs it to the print writer.
visitDTDPre(DTD) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore DTD Nodes.
Visitee - interface com.ibm.xml.parser.Visitee.
An interface of the visitor design pattern which defines the accept operations when a Node is recognized when traversing the document object tree.
visitElementDeclPost(ElementDecl) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of an ElementDecl Node is recognized when traversing the document object tree.
visitElementDeclPost(ElementDecl) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of an ElementDecl Node is recognized when traversing the document object tree.
visitElementDeclPre(ElementDecl) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of an ElementDecl Node is recognized when traversing the document object tree.
visitElementDeclPre(ElementDecl) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified elementDecl Node in XML format.
visitElementDeclPre(ElementDecl) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of an ElementDecl Node is recognized when traversing the document object tree.
visitElementDeclPre(ElementDecl) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the specified elementDecl Node in XML format, and directs it to the print writer.
visitElementDeclPre(ElementDecl) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore ElementDecl Nodes.
visitElementPost(TXElement) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a TXElement Node is recognized when traversing the document object tree.
visitElementPost(TXElement) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the end of the specified element Node in XML format.
visitElementPost(TXElement) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a TXElement Node is recognized when traversing the document object tree.
visitElementPost(TXElement) - Method in class com.ibm.xml.parser.MakeDigestVisitor
Calculates and sets a digest for the specified element.
visitElementPost(TXElement) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the end of the specified element Node in XML format, and directs it to the print writer.
visitElementPost(TXElement) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Creates a formatted string representation of the end of the specified element Node, and directs it to the print writer.
visitElementPre(TXElement) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a TXElement Node is recognized when traversing the document object tree.
visitElementPre(TXElement) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the start of the specified element Node and its associated attributes in XML format.
visitElementPre(TXElement) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a TXElement Node is recognized when traversing the document object tree.
visitElementPre(TXElement) - Method in class com.ibm.xml.parser.MakeDigestVisitor
If the specified element already has a calculated digest, throw an exception to avoid unnecessary traversal of children.
visitElementPre(TXElement) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the start of the specified element Node and its associated attributes in XML format, and directs it to the print writer.
visitElementPre(TXElement) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Creates a formatted string representation of the start of the specified element Node and its associated attributes, and directs it to the print writer.
visitEntityDeclPost(EntityDecl) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of an EntityDecl Node is recognized when traversing the document object tree.
visitEntityDeclPost(EntityDecl) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of an EntityDecl Node is recognized when traversing the document object tree.
visitEntityDeclPre(EntityDecl) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of an EntityDecl Node is recognized when traversing the document object tree.
visitEntityDeclPre(EntityDecl) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified entityDecl Node in XML format.
visitEntityDeclPre(EntityDecl) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of an EntityDecl Node is recognized when traversing the document object tree.
visitEntityDeclPre(EntityDecl) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the specified entityDecl Node in XML format, and directs it to the print writer.
visitEntityDeclPre(EntityDecl) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore Entity Nodes.
visitGeneralReferencePost(GeneralReference) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a GeneralReference Node is recognized when traversing the document object tree.
visitGeneralReferencePost(GeneralReference) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a GeneralReference Node is recognized when traversing the document object tree.
visitGeneralReferencePre(GeneralReference) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a GeneralReference Node is recognized when traversing the document object tree.
visitGeneralReferencePre(GeneralReference) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified generalReference Node in XML format.
visitGeneralReferencePre(GeneralReference) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a GeneralReference Node is recognized when traversing the document object tree.
visitGeneralReferencePre(GeneralReference) - Method in class com.ibm.xml.parser.MakeDigestVisitor
Do nothing.
visitGeneralReferencePre(GeneralReference) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore GeneralReference Nodes.
visitNotationPost(TXNotation) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a TXNotation Node is recognized when traversing the document object tree.
visitNotationPost(TXNotation) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a TXNotation Node is recognized when traversing the document object tree.
visitNotationPre(TXNotation) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a TXNotation Node is recognized when traversing the document object tree.
visitNotationPre(TXNotation) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified notation Node in XML format.
visitNotationPre(TXNotation) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a TXNotation Node is recognized when traversing the document object tree.
visitNotationPre(TXNotation) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the specified notation Node in XML format, and directs it to the print writer.
visitNotationPre(TXNotation) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore TXNotation Nodes.
Visitor - interface com.ibm.xml.parser.Visitor.
An interface of the visitor design pattern which defines the visit operations for each concrete visitor (toXMLString, digest, ...) that can be performed on the DOM- and XML4J-defined Nodes as the document object tree is traversed.
visitPIPost(TXPI) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a TXPI Node is recognized when traversing the document object tree.
visitPIPost(TXPI) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a TXPI Node is recognized when traversing the document object tree.
visitPIPre(TXPI) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a TXPI Node is recognized when traversing the document object tree.
visitPIPre(TXPI) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified pi Node in XML format.
visitPIPre(TXPI) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a TXPI Node is recognized when traversing the document object tree.
visitPIPre(TXPI) - Method in class com.ibm.xml.parser.MakeDigestVisitor
Calculates and sets a digest for the specified pi.
visitPIPre(TXPI) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the specified pi Node in XML format, and directs it to the print writer.
visitPIPre(TXPI) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Ignore TXPI Nodes.
visitPseudoNodePost(PseudoNode) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a PseudoNode is recognized when traversing the document object tree.
visitPseudoNodePost(PseudoNode) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a PseudoNode is recognized when traversing the document object tree.
visitPseudoNodePre(PseudoNode) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a PseudoNode is recognized when traversing the document object tree.
visitPseudoNodePre(PseudoNode) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified pseudoNode Node in XML format.
visitPseudoNodePre(PseudoNode) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a PseudoNode is recognized when traversing the document object tree.
visitTextPost(TXText) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the end of a TXText Node is recognized when traversing the document object tree.
visitTextPost(TXText) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the end of a TXText Node is recognized when traversing the document object tree.
visitTextPre(TXText) - Method in class com.ibm.xml.parser.NOOPVisitor
Subclass this method to receive control when the start of a TXText Node is recognized when traversing the document object tree.
visitTextPre(TXText) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Creates a string representation of the specified text Node in XML format.
visitTextPre(TXText) - Method in interface com.ibm.xml.parser.Visitor
Interface to be implemented for receiving control when the start of a TXText Node is recognized when traversing the document object tree.
visitTextPre(TXText) - Method in class com.ibm.xml.parser.MakeDigestVisitor
Calculates and sets a digest for the specified text.
visitTextPre(TXText) - Method in class com.ibm.xml.parser.FormatPrintVisitor
Creates a formatted string representation of the specified text Node in XML format, and directs it to the print writer.
visitTextPre(TXText) - Method in class com.ibm.xml.parser.util.HTMLPrintVisitor
Creates a formatted string representation of the specified text Node, and directs it to the print writer.

XML Parser for Java 1.1.9
A B C D E F G H I L M N O P Q R S T U V W X