Enhydra 3.1b2 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

S

SAX2_FEATURES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 features prefix (http://xml.org/sax/features/).
SAX2_PROPERTIES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 properties prefix (http://xml.org/sax/properties/).
SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException(Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String) - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String, Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
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.
SAXParser - class javax.xml.parsers.SAXParser.
Implementation instances of the SAXParser abstract class contain an implementation of the org.xml.sax.Parser interface and enables content from a variety of sources to be parsed using the contained parser.
SAXParser - class org.apache.xerces.parsers.SAXParser.
SAXParser provides a parser which implements the SAX1 and SAX2 parser APIs.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
Implementations should provide a protected constructor so that their factory implementation can instantiate instances of the implementation class.
SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
Default constructor.
SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
The SAXParserFactory defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
Implementors of this abstract class must provide their own public no-argument constructor in order for the static newInstance() method to work correctly.
sbquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sbquo (?).
scanAttValue(QName, QName, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Scan an attribute value
scanDecls(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
Scan markup declarations
scanDefaultAttValue(QName, QName) - Method in class org.apache.xerces.framework.XMLDTDScanner
Scan the default value in an attribute declaration
scanDefaultAttValue(QName, QName, int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
scanDoctypeDecl() - Method in class org.apache.xerces.framework.XMLDTDScanner
This routine is called after the <!DOCTYPE portion of a DOCTYPE line has been called.
scaron - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity scaron (?).
Scaron - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Scaron (?).
sdot - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sdot (?).
sect - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sect (§).
select() - Method in interface org.w3c.dom.html.HTMLTextAreaElement
Select the contents of the TEXTAREA .
select() - Method in interface org.w3c.dom.html.HTMLInputElement
Select the contents of the text area.
selectNode(Node) - Method in interface org.w3c.dom.range.Range
Select a node and its contents
selectNodeContents(Node) - Method in interface org.w3c.dom.range.Range
Select the contents within a node
serialize(Document) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document using the previously specified writer and output format.
serialize(Document) - Method in interface org.apache.xml.serialize.DOMSerializer
Serializes the DOM document.
serialize(DocumentFragment) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document fragmnt using the previously specified writer and output format.
serialize(DocumentFragment) - Method in interface org.apache.xml.serialize.DOMSerializer
Serializes the DOM document fragment.
serialize(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM element using the previously specified writer and output format.
serialize(Element) - Method in interface org.apache.xml.serialize.DOMSerializer
Serialized the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to serializee the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.XMLSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.TextSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.HTMLSerializer
Called to serialize a DOM element.
serializeNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serialize the DOM node.
serializeNode(Node) - Method in class org.apache.xml.serialize.TextSerializer
Serialize the DOM node.
serializePreRoot() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
Serializer - interface org.apache.xml.serialize.Serializer.
Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents.
SerializerFactory - class org.apache.xml.serialize.SerializerFactory.
 
SerializerFactory() - Constructor for class org.apache.xml.serialize.SerializerFactory
 
setAbbr(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setAccept(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAcceptCharset(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setAcceptCharset(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLLabelElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLLegendElement
 
setAccessKey(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setAction(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'align' set the align of the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
'align' specifies the align of teh paragraph The legal values are 'left,' 'center,' and 'right' (Section 11.8.3, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'align' specifies the alignment of the image within the text flow.
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLParagraphElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLDivElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLHeadingElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCaptionElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLLegendElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setAlign(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setALink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setAllowJavaEncodings(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the use of Java encoding names in the XMLDecl and TextDecl lines in an XML document.
setAlt(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
setAlt(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setAlt(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setArchive(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setArchive(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
setAttrURI(int, int) - Method in class org.apache.xerces.framework.XMLAttrList
Sets the uri of the attribute.
setAttType(int, int) - Method in class org.apache.xerces.framework.XMLAttrList
Sets the type of the attribute.
setAxis(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setBackground(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setBgColor(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setBody(HTMLElement) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setBody(HTMLElement) - Method in interface org.w3c.dom.html.HTMLDocument
 
setBorder(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setBorder(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setBorder(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setByteStream(InputStream) - Method in class org.enhydra.xml.io.ClosingInputSource
Set the byte stream, copying it to a buffer.
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCaption(HTMLTableCaptionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCDataElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
Sets the list of elements for which text node children should be output as CDATA.
setCellPadding(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCellSpacing(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setCh(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setCharacterStream(Reader) - Method in class org.enhydra.xml.io.ClosingInputSource
Set the character stream, copying it to a buffer.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharset(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setCharset(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setCharset(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setChecked(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setChildrenExpanded() - Method in interface org.enhydra.xml.lazydom.LazyParent
Flag the children as being expanded.
setChildrenExpanded() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
setChildrenExpanded() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
setChildrenExpanded() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setChOff(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setCite(String) - Method in interface org.w3c.dom.html.HTMLQuoteElement
 
setCite(String) - Method in interface org.w3c.dom.html.HTMLModElement
 
setClassName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLElement
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setClear(String) - Method in interface org.w3c.dom.html.HTMLBRElement
 
setCode(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setCode(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setCodeBase(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setCodeBase(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setCodeType(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setColor(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setColor(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setCols(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setCols(String) - Method in interface org.w3c.dom.html.HTMLFrameSetElement
 
setColSpan(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setColumns(int) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'columns' specifies the number of columns (Section 11.8.5, WAP WML Version 16-Jun-1999)
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLMenuElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLUListElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLDirectoryElement
 
setCompact(boolean) - Method in interface org.w3c.dom.html.HTMLDListElement
 
setContent(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'content' attribute specifies the property value
setContent(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContinueAfterFatalError(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to continue after a fatal error.
setCookie(String) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setCookie(String) - Method in interface org.w3c.dom.html.HTMLDocument
 
setCoords(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setCoords(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setCreateEntityReferenceNodes(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This feature determines whether entity references within the document are included in the document tree as EntityReference nodes.
setCurrentNode(Node) - Method in interface org.w3c.dom.traversal.TreeWalker
 
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
 
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setData(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setDateTime(String) - Method in interface org.w3c.dom.html.HTMLModElement
 
setDebugWriter(PrintWriter) - Method in class org.enhydra.xml.io.XMLEntityResolver
Set a writer used to output debug messages.
setDebugWriter(PrintWriter) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
 
setDeclare(boolean) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the DTD declaration event handler.
setDefaultChecked(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDefaultResolving() - Method in class org.enhydra.xml.io.XMLEntityResolver
Load the default entity catalog and enable loading entities the classloader for the classloader that loaded this class.
setDefaultSelected(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setDefaultValue(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setDefaultValue(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDefer(boolean) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setDeferNodeExpansion(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This method sets whether the expansion of the nodes in the default DOM implementation are deferred.
setDelegate(XMLObject) - Method in interface org.enhydra.xml.xmlc.XMLObject
Set the delegate object.
setDelegate(XMLObject) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setDir(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLOptGroupElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setDisabled(boolean) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setDoctype(String, String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the document type public and system identifiers.
setDocument(Document, String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Set the DOM document associated with this object and optional encoding.
setDocumentClassName(String) - Method in class org.apache.xerces.parsers.DOMParser
This method allows the programmer to decide which document factory to use when constructing the DOM tree.
setDocumentClassName(String) - Method in class org.enhydra.xml.io.DOMParser
Set the document class for the document to construct.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Sets the document handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentLocator(Locator) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 document locator event.
setDomain(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAccessElement
A deck's domain and path attributes specify which deck may access it.
setDropHtmlSpanIds(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set the drop HTML SPAN element ids flag.
setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.SAXParser
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(XMLDocumentHandler.DTDHandler) - Method in class org.apache.xerces.framework.XMLDTDScanner
Set the DTD handler.
setDTDHandler(XMLDocumentHandler.DTDHandler) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Set the DTD handler.
setEmptyOk(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'emptyok' specifies whether a empty input is allowed when a non-empty 'format' is specified.
setEncoding(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the encoding for this output method.
setEncoding(String) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEnctype(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setEnd(Node, int) - Method in interface org.w3c.dom.range.Range
Sets the attributes describing the end of a range.
setEndAfter(Node) - Method in interface org.w3c.dom.range.Range
Sets the end of a range to be after a node
setEndBefore(Node) - Method in interface org.w3c.dom.range.Range
Sets the end position to be before a node.
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Specifies the EntityResolver to be used by this DocumentBuilder.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.framework.XMLParser
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in class org.enhydra.xml.io.DOMParser
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Specifies the ErrorHandler to be used by this DocumentBuilder.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.framework.XMLParser
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in class org.enhydra.xml.io.DOMParser
Specify the ErrorHandler to be used handle parse errors.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorOutput(String) - Method in class org.enhydra.xml.xmlc.reloading.XMLCReloadingException
 
setErrorWriter(PrintWriter) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
 
setEvent(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setEventHandler(XMLDocumentScanner.EventHandler) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Set the event handler
setEventHandler(XMLDTDScanner.EventHandler) - Method in class org.apache.xerces.framework.XMLDTDScanner
Set the event handler
setExternalGeneralEntities(boolean) - Method in class org.apache.xerces.framework.XMLParser
Note: Currently, this parser always expands external general entities. Setting this feature to false will throw a SAXNotSupportedException.
setExternalParameterEntities(boolean) - Method in class org.apache.xerces.framework.XMLParser
Note: Currently, this parser always expands external parameter entities. Setting this feature to false will throw a SAXNotSupportedException.
setFace(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setFace(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setFeature(String, boolean) - Method in class org.apache.xerces.framework.XMLParser
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.DOMParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.SAXParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature for the parser.
setFormat(OutputOptions.Format) - Method in class org.enhydra.xml.io.OutputOptions
Set the output format for the file.
setFormat(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'format' specifies the input mask for user input.
setForua(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
Deprecated. use setForUA
setForUA(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'forua' attribute specifies whether a intermediate agent should remove this meta element.
setFrame(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setFrameBorder(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setFrameBorder(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setGrammarResolver(GrammarResolver) - Method in class org.apache.xerces.framework.XMLDTDScanner
Sets the grammar resolver.
setGrammarResolver(GrammarResolver) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Sets the grammar resolver.
setHandler(DOMTraversal.Handler) - Method in class org.enhydra.xml.dom.DOMTraversal
Set the handler.
setHeaders(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setHeight(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'height' specifies the height of an image.
setHeight(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setHeight(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setHref(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setHref(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLBaseElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setHref(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setHreflang(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setHreflang(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setHspace(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
setHspace(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setHspace(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setHspace(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setHtmlFor(String) - Method in interface org.w3c.dom.html.HTMLLabelElement
 
setHtmlFor(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setHttpEquiv(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'http-equiv' attribute indicates the property should be interpret as HTTP header.
setHttpEquiv(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setId(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setId(String) - Method in interface org.enhydra.wireless.wml.dom.WMLElement
The element's identifier which is unique in a single deck.
setId(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setIName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'iname' specifies name of variable to be set with the index result of selection.
setIncludeIgnorableWhitespace(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This feature determines whether text nodes that can be considered "ignorable whitespace" are included in the DOM tree.
setIndent(int) - Method in class org.apache.xml.serialize.OutputFormat
Sets the indentation.
setIndenting(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets the indentation on and off.
setIndentSize(int) - Method in class org.enhydra.xml.io.OutputOptions
Set indentation size.
setInfoWriter(PrintWriter) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
 
setIsHtmlFrameSet() - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
setIsMap(boolean) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setIValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'ivalue' specifies the default of the variable 'iname'
setJavaEncoding(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the encoding using the Java encoding name.
setLabel(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setLabel(String) - Method in interface org.w3c.dom.html.HTMLOptGroupElement
 
setLabel(String) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setLang(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the lexical event handler.
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLineSeparator(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the line separator.
setLineWidth(int) - Method in class org.apache.xml.serialize.OutputFormat
Sets the line width.
setLink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setLoadDTDGrammar(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to have the choice to load DTD grammar when validation is off.
setLocale(Locale) - Method in class org.apache.xerces.framework.XMLParser
Set the locale to use for messages.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to request a locale for errors and warnings.
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setLocalSrc(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'localsrc' specifies an alternative internal representation of the image.
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setLongDesc(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setLowSrc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setMarginHeight(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setMarginHeight(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setMarginWidth(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setMarginWidth(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setMaxLength(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'maxlength' specifies the maximum number of characters to be enter.
setMaxLength(int) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setMedia(String) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setMedia(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setMediaType(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the media type.
setMethod(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the method for this output format.
setMethod(String) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setMethod(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setMIMEType(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the MIME for an output routine to use.
setMode(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
'mode' specifies the wrapping mode of the paragraph.
setMultiple(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'multiple' indicates whether a list accept multiple selection (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setMultiple(boolean) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTimerElement
'name' specifies the name of variable ot be set with the value of the timer.
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'name' attribute specific the property name
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPostfieldElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSetvarElement
 
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'name' specifies the name of variable to be set.
setName(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'name' specifies the name of a variable after the user enters the text.
setName(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLMapElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setName(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName .
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Configuration method that specifies whether the parsers created by this factory are required to provide XML namespace support or not.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Configuration method that specifies whether the parsers created by this factory are required to provide XML namespace support or not.
setNamespaceAware(boolean) - Method in class org.enhydra.xml.io.DOMParser
Enable or disable namespaces.
setNamespacePrefixes(boolean) - Method in class org.apache.xerces.parsers.SAXParser
Sets how the parser reports raw prefixed names, and whether xmlns attributes are reported.
setNamespaces(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser preprocesses namespaces.
setNamespacesEnabled(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
set fNamespacesEnabled
setNamespacesEnabled(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Sets whether the parser preprocesses namespaces.
setNewContext(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'newcontext' specifies whether a browser context should be re-initialized upon entering the card.
setNextIndent(int) - Method in class org.apache.xml.serialize.Printer
 
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyProcessingInstruction
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyEntity
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyNotation
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyComment
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyCDATASection
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyText
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyEntityReference
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.lazydom.LazyDocumentType
Set the node value, invalidating the id.
setNodeValue(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNoHref(boolean) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setNonEscapingElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
Sets the list of elements for which text node children should be output unescaped (no character references).
setNoResize(boolean) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setNoShade(boolean) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setNoWrap(boolean) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setObject(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setOmitAttributeCharEntityRefs(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set value of flag that enables or disables the use of character entity references in attribute values.
setOmitComments(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets comment omitting on and off.
setOmitDocType(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set flag indicating if the DOCTYPE should be omitted.
setOmitDocumentType(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets DOCTYPE declaration omitting on and off.
setOmitEncoding(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set flag indicating if encoding should be omitted from the XML header.
setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets XML declaration omitting on and off.
setOmitXMLHeader(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set flag indicating if the XML header should be omitted.
setOnEnterBackward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnEnterBackward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterbackward' specifies the event to occur when a user agent into a card using a 'go' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnEnterForward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnEnterForward(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterforward' specifies the event to occur when a user agent into a card using a 'prev' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnPick(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'onpick' specifies a event to occur when a user select and disselect this choice.
setOnTimer(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTemplateElement
 
setOnTimer(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'onenterbackward' specifies the event to occur when a timer expires (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOptional(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setOrdered(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'ordered' attribute specifies a hit to user agent about the organization of the card's content (Section 11.5.2, WAP WML Version 16-Jun-1999)
setOutputByteStream(OutputStream) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputByteStream(OutputStream) - Method in interface org.apache.xml.serialize.Serializer
Specifies an output stream to which the document should be serialized.
setOutputCharStream(Writer) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputCharStream(Writer) - Method in interface org.apache.xml.serialize.Serializer
Specifies a writer to which the document should be serialized.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.TextSerializer
 
setOutputFormat(OutputFormat) - Method in interface org.apache.xml.serialize.Serializer
Specifies an output format for this serializer.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.HTMLSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XHTMLSerializer
 
setOutputOptions(OutputOptions) - Method in class org.enhydra.xml.io.DOMFormatter
Set the output options.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setParentExpanded() - Method in interface org.enhydra.xml.lazydom.LazyParent
Flag the parent as being expanded.
setParentExpanded() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
setParentExpanded() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
setParentExpanded() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
setParentWhileExpanding(Node) - Method in interface org.enhydra.xml.lazydom.LazyParent
Set the parent of this node during expansion.
setParentWhileExpanding(Node) - Method in class org.enhydra.xml.lazydom.LazyEntity
 
setParentWhileExpanding(Node) - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
setParentWhileExpanding(Node) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
setPath(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAccessElement
path attribute is prefix-matched against the path portion of the referring URI
setPrefix(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
setPrefix(String) - Method in interface org.w3c.dom.Node
 
setPreFormatOutputOptions(OutputOptions) - Method in class org.enhydra.xml.lazydom.LazyDocument
Set the output options that were used to preformat this document.
setPreFormattedText(String) - Method in interface org.enhydra.xml.io.PreFormattedText
 
setPreFormattedText(String) - Method in class org.enhydra.xml.lazydom.LazyText
 
setPreserveSpace(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets space preserving as the default behavior.
setPreserveSpace(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Set the default space-preservation flag.
setPrettyPrinting(boolean) - Method in class org.enhydra.xml.io.OutputOptions
Enable or disable pretty-printing.
setPrintWarnings(boolean) - Method in class org.enhydra.xml.io.ErrorReporter
Set the value of the printWarnings flag.
setProfile(String) - Method in interface org.w3c.dom.html.HTMLHeadElement
 
setPrompt(String) - Method in interface org.w3c.dom.html.HTMLIsIndexElement
 
setProperty(String, Object) - Method in class org.apache.xerces.framework.XMLParser
Set the value of a property.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.DOMParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.SAXParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setPublicId(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the public id to use in the DOCUMENT.
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.
setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setReaderFactory(XMLEntityReaderFactory) - Method in class org.apache.xerces.framework.XMLParser
Set the reader factory.
setReadOnly(boolean) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setReadOnly(boolean) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setRel(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setRel(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setRev(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setRev(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setRows(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setRows(String) - Method in interface org.w3c.dom.html.HTMLFrameSetElement
 
setRowSpan(int) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setRules(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setScheme(String) - Method in interface org.enhydra.wireless.wml.dom.WMLMetaElement
'scheme' attribute specifies a form that may be used to interpret the property value
setScheme(String) - Method in interface org.w3c.dom.html.HTMLMetaElement
 
setScope(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setScrolling(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setScrolling(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setSelected(boolean) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setSelectedIndex(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setSendreferer(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
Deprecated. use setSendReferer
setSendReferer(boolean) - Method in interface org.enhydra.wireless.wml.dom.WMLGoElement
 
setShape(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setShape(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setSize(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)
setSize(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLBaseFontElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLFontElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setSize(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setSpan(int) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setSrc(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
setSrc(String) - Method in interface org.w3c.dom.html.HTMLFrameElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setSrc(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setStandalone(boolean) - Method in class org.apache.xml.serialize.OutputFormat
Sets document DTD standalone.
setStandby(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setStart(int) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setStart(Node, int) - Method in interface org.w3c.dom.range.Range
Sets the attributes describing the start of the range.
setStartAfter(Node) - Method in interface org.w3c.dom.range.Range
Sets the start position to be after a node
setStartBefore(Node) - Method in interface org.w3c.dom.range.Range
Sets the start position to be before a node
setSummary(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setSystemId(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the system id to use in the DOCUMENT.
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.
setTabIndex(int) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setTabIndex(int) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLFormElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLBaseElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLAreaElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setTarget(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setText(String) - Method in interface org.w3c.dom.html.HTMLTitleElement
 
setText(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setText(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setTFoot(HTMLTableSectionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setTHead(HTMLTableSectionElement) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setThisIndent(int) - Method in class org.apache.xml.serialize.Printer
 
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLFieldsetElement
'title' specifies a title for this element
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
 
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
'title' specifies a title for the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptgroupElement
'title' specifies the title of this element (Section 11.6.2.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'title' specifies a title for this element.
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAnchorElement
 
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'title' specifies a title for this element (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'title' specifies a title for this element (Section 11.6.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'title' specifies a advisory info about the card (Section 11.5.2, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
setTitle(String) - Method in interface org.w3c.dom.html.HTMLElement
 
setTitle(String) - Method in interface org.w3c.dom.html.HTMLDocument
 
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
 
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'type' specifies the type of text input area.
setType(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOneventElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLUListElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLLIElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLOListElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLStyleElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLLinkElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLScriptElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLAnchorElement
 
setType(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setURLRewriter(URLRewriter) - Method in class org.enhydra.xml.io.OutputOptions
Set the URLRewriter that all URL attributes will be passed through.
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setUseMap(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Configuration method whether specifies if the parsers created by this factory are required to validate the XML documents that they parse.
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Configuration method whether specifies if the parsers created by this factory are required to validate the XML documents that they parse.
setValidation(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser validates.
setValidation(boolean) - Method in class org.enhydra.xml.io.DOMParser
Enable or disable validation.
setValidationDynamic(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to validate a document only when it contains a grammar.
setValidationEnabled(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
set fValidationEnabled
setValidationEnabled(boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Sets whether the parser validates.
setValidationSchema(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the user to turn Schema support on/off.
setValidationWarnOnDuplicateAttdef(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether an error is emitted when an attribute is redefined in the grammar.
setValidationWarnOnUndeclaredElemdef(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser emits an error when an element's content model references an element by name that is not declared in the grammar.
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableSectionElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setVAlign(String) - Method in interface org.w3c.dom.html.HTMLTableRowElement
 
setValue(int) - Method in interface org.w3c.dom.html.HTMLLIElement
 
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTimerElement
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPostfieldElement
 
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSetvarElement
 
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'value' specifies the value to used to set the 'name' variable (Section 11.6.2.2, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'value' specifics the default value of the variable of 'name' (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'value' specifies the default value of the variable in 'name' attribute (Section 11.6.3, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.w3c.dom.Attr
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLButtonElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLTextAreaElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLInputElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLOptionElement
 
setValue(String) - Method in interface org.w3c.dom.html.HTMLSelectElement
 
setValues(int, int, int) - Method in class org.apache.xerces.framework.XMLContentSpec
Sets the values.
setValues(XMLContentSpec.Provider, int) - Method in class org.apache.xerces.framework.XMLContentSpec
Sets the values from the values specified by the given content spec provider and identifier.
setValues(XMLContentSpec) - Method in class org.apache.xerces.framework.XMLContentSpec
Sets the values of the specified content spec.
setValueType(String) - Method in interface org.w3c.dom.html.HTMLParamElement
 
setVersion(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the version for this output method.
setVersion(String) - Method in interface org.w3c.dom.html.HTMLHtmlElement
 
setVLink(String) - Method in interface org.w3c.dom.html.HTMLBodyElement
 
setVspace(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
setVspace(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setVspace(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setVspace(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setWidth(int) - Method in interface org.w3c.dom.html.HTMLPreElement
 
setWidth(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
'width' specifies the width of an image.
setWidth(String) - Method in interface org.w3c.dom.html.HTMLImageElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableColElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLTableCellElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLAppletElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLHRElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLIFrameElement
 
setWidth(String) - Method in interface org.w3c.dom.html.HTMLObjectElement
 
setXmlEncoding(String) - Method in class org.enhydra.xml.io.OutputOptions
Set the encoding using the XML encoding name.
setXmlEncoding(String, String) - Method in class org.enhydra.xml.io.OutputOptions
Set both the XML and Java encodings.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSmallElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLFieldsetElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBrElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLDoElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTableElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLTdElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLStrongElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLBigElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLUElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLPElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptgroupElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLIElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLEmElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLOptionElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLWmlElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLAnchorElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLSelectElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLInputElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLCardElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.enhydra.wireless.wml.dom.WMLImgElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXMLVersion(String) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
SHOW_ALL - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ATTRIBUTE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_CDATA_SECTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_COMMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT_FRAGMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT_TYPE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ELEMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ENTITY - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ENTITY_REFERENCE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_NOTATION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_PROCESSING_INSTRUCTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_TEXT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
shy - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity shy (­).
sigma - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sigma (?).
Sigma - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Sigma (?).
sigmaf - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sigmaf (?).
sim - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sim (?).
SIMPLE_CLASS_NAMES - Static variable in class org.enhydra.xml.dom.DOMStats
Option flag to print simple class names instead of fully qualified names.
SimpleDOMTraversal - class org.enhydra.xml.dom.SimpleDOMTraversal.
Simple DOM traverser that calls a handler for every node in the DOM tree.
SimpleDOMTraversal.Handler - interface org.enhydra.xml.dom.SimpleDOMTraversal.Handler.
Interface for node callback object.
SimpleDOMTraversal(SimpleDOMTraversal.Handler) - Constructor for class org.enhydra.xml.dom.SimpleDOMTraversal
Constructor.
skippedEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
SORT_ATTRIBUTES - Static variable in class org.enhydra.xml.dom.DOMTraversal
Option flag to indicate that attributes should be sorted before calling the handlers.
spades - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity spades (?).
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset , keeping both in the tree as siblings.
StandardRecompilationHandler - class org.enhydra.xml.xmlc.reloading.StandardRecompilationHandler.
Standard recompilation handler.
StandardRecompilationHandler() - Constructor for class org.enhydra.xml.xmlc.reloading.StandardRecompilationHandler
 
START_TO_END - Static variable in interface org.w3c.dom.range.Range
 
START_TO_START - Static variable in interface org.w3c.dom.range.Range
 
startAttrList() - Method in class org.apache.xerces.framework.XMLAttrList
Start a new set of attributes.
startCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for start of CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.DOMParser
Start CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.SAXParser
Start CDATA section.
startCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDocument() - Method in interface org.apache.xerces.framework.XMLDocumentHandler
Callback for start of document If the there is no version info, encoding info, or standalone info, the corresponding argument will be set to -1.
startDocument() - Method in class org.apache.xerces.parsers.DOMParser
Start document.
startDocument() - Method in class org.apache.xerces.parsers.SAXParser
Start document.
startDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 start document event.
startDocument(String) - Method in class org.apache.xml.serialize.XMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.TextSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDTD(QName, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for the start of the DTD This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(QName, int, int) - Method in class org.apache.xerces.parsers.DOMParser
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(QName, int, int) - Method in class org.apache.xerces.parsers.SAXParser
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startElement(QName, XMLAttrList, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for the start of element.
startElement(QName, XMLAttrList, int) - Method in class org.apache.xerces.parsers.DOMParser
Start element.
startElement(QName, XMLAttrList, int) - Method in class org.apache.xerces.parsers.SAXParser
Start element
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.XMLSerializer
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.TextSerializer
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.HTMLSerializer
 
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 startElement event.
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.XMLSerializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.TextSerializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.HTMLSerializer
 
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of an entity in content.
startEntityDecl(boolean, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Start the scope of an entity declaration.
startEntityReference(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for start of entity reference.
startEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
Start entity reference.
startEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Start entity reference.
startEnumeration() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the scanner start scanning an enumeration
startNamespaceDeclScope(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for the start of a namespace declaration scope.
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.parsers.DOMParser
Report the start of the scope of a namespace declaration.
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report the start of the scope of a namespace declaration.
startNonEscaping() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startPrefixMapping(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPreserving() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startReadingFromExternalSubset(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the DTDScanner starts reading from the external subset
stopPropagation() - Method in interface org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
stopReadingFromExternalSubset() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the DTDScanner stop reading from the external subset
StreamXMLCLogger - class org.enhydra.xml.xmlc.StreamXMLCLogger.
 
StreamXMLCLogger() - Constructor for class org.enhydra.xml.xmlc.StreamXMLCLogger
 
StreamXMLCLogger(PrintWriter) - Constructor for class org.enhydra.xml.xmlc.StreamXMLCLogger
 
StreamXMLCLogger(PrintWriter, PrintWriter, PrintWriter) - Constructor for class org.enhydra.xml.xmlc.StreamXMLCLogger
 
sub - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sub (?).
sube - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sube (?).
submit() - Method in interface org.w3c.dom.html.HTMLFormElement
Submits the form.
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
sum - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sum (?).
sup - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sup (?).
sup1 - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sup1 (¹).
sup2 - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sup2 (²).
sup3 - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity sup3 (³).
supe - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity supe (?).
supports(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
supports(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
surroundContents(Node) - Method in interface org.w3c.dom.range.Range
Reparents the contents of the range to the given node and inserts the node at the position of the start of the range.
SYM_TEXT_LINEBREAKS - Static variable in class org.enhydra.xml.dom.DOMInfo
Print newlines and carriage returns as \n and \r, avoiding linebreaks in text
syncAccessMethods() - Method in interface org.enhydra.xml.xmlc.XMLObject
Initialize the fields used by the generated access methods from the current state of the document.
syncAccessMethods() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
syncWithDocument(Node) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Generated function to synchronize the fields used by the access methods.
SYNTAX_ERR - Static variable in class org.w3c.dom.DOMException
 
szlig - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity szlig (ß).

Enhydra 3.1b2 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _