Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS
A B C D E F G H I L M N O P Q R S T U V W X

S

SAXDriver class com.ibm.xml.parser.SAXDriver.

This is the Simple API for XML (SAX) 1.0 driver for IBM XML4J.

SAXDriver(). Constructor for class com.ibm.xml.parser.SAXDriver
SAXException exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException(String). Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception). Constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String, Exception). Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXParseException exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator). Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception). Constructor for class org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int). Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception). Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SEQ. Static variable in interface org.w3c.dom.ModelGroup
ST_ANCESTOR. Static variable in class com.ibm.xml.xpointer.XPointer
ST_ATTR. Static variable in class com.ibm.xml.xpointer.XPointer
ST_CHILD. Static variable in class com.ibm.xml.xpointer.XPointer
ST_DESCENDANT. Static variable in class com.ibm.xml.xpointer.XPointer
ST_FOLLOWING. Static variable in class com.ibm.xml.xpointer.XPointer
ST_FSIBLING. Static variable in class com.ibm.xml.xpointer.XPointer
ST_HTML. Static variable in class com.ibm.xml.xpointer.XPointer
ST_ID. Static variable in class com.ibm.xml.xpointer.XPointer
ST_NONE. Static variable in class com.ibm.xml.xpointer.XPointer
ST_ORIGIN. Static variable in class com.ibm.xml.xpointer.XPointer
ST_PRECEDING. Static variable in class com.ibm.xml.xpointer.XPointer
ST_PSIBLING. Static variable in class com.ibm.xml.xpointer.XPointer
ST_ROOT. Static variable in class com.ibm.xml.xpointer.XPointer
ST_SPAN. Static variable in class com.ibm.xml.xpointer.XPointer
ST_STRING. Static variable in class com.ibm.xml.xpointer.XPointer
SUBMINOR. Static variable in class com.ibm.xml.parser.Version
SubMinor version number.
S_ALL. Static variable in class com.ibm.xml.xpointer.XPointer
S_ALTSTYLESHEET. Static variable in class com.ibm.xml.parser.StylesheetPI
"alternate-stylesheet".
S_CDATA. Static variable in class com.ibm.xml.xpointer.XPointer
S_COMMENT. Static variable in class com.ibm.xml.xpointer.XPointer
S_ELEMENT. Static variable in class com.ibm.xml.xpointer.XPointer
S_END. Static variable in class com.ibm.xml.xpointer.XPointer
S_IMPLIED. Static variable in class com.ibm.xml.xpointer.XPointer
S_NIMPLIED. Static variable in class com.ibm.xml.xpointer.XPointer
S_PI. Static variable in class com.ibm.xml.xpointer.XPointer
S_SPACES. Static variable in class com.ibm.xml.parser.XMLChar
String of acceptable XML whitespace characters.
S_STYLESHEET. Static variable in class com.ibm.xml.parser.StylesheetPI
"stylesheet".
S_TEXT. Static variable in class com.ibm.xml.xpointer.XPointer
S_TEXTCSS. Static variable in class com.ibm.xml.parser.StylesheetPI
"text/css".
S_TYPESTR. Static variable in class com.ibm.xml.parser.AttDef
S_VERSION. Static variable in class com.ibm.xml.parser.Version
Version String like "1.0.1".
S_XMLALTSTYLESHEET. Static variable in class com.ibm.xml.parser.StylesheetPI
"xml:alternate-stylesheet".
S_XMLSTYLESHEET. Static variable in class com.ibm.xml.parser.StylesheetPI
"xml:stylesheet".
Source class com.ibm.xml.parser.Source.
Source is a data object that encapsulates whether a data source is byte-stream-oriented (InputStream) or character-stream-oriented (Reader).
Source(InputStream). Constructor for class com.ibm.xml.parser.Source
Constructor for byte-stream-oriented data.
Source(InputStream, String). Constructor for class com.ibm.xml.parser.Source
Constructor for byte-stream-oriented data.
Source(Reader). Constructor for class com.ibm.xml.parser.Source
Constructor for character-stream-oriented data.
SpanTerm class com.ibm.xml.xpointer.SpanTerm.
The SpanTerm class provides support for span location terms in XPointers.
SpanTerm(XPointer, XPointer). Constructor for class com.ibm.xml.xpointer.SpanTerm
Constructor.
Stderr class com.ibm.xml.parser.Stderr.
Stderr provides the XML4J parser's default implementations of the ErrorListener and StreamProducer interfaces.
Stderr(String). Constructor for class com.ibm.xml.parser.Stderr
Constructor.
StreamProducer interface com.ibm.xml.parser.StreamProducer.
An interface to be implemented in order to define the mechanisms for manipulating input streams.
StringTerm class com.ibm.xml.xpointer.StringTerm.
The StringTerm class provides support for string location terms in XPointers.
StringTerm(boolean, int, String, boolean, boolean, int, int). Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for specifying length and for full customization.
StringTerm(int, String, int). Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(instance,"string",position).
StringTerm(String, int). Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(all,"string",position).
StringTerm(int, String, boolean). Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(instance,"string",end).
StringTerm(String, boolean). Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(all,"string",end).
StringTerm(int, String). Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(instance,"string").
StringTerm(String). Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(all,"string").
StylesheetPI class com.ibm.xml.parser.StylesheetPI.

The StyleSheetPI class provides specific support for the stylesheet processing instruction (PI).

StylesheetPI(String). Constructor for class com.ibm.xml.parser.StylesheetPI
Cascading Style Sheet (CSS) stylesheet PI constructor.
StylesheetPI(String, String, String). Constructor for class com.ibm.xml.parser.StylesheetPI
XML and XML-alternate stylesheet PI constructor.
StylesheetPI(String, String, String, String). Constructor for class com.ibm.xml.parser.StylesheetPI
Generic constructor.
StylesheetPI(String, String, String, String, String). Constructor for class com.ibm.xml.parser.StylesheetPI
Generic constructor.
searchAncestors(String). Method in class com.ibm.xml.parser.Child
Returns the first TXElement match through all ancestors.
searchAncestors(int, String, String). Method in class com.ibm.xml.parser.Child
Returns the first TXElement match through all ancestors.
searchChildrenAll(String). Method in class com.ibm.xml.parser.TXElement
Returns an array of TXElement of matches through the immediate child Element Nodes.
searchDescendants(String). Method in class com.ibm.xml.parser.TXElement
Returns the first TXElement match through all child Element Nodes.
searchDescendants(int, String, String). Method in class com.ibm.xml.parser.TXElement
Returns the first TXElement match through all child Element Nodes.
searchDescendantsAll(String). Method in class com.ibm.xml.parser.TXElement
Returns an array of TXElement matches through all child Element Nodes.
searchDescendantsAll(int, String, String). Method in class com.ibm.xml.parser.TXElement
Returns an array of TXElement matches through all child Element Nodes.
setAbsTerm(AbsTerm). Method in class com.ibm.xml.xpointer.XPointer
Sets the absolute location term of this XPointer.
setAllowJavaEncodingName(boolean). Method in class com.ibm.xml.parser.Parser
Sets whether this parser allows Java encoding names to be specified in place of MIME charset names on xmlEncoding parameters.
setAllowedTokens(String). Method in class com.ibm.xml.parser.AttDef
Sets a list of all tokens that can be used as values for this enumerated attribute type; the returned value has no meaning for other attribute types.
setAllowedTokens(String). Method in interface org.w3c.dom.AttributeDefinition
setAttribute(Attribute). Method in class com.ibm.xml.parser.TXAttributeList
Adds or replaces an Attribute.
setAttribute(String, String). Method in class com.ibm.xml.parser.TXElement
Adds a new Attribute name/value pair to this Element using the appropriate factory.
setAttribute(TXAttribute). Method in class com.ibm.xml.parser.TXElement
Adds a new Attribute to this Element using the appropriate factory.
setAttribute(Attribute). Method in interface org.w3c.dom.AttributeList
setAttribute(String, String). Method in interface org.w3c.dom.Element
setAttributeDefinitions(Node). Method in class com.ibm.xml.parser.ElementDecl
Sets the attribute list that was defined by this element definition.
setAttributeDefinitions(Node). Method in interface org.w3c.dom.ElementDefinition
setAttributeList(AttributeList). Method in class org.xml.sax.helpers.AttributeListImpl
Set the attribute list, discarding previous contents.
setAttributeNode(Attribute). Method in class com.ibm.xml.parser.TXElement
Adds a new Attribute to this Element using the appropriate factory.
setAttributeNode(Attribute). Method in interface org.w3c.dom.Element
setAttributes(AttributeList). Method in class com.ibm.xml.parser.TXElement
Sets this Element's Attribute list from the specified TXAttributeList (preferred) or AttributeList.
setByteStream(InputStream). Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCharacterStream(Reader). Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setColumnNumber(int). Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setConnector(int). Method in interface org.w3c.dom.ModelGroup
setContentModel(ModelGroup). Method in class com.ibm.xml.parser.ElementDecl
Sets the content model used by this element definition.
setContentModel(ModelGroup). Method in interface org.w3c.dom.ElementDefinition
setContentModelNode(CMNode). Method in class com.ibm.xml.parser.ContentModel
Sets the content model associated with this model group content model.
setContentType(int). Method in class com.ibm.xml.parser.ElementDecl
Sets the content type which represents the content model used by this element definition.
setContentType(int). Method in interface org.w3c.dom.ElementDefinition
setContextInfo(DocumentContext). Method in class com.ibm.xml.parser.TXDocument
Sets this Document's document context.
setContextInfo(DocumentContext). Method in interface org.w3c.dom.Document
setDTDHandler(DTDHandler). Method in class com.ibm.xml.parser.SAXDriver
Register a DTD event handler.
setDTDHandler(DTDHandler). Method in interface org.xml.sax.Parser
Allow an application to register a DTD event handler.
setData(String). Method in class com.ibm.xml.parser.TXComment
Sets the actual content of the Comment Node.
setData(String). Method in class com.ibm.xml.parser.TXPI
Sets the data of the PI.
setData(String). Method in class com.ibm.xml.parser.TXText
Sets the actual content of the Text Node.
setData(String). Method in class com.ibm.xml.parser.PseudoNode
Sets the actual content of this Pseudo Node.
setData(String). Method in interface org.w3c.dom.PI
setData(String). Method in interface org.w3c.dom.Text
setData(String). Method in interface org.w3c.dom.Comment
setDeclaredType(int). Method in class com.ibm.xml.parser.AttDef
Sets the declared type of this attribute in the DTD definition.
setDeclaredType(int). Method in interface org.w3c.dom.AttributeDefinition
setDefaultStringValue(String). Method in class com.ibm.xml.parser.AttDef
Sets the default value of this attribute in the DTD definition.
setDefaultType(int). Method in class com.ibm.xml.parser.AttDef
Sets the default type of this attribute's value in the DTD definition.
setDefaultType(int). Method in interface org.w3c.dom.AttributeDefinition
setDefaultValue(Node). Method in class com.ibm.xml.parser.AttDef
Sets a Node whose children make up the default value of this attribute in the DTD definition.
setDefaultValue(Node). Method in interface org.w3c.dom.AttributeDefinition
setDigestAlgorithm(String). Method in class com.ibm.xml.parser.DefaultElementFactory
Sets the default message digest algorithm for use by createMessageDigest().
setDocument(Document). Method in class com.ibm.xml.parser.TXDocumentContext
Sets root Node of this document.
setDocument(Document). Method in interface org.w3c.dom.DocumentContext
setDocumentElement(Element). Method in class com.ibm.xml.parser.TXDocument
Sets this Document's root Element.
setDocumentElement(Element). Method in interface org.w3c.dom.Document
setDocumentHandler(DocumentHandler). Method in class com.ibm.xml.parser.SAXDriver
Register a document event handler.
setDocumentHandler(DocumentHandler). Method in interface org.xml.sax.Parser
Allow an application to register a document event handler.
setDocumentLocator(Locator). Method in class org.xml.sax.HandlerBase
Receive a Locator object for document events.
setDocumentLocator(Locator). Method in interface org.xml.sax.DocumentHandler
Receive an object for locating the origin of SAX document events.
setDocumentType(Node). Method in class com.ibm.xml.parser.TXDocument
Sets this Document's Type Definition (DTD).
setDocumentType(Node). Method in interface org.w3c.dom.Document
setElementFactory(ElementFactory). Method in class com.ibm.xml.parser.Parser
Sets the code to receive control when the various components of the Document Object Model (DOM) and XML4J need to be created and initialized.
setElementTypes(Node). Method in class com.ibm.xml.parser.DTD
Sets the Node whose children constitute the set of element types that were defined within this DTD's external and internal subset.
setElementTypes(Node). Method in interface org.w3c.dom.DocumentType
setEncoding(String). Method in class com.ibm.xml.parser.TXDocument
Sets the value of the XML encoding parameter from the XML prolog declaration (e.g.
setEncoding(String). Method in class com.ibm.xml.parser.DTD
Sets the value of the XML encoding parameter from the XML prolog declaration (e.g.
setEncoding(String). Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEndBy1stError(boolean). Method in class com.ibm.xml.parser.Parser
Sets whether this parser terminates processing when an initial error or exception occurs.
setEntityResolver(EntityResolver). Method in class com.ibm.xml.parser.SAXDriver
Register a custom entity resolver.
setEntityResolver(EntityResolver). Method in interface org.xml.sax.Parser
Allow an application to register a custom entity resolver.
setErrorHandler(ErrorHandler). Method in class com.ibm.xml.parser.SAXDriver
Register an error event handler.
setErrorHandler(ErrorHandler). Method in interface org.xml.sax.Parser
Allow an application to register an error event handler.
setErrorNoByteMark(boolean). Method in class com.ibm.xml.parser.Parser
Sets whether this parser treats missing byte marks in the input stream as an error, and reports this condition through the defined ErrorListener.
setExceptions(Node). Method in class com.ibm.xml.parser.ElementDecl
This method is only meaningful for HTML documents, and not for XML documents.
setExceptions(Node). Method in interface org.w3c.dom.ElementDefinition
setExpression(QueryExpression). Method in interface org.w3c.dom.Query
setExternalID(ExternalID). Method in class com.ibm.xml.parser.DTD
Sets the external ID associated with this DTD.
setExternalSubset(Node). Method in class com.ibm.xml.parser.DTD
Sets the Node whose children constitute this DTD's external subset.
setExternalSubset(Node). Method in interface org.w3c.dom.DocumentType
setFactory(ElementFactory). Method in class com.ibm.xml.parser.Child
Sets the factory to be used in creating this Node.
setFactory(ElementFactory). Method in class com.ibm.xml.parser.TXAttributeList
Sets the factory to be used in creating this Node.
setFactory(ElementFactory). Method in class com.ibm.xml.parser.ContentModel
Sets the factory to be used in creating this content model.
setGeneralEntities(Node). Method in class com.ibm.xml.parser.DTD
Sets the Node whose children constitute the set of general entities that were defined within this DTD's external and internal subset.
setGeneralEntities(Node). Method in interface org.w3c.dom.DocumentType
setInclusions(Node). Method in class com.ibm.xml.parser.ElementDecl
This method is only meaningful for HTML documents, and not for XML documents.
setInclusions(Node). Method in interface org.w3c.dom.ElementDefinition
setInternalSubset(Node). Method in class com.ibm.xml.parser.DTD
Sets the Node whose children constitute this DTD's internal subset.
setInternalSubset(Node). Method in interface org.w3c.dom.DocumentType
setIsExpanded(boolean). Method in interface org.w3c.dom.EntityReference
setIsIgnorableWhitespace(boolean). Method in class com.ibm.xml.parser.TXText
Sets, at the Text level, whether space is to be preserved.
setIsPublic(boolean). Method in class com.ibm.xml.parser.TXNotation
Sets if the Notation's external ID is a public ID (or system ID).
setIsPublic(boolean). Method in interface org.w3c.dom.Notation
setItem(String, Node). Method in interface org.w3c.dom.NamedNodeList
setKeepComment(boolean). Method in class com.ibm.xml.parser.Parser
Sets whether TXComment Nodes are created by this parser when XML comments are encountered.
setLeft(CMNode). Method in class com.ibm.xml.parser.CM2op
Sets the content model node prior to the separator type.
setLineNumber(int). Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLocale(Locale). Method in class com.ibm.xml.parser.SAXDriver
Sets a locale for errors and warnings.
setLocale(Locale). Method in class com.ibm.xml.parser.Parser
Sets a locale for error and warning messages.
setLocale(Locale). Method in interface org.xml.sax.Parser
Allow an application to request a locale for errors and warnings.
setMasterDoc(Document). Method in class com.ibm.xml.parser.TXDocument
Sets the Document Node asociated with this document fragment.
setMasterDoc(Document). Method in interface org.w3c.dom.DocumentFragment
setNSLocalName(String). Method in class com.ibm.xml.parser.TXPI
Sets the local name of the Namespace.
setNSLocalName(String). Method in interface com.ibm.xml.parser.Namespace
Sets the local name of the Namespace.
setNSLocalName(String). Method in class com.ibm.xml.parser.TXElement
Sets the local name of the Namespace.
setNSLocalName(String). Method in class com.ibm.xml.parser.TXAttribute
Sets the local name of the Namespace.
setNSName(String). Method in class com.ibm.xml.parser.TXPI
Sets the Namespace URI.
setNSName(String). Method in interface com.ibm.xml.parser.Namespace
Sets the Namespace URI.
setNSName(String). Method in class com.ibm.xml.parser.TXElement
Sets the Namespace URI.
setNSName(String). Method in class com.ibm.xml.parser.TXAttribute
Sets the Namespace URI.
setName(String). Method in class com.ibm.xml.parser.AttDef
Sets the name of this attribute in the DTD definition.
setName(String). Method in class com.ibm.xml.parser.TXPI
Sets the name of the PI.
setName(String). Method in class com.ibm.xml.parser.ElementDecl
Sets this element definition's name.
setName(String). Method in class com.ibm.xml.parser.TXNotation
Sets the name of the Notation.
setName(String). Method in class com.ibm.xml.parser.DTD
Sets this DTD's name.
setName(String). Method in interface org.w3c.dom.Notation
setName(String). Method in interface org.w3c.dom.PI
setName(String). Method in interface org.w3c.dom.ElementToken
setName(String). Method in interface org.w3c.dom.ElementDefinition
setName(String). Method in interface org.w3c.dom.AttributeDefinition
setName(String). Method in interface org.w3c.dom.DocumentType
setNamespaceParameters(Namespace). Method in class com.ibm.xml.parser.TXDocument
Returns the specified namespace with all aspects of its namespace set according to NamespacePIs defined in this document, and the raw tag name.
setNode(CMNode). Method in class com.ibm.xml.parser.CM1op
Sets the content model node associated with type.
setNotations(Node). Method in class com.ibm.xml.parser.DTD
Sets the Node whose children constitute the set of notations that were defined within this DTD's external and internal subset.
setNotations(Node). Method in interface org.w3c.dom.DocumentType
setOccurrence(int). Method in interface org.w3c.dom.ElementToken
setOccurrence(int). Method in interface org.w3c.dom.ModelGroup
setParameterEntities(Node). Method in class com.ibm.xml.parser.DTD
Sets the Node whose children constitute the set of parameter entities that were defined within this DTD's external and internal subset.
setParameterEntities(Node). Method in interface org.w3c.dom.DocumentType
setParent(Element). Method in class com.ibm.xml.parser.TXAttributeList
Sets this AttributeList and all its Child Attributes to have the specified parent Node.
setParsingExternal(boolean). Method in class com.ibm.xml.parser.DTD
Sets the flag which indicates if the internal of external DTD subset is currently being parsed.
setPreserveSpace(boolean). Method in class com.ibm.xml.parser.Parser
Sets, at the document level, whether space is to be preserved in the parsed document.
setPreserveSpace(boolean). Method in class com.ibm.xml.parser.TXElement
Sets, at the Element level, whether space is to be preserved.
setPrintInternalDTD(boolean). Method in class com.ibm.xml.parser.TXDocument
Sets whether the internal DTD is printed by the print() methods.
setPrintInternalDTD(boolean). Method in class com.ibm.xml.parser.DTD
Sets the flag which indicates if the print() method prints the internal subset.
setProcessNamespace(boolean). Method in class com.ibm.xml.parser.Parser
Sets whether namespaces are respected by this parser.
setPseudoContentModel(String). Method in class com.ibm.xml.parser.ContentModel
Sets the pseudo content model being used in place of an actual content model.
setPublicId(String). Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicId(String). Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setPublicIdentifier(String). Method in class com.ibm.xml.parser.TXNotation
Sets the public identifier of the Notation.
setPublicIdentifier(String). Method in interface org.w3c.dom.Notation
setQuery(String). Method in interface org.w3c.dom.Query
setReaderBufferSize(int). Method in class com.ibm.xml.parser.Parser
Sets the size of this parser's character-stream-oriented input source buffer.
setReferenceHandler(ReferenceHandler). Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control when a General Reference is recognized by this parser.
setReplacementString(String). Method in interface org.w3c.dom.EntityDeclaration
setReplacementSubtree(DocumentFragment). Method in interface org.w3c.dom.EntityDeclaration
setRight(CMNode). Method in class com.ibm.xml.parser.CM2op
Sets the content model node after the separator type.
setSpecified(boolean). Method in class com.ibm.xml.parser.TXAttribute
Sets whether this Attribute was explicitly given a value in the original document (=true), or was allowed to default according to the DTD specification.
setSpecified(boolean). Method in interface org.w3c.dom.Attribute
setStandalone(String). Method in class com.ibm.xml.parser.TXDocument
Sets if this Document is standalone.
setSystemId(String). Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemId(String). Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setSystemIdentifier(String). Method in class com.ibm.xml.parser.TXNotation
Sets the system identifier of the Notation.
setSystemIdentifier(String). Method in interface org.w3c.dom.Notation
setTagHandler(TagHandler). Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control when tag start and tag end events are recognized by this parser.
setTagName(String). Method in class com.ibm.xml.parser.TXElement
Sets this Element's name.
setText(String). Method in interface org.w3c.dom.QueryTerm
setTokens(Node). Method in interface org.w3c.dom.ModelGroup
setType(int, String[]). Method in class com.ibm.xml.parser.TXAttribute
Sets the type and type values of the Attribute.
setType(int). Method in class com.ibm.xml.xpointer.RelTerm
Sets the integer representing the keyword type of this relative term.
setValue(String). Method in class com.ibm.xml.parser.TXAttribute
Sets the value of this Attribute.
setVersion(String). Method in class com.ibm.xml.parser.TXDocument
Sets the XML version of this Document from the XML prolog declaration (e.g.
setWarningNoDoctypeDecl(boolean). Method in class com.ibm.xml.parser.Parser
Sets whether this parser treats a missing DTD declaration as a warning, and reports this condition through the defined ErrorListener.
setWarningNoXMLDecl(boolean). Method in class com.ibm.xml.parser.Parser
Sets whether this parser treats a missing XML prolog PIs as a warning, and reports this condition through the defined ErrorListener.
setWarningRedefinedEntity(boolean). Method in class com.ibm.xml.parser.Parser
Sets whether this parser treats redefined entities as a warning, and reports this condition through the defined ErrorListener.
size(). Method in class com.ibm.xml.parser.AttDef
Returns the number of tokens in the list of tokens that can be used as values for this enumerated attribute type; the returned value has no meaning for other attribute types.
size(). Method in class com.ibm.xml.parser.Attlist
Returns the number of attribute definitions in this attribute list.
size(). Method in class com.ibm.xml.parser.TXElement
Returns the number of children in this Element.
sortStringVector(Vector). Static method in class com.ibm.xml.parser.Util
Returns a sorted vector of strings; strings are orderred using String#compareTo().
splice(Element, int, int). Method in class com.ibm.xml.parser.TXText
Insert the specified Element as a sibling of this Text Node.
splice(Element, int, int). Method in interface org.w3c.dom.Text
stack. Variable in class com.ibm.xml.parser.Stderr
startDocument(). Method in class org.xml.sax.HandlerBase
Receive notification of the beginning of the document.
startDocument(). Method in interface org.xml.sax.DocumentHandler
Receive notification of the beginning of a document.
startElement(String, AttributeList). Method in class org.xml.sax.HandlerBase
Receive notification of the start of an element.
startElement(String, AttributeList). Method in interface org.xml.sax.DocumentHandler
Receive notification of the beginning of an element.
startReference(String). Method in interface com.ibm.xml.parser.ReferenceHandler
Interface to be implemented for receiving control when a General Reference is recognized by the XML4J parser.
status. Variable in class com.ibm.xml.parser.InsertableElement
The meaning of this variable depends on this InsertableElement's name:
Element name
Whether Element name may be inserted or appended to the specified Element Node.
DTD.CM_PCDATA
Whether a TXText node may be inserted or appended to the specified Element Node.
DTD.CM_ERROR
Whether an error has been detected in parsing the children of the specified Element Node.
DTD.CM_EOC
Whether correct and complete contents have been determined for the specified Element Node.
string. Variable in class com.ibm.xml.xpointer.Pointed.Item
The string being pointed to.

A B C D E F G H I L M N O P Q R S T U V W X
Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS