Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(HTMLElement, HTMLElement) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- afterComment - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.True if the last serialized node was a comment node.
- afterElement - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.True if the last serialized node was an element node.
- asContentHandler() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- asContentHandler() - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.Return a
ContentHandler
interface into this serializer. - asDocumentHandler() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- asDocumentHandler() - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.Return a
DocumentHandler
interface into this serializer. - asDOMSerializer() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- asDOMSerializer() - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.Return a
DOMSerializer
interface into this serializer. - attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
B
- BaseMarkupSerializer - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- BaseMarkupSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Protected constructor can only be used by derived class.
- blur() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- blur() - Method in class org.apache.html.dom.HTMLInputElementImpl
- blur() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- blur() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- breakLine() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Called to print a line consisting of the text accumulated so far.
- breakLine() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- breakLine(boolean) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- breakLine(boolean) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
C
- canRenameElements(String, String, ElementImpl) - Method in class org.apache.html.dom.HTMLDocumentImpl
- canRenameElements(String, String, ElementImpl) - Method in class org.apache.wml.dom.WMLDocumentImpl
- canSetParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.DOM L3-EXPERIMENTAL: Check if parameter can be set
- CDATA - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- characters(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
- characters(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- characters(char[], int, int) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- characters(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- characters(char[], int, int) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- characters(String) - Method in class org.apache.html.dom.HTMLBuilder
- characters(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Called to print the text contents in the prevailing element format.
- characters(String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- characters(String, boolean) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- charFromName(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns the value of an HTML character reference by its name.
- checkUnboundNamespacePrefixedNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.DOM level 3: Check a node to determine if it contains unbound namespace prefixes.
- checkUnboundNamespacePrefixedNode(Node) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.DOM Level 3: Check a node to determine if it contains unbound namespace prefixes.
- cleanup() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- click() - Method in class org.apache.html.dom.HTMLInputElementImpl
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLDocumentImpl
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLFormElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getElements() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLMapElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getAreas() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getOptions() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getRows() and getTBodies() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
- cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
-
Explicit implementation of cloneNode() to ensure that cache used for getRows() gets cleared.
- close() - Method in class org.apache.html.dom.HTMLDocumentImpl
- comment(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- comment(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- comment(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- comment(String) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- COMMENTS - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- content() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Must be called by a method about to print any type of content.
- content() - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- createAttribute(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
Creates an Attribute having this Document as its OwnerDoc.
- createCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
- createDocument(DocumentType) - Method in class org.apache.wml.dom.WMLDOMImplementationImpl
- createElement(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- createElement(String) - Method in class org.apache.wml.dom.WMLDocumentImpl
- createElementNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- createElementNS(String, String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
-
Xerces-specific constructor.
- createHTMLDocument(String) - Method in class org.apache.html.dom.HTMLDOMImplementationImpl
-
Create a new HTML document of the specified TITLE text.
- createTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
- createTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
D
- DEBUG - Static variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- DEBUG - Static variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- Defaults() - Constructor for class org.apache.xml.serialize.OutputFormat.Defaults
-
Deprecated.
- deleteCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
- deleteCell(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- deleteRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
- deleteRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- deleteTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
- deleteTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
- DISCARDDEFAULT - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- doCData - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.True if textual content of current element should be serialized as CDATA section.
- DOM_ELEMENT_CONTENT_WHITESPACE - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- DOMSerializer - Interface in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- DOMSerializerImpl - Class in org.apache.xml.serialize
-
Deprecated.Replaced by org.apache.xml.serializer.dom3.LSSerializerImpl in Xerces 2.9.0.
- DOMSerializerImpl() - Constructor for class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.Constructs a new LSSerializer.
- DTD() - Constructor for class org.apache.xml.serialize.OutputFormat.DTD
-
Deprecated.
E
- elementDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- ElementState - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- ElementState() - Constructor for class org.apache.xml.serialize.ElementState
-
Deprecated.
- empty - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.True if element is empty.
- Encoding - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
-
Deprecated.The default encoding for Web documents it UTF-8.
- EncodingInfo - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- EncodingInfo(String, String, int) - Constructor for class org.apache.xml.serialize.EncodingInfo
-
Deprecated.Creates new
EncodingInfo
instance. - Encodings - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- Encodings() - Constructor for class org.apache.xml.serialize.Encodings
-
Deprecated.
- endCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- endDocument() - Method in class org.apache.html.dom.HTMLBuilder
- endDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Called at the end of the document to wrap it up.
- endDTD() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- endElement(String) - Method in class org.apache.html.dom.HTMLBuilder
- endElement(String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- endElement(String) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- endElement(String) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- endElement(String, String, String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- endElement(String, String, String) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- endElement(String, String, String) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- endElementIO(String) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- endElementIO(String, String, String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- endElementIO(String, String, String) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- endEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- endNonEscaping() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- endPrefixMapping(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- endPreserving() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- enterDTD() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Called by any of the DTD handlers to enter DTD mode.
- enterDTD() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.Called by any of the DTD handlers to enter DTD mode.
- enterElementState(String, String, String, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Enter a new element state for the specified element.
- ENTITIES - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- escapeURI(String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- externalEntityDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
F
- FactoriesProperty - Static variable in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.
- fatalError(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- fCurrentNode - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Current node that is being processed
- fDOMError - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- fDOMErrorHandler - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- fDOMFilter - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- fDOML1 - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- features - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- features - Variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.REVISIT: Currently we handle 3 different configurations, would be nice just have one configuration that has different recognized parameters depending if it is used in Core/LS.
- fLocalNSBinder - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.stores all namespace bindings on the current element
- fLocalNSBinder - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.stores all namespace bindings on the current element
- flush() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Flush the output stream.
- flush() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.Flush the output stream.
- flushLine(boolean) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Flushes the line accumulated so far to the writer and get ready to accumulate the next line.
- flushLine(boolean) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- fNamespaceCounter - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- fNamespacePrefixes - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.Controls whether namespace prefixes will be printed out during serialization
- fNamespaces - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.Controls whether namespace fixup should be performed during the serialization.
- fNamespaces - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.Controls whether namespace fixup should be performed during the serialization.
- fNSBinder - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.stores namespaces in scope
- fNSBinder - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.stores namespaces in scope
- focus() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- focus() - Method in class org.apache.html.dom.HTMLInputElementImpl
- focus() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- focus() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- FOP - Static variable in class org.apache.xml.serialize.Method
-
Deprecated.The output method for FO documents as PDF.
- fromChar(int) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns the name of an HTML character reference based on its character value.
- fStrBuffer - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Temporary buffer to store character data
- fSymbolTable - Variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.symbol table for serialization
- fSymbolTable - Variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.symbol table for serialization
G
- getAbbr() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getAccept() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getAcceptCharset() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getAcceptCharset() - Method in class org.apache.wml.dom.WMLGoElementImpl
- getAcceptCharset() - Method in interface org.apache.wml.WMLGoElement
- getAccessKey() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getAccessKey() - Method in class org.apache.html.dom.HTMLAreaElementImpl
- getAccessKey() - Method in class org.apache.html.dom.HTMLButtonElementImpl
- getAccessKey() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getAccessKey() - Method in class org.apache.html.dom.HTMLLabelElementImpl
- getAccessKey() - Method in class org.apache.html.dom.HTMLLegendElementImpl
- getAccessKey() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getAction() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLDivElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLHeadingElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLHRElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLLegendElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLParagraphElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLTableColElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- getAlign() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- getAlign() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getAlign() - Method in class org.apache.wml.dom.WMLPElementImpl
- getAlign() - Method in class org.apache.wml.dom.WMLTableElementImpl
- getAlign() - Method in interface org.apache.wml.WMLImgElement
- getAlign() - Method in interface org.apache.wml.WMLPElement
- getAlign() - Method in interface org.apache.wml.WMLTableElement
- getALink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
- getAlt() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getAlt() - Method in class org.apache.html.dom.HTMLAreaElementImpl
- getAlt() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getAlt() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getAlt() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getAlt() - Method in interface org.apache.wml.WMLImgElement
- getAnchors() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getApplets() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getArchive() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getArchive() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getAreas() - Method in class org.apache.html.dom.HTMLMapElementImpl
- getAttribute(String) - Method in class org.apache.html.dom.HTMLElementImpl
- getAttributeNode(String) - Method in class org.apache.html.dom.HTMLElementImpl
- getAttributeNodeNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
- getAttributeNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
- getAxis() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getBackground() - Method in class org.apache.html.dom.HTMLBodyElementImpl
- getBgColor() - Method in class org.apache.html.dom.HTMLBodyElementImpl
- getBgColor() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getBgColor() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getBgColor() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- getBody() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getBorder() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getBorder() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getBorder() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getCDataElements() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns a list of all the elements whose text node children should be output as CDATA, or null if no such elements were specified.
- getCellIndex() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getCellPadding() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getCells() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- getCellSpacing() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getCh() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getCh() - Method in class org.apache.html.dom.HTMLTableColElementImpl
- getCh() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- getCh() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- getCharset() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getCharset() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getCharset() - Method in class org.apache.html.dom.HTMLScriptElementImpl
- getChecked() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getChildNodes() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getChildNodes() - Method in class org.apache.html.dom.HTMLSelectElementImpl
-
Explicit implementation of getChildNodes() to avoid problems with overriding the getLength() method hidden in the super class.
- getChOff() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getChOff() - Method in class org.apache.html.dom.HTMLTableColElementImpl
- getChOff() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- getChOff() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- getCite() - Method in class org.apache.html.dom.HTMLModElementImpl
- getCite() - Method in class org.apache.html.dom.HTMLQuoteElementImpl
- getClassName() - Method in class org.apache.html.dom.HTMLElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLAccessElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLAElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLBElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLBigElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLBrElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLDoElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLEmElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLGoElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLHeadElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLIElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLMetaElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLNoopElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLOneventElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLOptionElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLPElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLPrevElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLRefreshElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLSmallElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLStrongElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLTableElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLTdElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLTimerElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLTrElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLUElementImpl
- getClassName() - Method in class org.apache.wml.dom.WMLWmlElementImpl
- getClassName() - Method in interface org.apache.wml.WMLElement
- getClear() - Method in class org.apache.html.dom.HTMLBRElementImpl
- getCode() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getCode() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getCodeBase() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getCodeBase() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getCodeType() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getColor() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
- getColor() - Method in class org.apache.html.dom.HTMLFontElementImpl
- getCols() - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
- getCols() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getColSpan() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getColumns() - Method in class org.apache.wml.dom.WMLTableElementImpl
- getColumns() - Method in interface org.apache.wml.WMLTableElement
- getCompact() - Method in class org.apache.html.dom.HTMLDirectoryElementImpl
- getCompact() - Method in class org.apache.html.dom.HTMLDListElementImpl
- getCompact() - Method in class org.apache.html.dom.HTMLMenuElementImpl
- getCompact() - Method in class org.apache.html.dom.HTMLOListElementImpl
- getCompact() - Method in class org.apache.html.dom.HTMLUListElementImpl
- getContent() - Method in class org.apache.html.dom.HTMLMetaElementImpl
- getContent() - Method in class org.apache.wml.dom.WMLMetaElementImpl
- getContent() - Method in interface org.apache.wml.WMLMetaElement
- getContentDocument() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getContentDocument() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getContentDocument() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getCookie() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getCoords() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getCoords() - Method in class org.apache.html.dom.HTMLAreaElementImpl
- getData() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getDateTime() - Method in class org.apache.html.dom.HTMLModElementImpl
- getDeclare() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getDefaultChecked() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getDefaultSelected() - Method in class org.apache.html.dom.HTMLOptionElementImpl
- getDefaultValue() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getDefaultValue() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getDefer() - Method in class org.apache.html.dom.HTMLScriptElementImpl
- getDir() - Method in class org.apache.html.dom.HTMLElementImpl
- getDisabled() - Method in class org.apache.html.dom.HTMLButtonElementImpl
- getDisabled() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getDisabled() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getDisabled() - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
- getDisabled() - Method in class org.apache.html.dom.HTMLOptionElementImpl
- getDisabled() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getDisabled() - Method in class org.apache.html.dom.HTMLStyleElementImpl
- getDisabled() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getDoctypePublic() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the specified document type public identifier, or null.
- getDoctypeSystem() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the specified document type system identifier, or null.
- getDocumentElement() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getDomain() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getDomain() - Method in class org.apache.wml.dom.WMLAccessElementImpl
- getDomain() - Method in interface org.apache.wml.WMLAccessElement
- getDomConfig() - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- getDOMImplementation() - Static method in class org.apache.wml.dom.WMLDOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getElementById(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- getElements() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getElementsByName(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- getElementsByTagName(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- getElementsByTagName(String) - Method in class org.apache.html.dom.HTMLElementImpl
- getElementsByTagNameNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- getElementsByTagNameNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
- getElementState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Return the state of the current element.
- getEmptyOk() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getEmptyOk() - Method in interface org.apache.wml.WMLInputElement
- getEncoding() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the specified encoding.
- getEncodingInfo() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns an
EncodingInfo
instance for the encoding. - getEnctype() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getEntityRef(int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Returns the suitable entity reference for this character value, or null if no such entity exists.
- getEntityRef(int) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- getEntityRef(int) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- getEntityRef(int) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- getEvent() - Method in class org.apache.html.dom.HTMLScriptElementImpl
- getException() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- getFace() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
- getFace() - Method in class org.apache.html.dom.HTMLFontElementImpl
- getFilter() - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.When the application provides a filter, the serializer will call out to the filter before serializing each Node.
- getForm() - Method in class org.apache.html.dom.HTMLElementImpl
-
Convenience method returns the form in which this form element is contained.
- getFormat() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getFormat() - Method in interface org.apache.wml.WMLInputElement
- getForms() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getForua() - Method in class org.apache.wml.dom.WMLMetaElementImpl
- getForua() - Method in interface org.apache.wml.WMLMetaElement
- getFrame() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getFrameBorder() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getFrameBorder() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getHead() - Method in class org.apache.html.dom.HTMLDocumentImpl
-
Obtains the <HEAD> element in the document, creating one if does not exist before.
- getHeaders() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getHeight() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getHeight() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getHeight() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getHeight() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getHeight() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getHeight() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getHeight() - Method in interface org.apache.wml.WMLImgElement
- getHref() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getHref() - Method in class org.apache.html.dom.HTMLAreaElementImpl
- getHref() - Method in class org.apache.html.dom.HTMLBaseElementImpl
- getHref() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getHref() - Method in class org.apache.wml.dom.WMLAElementImpl
- getHref() - Method in class org.apache.wml.dom.WMLGoElementImpl
- getHref() - Method in interface org.apache.wml.WMLAElement
- getHref() - Method in interface org.apache.wml.WMLGoElement
- getHreflang() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getHreflang() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getHspace() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getHspace() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getHspace() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getHspace() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getHspace() - Method in interface org.apache.wml.WMLImgElement
- getHTMLDocument() - Method in class org.apache.html.dom.HTMLBuilder
- getHTMLDOMImplementation() - Static method in class org.apache.html.dom.HTMLDOMImplementationImpl
-
Returns an instance of a
HTMLDOMImplementation
that can be used to perform operations that are not specific to a particular document instance, e.g. - getHtmlFor() - Method in class org.apache.html.dom.HTMLLabelElementImpl
- getHtmlFor() - Method in class org.apache.html.dom.HTMLScriptElementImpl
- getHttpEquiv() - Method in class org.apache.html.dom.HTMLMetaElementImpl
- getHttpEquiv() - Method in class org.apache.wml.dom.WMLMetaElementImpl
- getHttpEquiv() - Method in interface org.apache.wml.WMLMetaElement
- getIANAName() - Method in class org.apache.xml.serialize.EncodingInfo
-
Deprecated.Returns a MIME charset name of this encoding.
- getId() - Method in class org.apache.html.dom.HTMLElementImpl
- getId() - Method in class org.apache.wml.dom.WMLAccessElementImpl
- getId() - Method in class org.apache.wml.dom.WMLAElementImpl
- getId() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
- getId() - Method in class org.apache.wml.dom.WMLBElementImpl
- getId() - Method in class org.apache.wml.dom.WMLBigElementImpl
- getId() - Method in class org.apache.wml.dom.WMLBrElementImpl
- getId() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getId() - Method in class org.apache.wml.dom.WMLDoElementImpl
- getId() - Method in class org.apache.wml.dom.WMLElementImpl
- getId() - Method in class org.apache.wml.dom.WMLEmElementImpl
- getId() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
- getId() - Method in class org.apache.wml.dom.WMLGoElementImpl
- getId() - Method in class org.apache.wml.dom.WMLHeadElementImpl
- getId() - Method in class org.apache.wml.dom.WMLIElementImpl
- getId() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getId() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getId() - Method in class org.apache.wml.dom.WMLMetaElementImpl
- getId() - Method in class org.apache.wml.dom.WMLNoopElementImpl
- getId() - Method in class org.apache.wml.dom.WMLOneventElementImpl
- getId() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
- getId() - Method in class org.apache.wml.dom.WMLOptionElementImpl
- getId() - Method in class org.apache.wml.dom.WMLPElementImpl
- getId() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
- getId() - Method in class org.apache.wml.dom.WMLPrevElementImpl
- getId() - Method in class org.apache.wml.dom.WMLRefreshElementImpl
- getId() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getId() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
- getId() - Method in class org.apache.wml.dom.WMLSmallElementImpl
- getId() - Method in class org.apache.wml.dom.WMLStrongElementImpl
- getId() - Method in class org.apache.wml.dom.WMLTableElementImpl
- getId() - Method in class org.apache.wml.dom.WMLTdElementImpl
- getId() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- getId() - Method in class org.apache.wml.dom.WMLTimerElementImpl
- getId() - Method in class org.apache.wml.dom.WMLTrElementImpl
- getId() - Method in class org.apache.wml.dom.WMLUElementImpl
- getId() - Method in class org.apache.wml.dom.WMLWmlElementImpl
- getId() - Method in interface org.apache.wml.WMLAElement
- getId() - Method in interface org.apache.wml.WMLElement
- getImages() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getIName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getIName() - Method in interface org.apache.wml.WMLSelectElement
- getIndent() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the indentation specified.
- getIndenting() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns true if indentation was specified.
- getIndex() - Method in class org.apache.html.dom.HTMLOptionElementImpl
- getIsMap() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getIValue() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getIValue() - Method in interface org.apache.wml.WMLSelectElement
- getLabel() - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
- getLabel() - Method in class org.apache.html.dom.HTMLOptionElementImpl
- getLabel() - Method in class org.apache.wml.dom.WMLDoElementImpl
- getLabel() - Method in interface org.apache.wml.WMLDoElement
- getLang() - Method in class org.apache.html.dom.HTMLElementImpl
- getLastPrintable() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the last printable character based on the selected encoding.
- getLength() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getLength() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getLineSeparator() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns a specific line separator to use.
- getLineWidth() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Return the selected line width for breaking up long lines.
- getLink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
- getLinks() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getLocalSrc() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getLocalSrc() - Method in interface org.apache.wml.WMLImgElement
- getLongDesc() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getLongDesc() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getLongDesc() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getLowSrc() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getMarginHeight() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getMarginHeight() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getMarginWidth() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getMarginWidth() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getMaxLength() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getMaxLength() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getMaxLength() - Method in interface org.apache.wml.WMLInputElement
- getMedia() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getMedia() - Method in class org.apache.html.dom.HTMLStyleElementImpl
- getMediaType() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the specified media type, or null.
- getMethod() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getMethod() - Method in class org.apache.wml.dom.WMLGoElementImpl
- getMethod() - Method in interface org.apache.wml.WMLGoElement
- getMethod() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the method specified for this output format.
- getMode() - Method in class org.apache.wml.dom.WMLPElementImpl
- getMode() - Method in interface org.apache.wml.WMLPElement
- getMultiple() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getMultiple() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getMultiple() - Method in interface org.apache.wml.WMLSelectElement
- getName() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getName() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getName() - Method in class org.apache.html.dom.HTMLButtonElementImpl
- getName() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getName() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getName() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getName() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getName() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getName() - Method in class org.apache.html.dom.HTMLMapElementImpl
- getName() - Method in class org.apache.html.dom.HTMLMetaElementImpl
- getName() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getName() - Method in class org.apache.html.dom.HTMLParamElementImpl
- getName() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getName() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getName() - Method in class org.apache.wml.dom.WMLDoElementImpl
- getName() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getName() - Method in class org.apache.wml.dom.WMLMetaElementImpl
- getName() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
- getName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getName() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
- getName() - Method in class org.apache.wml.dom.WMLTimerElementImpl
- getName() - Method in interface org.apache.wml.WMLDoElement
- getName() - Method in interface org.apache.wml.WMLInputElement
- getName() - Method in interface org.apache.wml.WMLMetaElement
- getName() - Method in interface org.apache.wml.WMLPostfieldElement
- getName() - Method in interface org.apache.wml.WMLSelectElement
- getName() - Method in interface org.apache.wml.WMLSetvarElement
- getName() - Method in interface org.apache.wml.WMLTimerElement
- getNewContext() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getNewContext() - Method in interface org.apache.wml.WMLCardElement
- getNewLine() - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.DOM L3 EXPERIMENTAL: The end-of-line sequence of characters to be used in the XML being written out.
- getNextIndent() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- getNextIndent() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- getNoHref() - Method in class org.apache.html.dom.HTMLAreaElementImpl
- getNonEscapingElements() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns a list of all the elements whose text node children should be output unescaped (no character references), or null if no such elements were specified.
- getNoResize() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getNoShade() - Method in class org.apache.html.dom.HTMLHRElementImpl
- getNoWrap() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getObject() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getOmitComments() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns true if comments should be ommited.
- getOmitDocumentType() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns true if the DOCTYPE declaration should be ommited.
- getOmitXMLDeclaration() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns true if the XML document declaration should be ommited.
- getOnEnterBackward() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getOnEnterBackward() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- getOnEnterBackward() - Method in interface org.apache.wml.WMLCardElement
- getOnEnterBackward() - Method in interface org.apache.wml.WMLTemplateElement
- getOnEnterForward() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getOnEnterForward() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- getOnEnterForward() - Method in interface org.apache.wml.WMLCardElement
- getOnEnterForward() - Method in interface org.apache.wml.WMLTemplateElement
- getOnPick() - Method in class org.apache.wml.dom.WMLOptionElementImpl
- getOnPick() - Method in interface org.apache.wml.WMLOptionElement
- getOnTimer() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getOnTimer() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- getOnTimer() - Method in interface org.apache.wml.WMLCardElement
- getOnTimer() - Method in interface org.apache.wml.WMLTemplateElement
- getOptional() - Method in class org.apache.wml.dom.WMLDoElementImpl
- getOptional() - Method in interface org.apache.wml.WMLDoElement
- getOptions() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getOrdered() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getOrdered() - Method in interface org.apache.wml.WMLCardElement
- getParameter(String) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.DOM L3-EXPERIMENTAL: Getter for boolean and object parameters
- getParameterNames() - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.DOM Level 3 Core CR - Experimental.
- getPath() - Method in class org.apache.wml.dom.WMLAccessElementImpl
- getPath() - Method in interface org.apache.wml.WMLAccessElement
- getPrefix(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Returns the namespace prefix for the specified URI.
- getPreserveEmptyAttributes() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the preserveEmptyAttribute flag.
- getPreserveSpace() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns true if the default behavior for this format is to preserve spaces.
- getProfile() - Method in class org.apache.html.dom.HTMLHeadElementImpl
- getPrompt() - Method in class org.apache.html.dom.HTMLIsIndexElementImpl
- getReadOnly() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getReadOnly() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getReferrer() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getRel() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getRel() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getRev() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getRev() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getRowIndex() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- getRows() - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
- getRows() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getRows() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- getRows() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getRowSpan() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getRules() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getScheme() - Method in class org.apache.html.dom.HTMLMetaElementImpl
- getScheme() - Method in class org.apache.wml.dom.WMLMetaElementImpl
- getScheme() - Method in interface org.apache.wml.WMLMetaElement
- getScope() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getScrolling() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getScrolling() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getSectionRowIndex() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- getSelected() - Method in class org.apache.html.dom.HTMLOptionElementImpl
- getSelectedIndex() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getSendreferer() - Method in class org.apache.wml.dom.WMLGoElementImpl
- getSendreferer() - Method in interface org.apache.wml.WMLGoElement
- getSerializerFactory(String) - Static method in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.Register a serializer factory, keyed by the given method string.
- getShape() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getShape() - Method in class org.apache.html.dom.HTMLAreaElementImpl
- getSize() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
- getSize() - Method in class org.apache.html.dom.HTMLFontElementImpl
- getSize() - Method in class org.apache.html.dom.HTMLHRElementImpl
- getSize() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getSize() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getSize() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getSize() - Method in interface org.apache.wml.WMLInputElement
- getSpan() - Method in class org.apache.html.dom.HTMLTableColElementImpl
- getSrc() - Method in class org.apache.html.dom.HTMLFrameElementImpl
- getSrc() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getSrc() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getSrc() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getSrc() - Method in class org.apache.html.dom.HTMLScriptElementImpl
- getSrc() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getSrc() - Method in interface org.apache.wml.WMLImgElement
- getStandalone() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns true if the document type is standalone.
- getStandby() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getStart() - Method in class org.apache.html.dom.HTMLOListElementImpl
- getSummary() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getSupportedMethod() - Method in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.Returns the method supported by this factory and used to register the factory.
- getTabIndex() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getTabIndex() - Method in class org.apache.html.dom.HTMLAreaElementImpl
- getTabIndex() - Method in class org.apache.html.dom.HTMLButtonElementImpl
- getTabIndex() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getTabIndex() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getTabIndex() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getTabIndex() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getTabIndex() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getTabIndex() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getTabIndex() - Method in interface org.apache.wml.WMLInputElement
- getTabIndex() - Method in interface org.apache.wml.WMLSelectElement
- getTarget() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getTarget() - Method in class org.apache.html.dom.HTMLAreaElementImpl
- getTarget() - Method in class org.apache.html.dom.HTMLBaseElementImpl
- getTarget() - Method in class org.apache.html.dom.HTMLFormElementImpl
- getTarget() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getTBodies() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getText() - Method in class org.apache.html.dom.HTMLBodyElementImpl
- getText() - Method in class org.apache.html.dom.HTMLOptionElementImpl
- getText() - Method in class org.apache.html.dom.HTMLScriptElementImpl
- getText() - Method in class org.apache.html.dom.HTMLTitleElementImpl
- getTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getTitle() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getTitle() - Method in class org.apache.html.dom.HTMLElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLAElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLOptionElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getTitle() - Method in class org.apache.wml.dom.WMLTableElementImpl
- getTitle() - Method in interface org.apache.wml.WMLAElement
- getTitle() - Method in interface org.apache.wml.WMLAnchorElement
- getTitle() - Method in interface org.apache.wml.WMLCardElement
- getTitle() - Method in interface org.apache.wml.WMLFieldsetElement
- getTitle() - Method in interface org.apache.wml.WMLInputElement
- getTitle() - Method in interface org.apache.wml.WMLOptgroupElement
- getTitle() - Method in interface org.apache.wml.WMLOptionElement
- getTitle() - Method in interface org.apache.wml.WMLSelectElement
- getTitle() - Method in interface org.apache.wml.WMLTableElement
- getType() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- getType() - Method in class org.apache.html.dom.HTMLButtonElementImpl
- getType() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getType() - Method in class org.apache.html.dom.HTMLLIElementImpl
- getType() - Method in class org.apache.html.dom.HTMLLinkElementImpl
- getType() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getType() - Method in class org.apache.html.dom.HTMLOListElementImpl
- getType() - Method in class org.apache.html.dom.HTMLParamElementImpl
- getType() - Method in class org.apache.html.dom.HTMLScriptElementImpl
- getType() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getType() - Method in class org.apache.html.dom.HTMLStyleElementImpl
- getType() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getType() - Method in class org.apache.html.dom.HTMLUListElementImpl
- getType() - Method in class org.apache.wml.dom.WMLDoElementImpl
- getType() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getType() - Method in class org.apache.wml.dom.WMLOneventElementImpl
- getType() - Method in interface org.apache.wml.WMLDoElement
- getType() - Method in interface org.apache.wml.WMLInputElement
- getType() - Method in interface org.apache.wml.WMLOneventElement
- getURL() - Method in class org.apache.html.dom.HTMLDocumentImpl
- getUseMap() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getUseMap() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getUseMap() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getVAlign() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getVAlign() - Method in class org.apache.html.dom.HTMLTableColElementImpl
- getVAlign() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- getVAlign() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- getValue() - Method in class org.apache.html.dom.HTMLButtonElementImpl
- getValue() - Method in class org.apache.html.dom.HTMLInputElementImpl
- getValue() - Method in class org.apache.html.dom.HTMLLIElementImpl
- getValue() - Method in class org.apache.html.dom.HTMLOptionElementImpl
- getValue() - Method in class org.apache.html.dom.HTMLParamElementImpl
- getValue() - Method in class org.apache.html.dom.HTMLSelectElementImpl
- getValue() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- getValue() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getValue() - Method in class org.apache.wml.dom.WMLOptionElementImpl
- getValue() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
- getValue() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getValue() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
- getValue() - Method in class org.apache.wml.dom.WMLTimerElementImpl
- getValue() - Method in interface org.apache.wml.WMLInputElement
- getValue() - Method in interface org.apache.wml.WMLOptionElement
- getValue() - Method in interface org.apache.wml.WMLPostfieldElement
- getValue() - Method in interface org.apache.wml.WMLSelectElement
- getValue() - Method in interface org.apache.wml.WMLSetvarElement
- getValue() - Method in interface org.apache.wml.WMLTimerElement
- getValueType() - Method in class org.apache.html.dom.HTMLParamElementImpl
- getVersion() - Method in class org.apache.html.dom.HTMLHtmlElementImpl
- getVersion() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the version for this output method.
- getVLink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
- getVspace() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getVspace() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getVspace() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getVspace() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getVspace() - Method in interface org.apache.wml.WMLImgElement
- getWidth() - Method in class org.apache.html.dom.HTMLAppletElementImpl
- getWidth() - Method in class org.apache.html.dom.HTMLHRElementImpl
- getWidth() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- getWidth() - Method in class org.apache.html.dom.HTMLImageElementImpl
- getWidth() - Method in class org.apache.html.dom.HTMLObjectElementImpl
- getWidth() - Method in class org.apache.html.dom.HTMLPreElementImpl
- getWidth() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- getWidth() - Method in class org.apache.html.dom.HTMLTableColElementImpl
- getWidth() - Method in class org.apache.html.dom.HTMLTableElementImpl
- getWidth() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getWidth() - Method in interface org.apache.wml.WMLImgElement
- getWriter(OutputStream) - Method in class org.apache.xml.serialize.EncodingInfo
-
Deprecated.Returns a writer for this encoding based on an output stream.
- getXmlLang() - Method in class org.apache.wml.dom.WMLAElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLBElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLBigElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLBrElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLCardElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLDoElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLEmElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLIElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLImgElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLInputElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLOptionElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLPElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLSelectElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLSmallElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLStrongElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLTableElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLTdElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLUElementImpl
- getXmlLang() - Method in class org.apache.wml.dom.WMLWmlElementImpl
- getXmlLang() - Method in interface org.apache.wml.WMLAElement
- getXmlLang() - Method in interface org.apache.wml.WMLAnchorElement
- getXmlLang() - Method in interface org.apache.wml.WMLBElement
- getXmlLang() - Method in interface org.apache.wml.WMLBigElement
- getXmlLang() - Method in interface org.apache.wml.WMLBrElement
- getXmlLang() - Method in interface org.apache.wml.WMLCardElement
- getXmlLang() - Method in interface org.apache.wml.WMLDoElement
- getXmlLang() - Method in interface org.apache.wml.WMLEmElement
- getXmlLang() - Method in interface org.apache.wml.WMLFieldsetElement
- getXmlLang() - Method in interface org.apache.wml.WMLIElement
- getXmlLang() - Method in interface org.apache.wml.WMLImgElement
- getXmlLang() - Method in interface org.apache.wml.WMLInputElement
- getXmlLang() - Method in interface org.apache.wml.WMLOptgroupElement
- getXmlLang() - Method in interface org.apache.wml.WMLOptionElement
- getXmlLang() - Method in interface org.apache.wml.WMLPElement
- getXmlLang() - Method in interface org.apache.wml.WMLSelectElement
- getXmlLang() - Method in interface org.apache.wml.WMLSmallElement
- getXmlLang() - Method in interface org.apache.wml.WMLStrongElement
- getXmlLang() - Method in interface org.apache.wml.WMLTableElement
- getXmlLang() - Method in interface org.apache.wml.WMLTdElement
- getXmlLang() - Method in interface org.apache.wml.WMLUElement
- getXmlLang() - Method in interface org.apache.wml.WMLWmlElement
H
- HTML - Static variable in class org.apache.xml.serialize.Method
-
Deprecated.The output method for HTML documents.
- HTMLAnchorElementImpl - Class in org.apache.html.dom
- HTMLAnchorElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAnchorElementImpl
-
Constructor requires owner document.
- HTMLAppletElementImpl - Class in org.apache.html.dom
- HTMLAppletElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAppletElementImpl
-
Constructor requires owner document.
- HTMLAreaElementImpl - Class in org.apache.html.dom
- HTMLAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAreaElementImpl
-
Constructor requires owner document.
- HTMLBaseElementImpl - Class in org.apache.html.dom
- HTMLBaseElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBaseElementImpl
-
Constructor requires owner document.
- HTMLBaseFontElementImpl - Class in org.apache.html.dom
- HTMLBaseFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBaseFontElementImpl
-
Constructor requires owner document.
- HTMLBodyElementImpl - Class in org.apache.html.dom
- HTMLBodyElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBodyElementImpl
-
Constructor requires owner document.
- HTMLBRElementImpl - Class in org.apache.html.dom
- HTMLBRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBRElementImpl
-
Constructor requires owner document.
- HTMLBuilder - Class in org.apache.html.dom
-
This is a SAX document handler that is used to build an HTML document.
- HTMLBuilder() - Constructor for class org.apache.html.dom.HTMLBuilder
- HTMLButtonElementImpl - Class in org.apache.html.dom
- HTMLButtonElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLButtonElementImpl
-
Constructor requires owner document.
- HTMLDirectoryElementImpl - Class in org.apache.html.dom
- HTMLDirectoryElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDirectoryElementImpl
-
Constructor requires owner document.
- HTMLDivElementImpl - Class in org.apache.html.dom
- HTMLDivElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDivElementImpl
-
Constructor requires owner document.
- HTMLDListElementImpl - Class in org.apache.html.dom
- HTMLDListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDListElementImpl
-
Constructor requires owner document.
- HTMLDocumentImpl - Class in org.apache.html.dom
-
Implements an HTML document.
- HTMLDocumentImpl() - Constructor for class org.apache.html.dom.HTMLDocumentImpl
- HTMLDOMImplementationImpl - Class in org.apache.html.dom
-
Provides number of methods for performing operations that are independent of any particular instance of the document object model.
- HTMLdtd - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information.
- HTMLdtd() - Constructor for class org.apache.xml.serialize.HTMLdtd
-
Deprecated.
- HTMLElementImpl - Class in org.apache.html.dom
-
Implements an HTML-specific element, an
Element
that will only appear inside HTML documents. - HTMLElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLElementImpl
-
Constructor required owner document and element tag name.
- HTMLFieldSetElementImpl - Class in org.apache.html.dom
- HTMLFieldSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFieldSetElementImpl
-
Constructor requires owner document.
- HTMLFontElementImpl - Class in org.apache.html.dom
- HTMLFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFontElementImpl
- HTMLFormControl - Interface in org.apache.html.dom
-
Identifies control in a form, so they may be collected in a form elements collection.
- HTMLFormElementImpl - Class in org.apache.html.dom
- HTMLFormElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFormElementImpl
-
Constructor requires owner document.
- HTMLFrameElementImpl - Class in org.apache.html.dom
- HTMLFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFrameElementImpl
-
Constructor requires owner document.
- HTMLFrameSetElementImpl - Class in org.apache.html.dom
- HTMLFrameSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFrameSetElementImpl
-
Constructor requires owner document.
- HTMLHeadElementImpl - Class in org.apache.html.dom
- HTMLHeadElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHeadElementImpl
-
Constructor requires owner document.
- HTMLHeadingElementImpl - Class in org.apache.html.dom
- HTMLHeadingElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHeadingElementImpl
-
Constructor requires owner document.
- HTMLHRElementImpl - Class in org.apache.html.dom
- HTMLHRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHRElementImpl
-
Constructor requires owner document.
- HTMLHtmlElementImpl - Class in org.apache.html.dom
- HTMLHtmlElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHtmlElementImpl
-
Constructor requires owner document.
- HTMLIFrameElementImpl - Class in org.apache.html.dom
- HTMLIFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLIFrameElementImpl
-
Constructor requires owner document.
- HTMLImageElementImpl - Class in org.apache.html.dom
- HTMLImageElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLImageElementImpl
-
Constructor requires owner document.
- HTMLInputElementImpl - Class in org.apache.html.dom
- HTMLInputElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLInputElementImpl
-
Constructor requires owner document.
- HTMLIsIndexElementImpl - Class in org.apache.html.dom
- HTMLIsIndexElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLIsIndexElementImpl
-
Constructor requires owner document.
- HTMLLabelElementImpl - Class in org.apache.html.dom
- HTMLLabelElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLabelElementImpl
-
Constructor requires owner document.
- HTMLLegendElementImpl - Class in org.apache.html.dom
- HTMLLegendElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLegendElementImpl
-
Constructor requires owner document.
- HTMLLIElementImpl - Class in org.apache.html.dom
- HTMLLIElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLIElementImpl
-
Constructor requires owner document.
- HTMLLinkElementImpl - Class in org.apache.html.dom
- HTMLLinkElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLinkElementImpl
-
Constructor requires owner document.
- HTMLMapElementImpl - Class in org.apache.html.dom
- HTMLMapElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMapElementImpl
-
Constructor requires owner document.
- HTMLMenuElementImpl - Class in org.apache.html.dom
- HTMLMenuElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMenuElementImpl
-
Constructor requires owner document.
- HTMLMetaElementImpl - Class in org.apache.html.dom
- HTMLMetaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMetaElementImpl
-
Constructor requires owner document.
- HTMLModElementImpl - Class in org.apache.html.dom
- HTMLModElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLModElementImpl
-
Constructor requires owner document and tag name.
- HTMLObjectElementImpl - Class in org.apache.html.dom
- HTMLObjectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLObjectElementImpl
-
Constructor requires owner document.
- HTMLOListElementImpl - Class in org.apache.html.dom
- HTMLOListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOListElementImpl
-
Constructor requires owner document.
- HTMLOptGroupElementImpl - Class in org.apache.html.dom
- HTMLOptGroupElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOptGroupElementImpl
-
Constructor requires owner document.
- HTMLOptionElementImpl - Class in org.apache.html.dom
- HTMLOptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOptionElementImpl
-
Constructor requires owner document.
- HTMLParagraphElementImpl - Class in org.apache.html.dom
- HTMLParagraphElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLParagraphElementImpl
-
Constructor requires owner document.
- HTMLParamElementImpl - Class in org.apache.html.dom
- HTMLParamElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLParamElementImpl
-
Constructor requires owner document.
- HTMLPreElementImpl - Class in org.apache.html.dom
- HTMLPreElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLPreElementImpl
-
Constructor requires owner document.
- HTMLPublicId - Static variable in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Public identifier for HTML 4.01 (Strict) document type.
- HTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
-
Deprecated.Public identifier for HTML 4.01 (Strict) document type.
- HTMLQuoteElementImpl - Class in org.apache.html.dom
- HTMLQuoteElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLQuoteElementImpl
-
Constructor requires owner document.
- HTMLScriptElementImpl - Class in org.apache.html.dom
- HTMLScriptElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLScriptElementImpl
-
Constructor requires owner document.
- HTMLSelectElementImpl - Class in org.apache.html.dom
- HTMLSelectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLSelectElementImpl
-
Constructor requires owner document.
- HTMLSerializer - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information.
- HTMLSerializer() - Constructor for class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.Constructs a new serializer.
- HTMLSerializer(boolean, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.Constructs a new HTML/XHTML serializer depending on the value of xhtml.
- HTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.Constructs a new serializer that writes to the specified output stream using the specified output format.
- HTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.Constructs a new serializer that writes to the specified writer using the specified output format.
- HTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.Constructs a new serializer.
- HTMLStyleElementImpl - Class in org.apache.html.dom
- HTMLStyleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLStyleElementImpl
-
Constructor requires owner document.
- HTMLSystemId - Static variable in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.System identifier for HTML 4.01 (Strict) document type.
- HTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
-
Deprecated.System identifier for HTML 4.01 (Strict) document type.
- HTMLTableCaptionElementImpl - Class in org.apache.html.dom
- HTMLTableCaptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableCaptionElementImpl
-
Constructor requires owner document.
- HTMLTableCellElementImpl - Class in org.apache.html.dom
- HTMLTableCellElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableCellElementImpl
-
Constructor requires owner document.
- HTMLTableColElementImpl - Class in org.apache.html.dom
- HTMLTableColElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableColElementImpl
-
Constructor requires owner document.
- HTMLTableElementImpl - Class in org.apache.html.dom
- HTMLTableElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableElementImpl
-
Constructor requires owner document.
- HTMLTableRowElementImpl - Class in org.apache.html.dom
- HTMLTableRowElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableRowElementImpl
-
Constructor requires owner document.
- HTMLTableSectionElementImpl - Class in org.apache.html.dom
- HTMLTableSectionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableSectionElementImpl
-
Constructor requires owner document.
- HTMLTextAreaElementImpl - Class in org.apache.html.dom
- HTMLTextAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTextAreaElementImpl
-
Constructor requires owner document.
- HTMLTitleElementImpl - Class in org.apache.html.dom
- HTMLTitleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTitleElementImpl
-
Constructor requires owner document.
- HTMLUListElementImpl - Class in org.apache.html.dom
- HTMLUListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLUListElementImpl
-
Constructor requires owner document.
I
- ignorableWhitespace(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
- ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- inCData - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.True while inside CData and printing text as CData.
- indent() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Increment the indentation for the next line.
- indent() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- Indent - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
-
Deprecated.If indentation is turned on, the default identation level is 4.
- IndentPrinter - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- IndentPrinter(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- INFOSET - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- insertCell(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- insertRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
- insertRow(int) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLAnchorElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLAppletElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLAreaElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLBRElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLBaseElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLBaseFontElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLBodyElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLButtonElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLDListElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLDOMImplementationImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLDirectoryElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLDivElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLDocumentImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLFieldSetElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLFontElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLFormElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLFrameElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLFrameSetElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLHRElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLHeadElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLHeadingElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLHtmlElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLIFrameElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLImageElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLInputElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLIsIndexElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLLIElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLLabelElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLLegendElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLLinkElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLMapElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLMenuElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLMetaElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLModElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLOListElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLObjectElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLOptGroupElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLOptionElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLParagraphElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLParamElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLPreElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLQuoteElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLScriptElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLSelectElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLStyleElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLTableCaptionElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLTableCellElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLTableColElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLTableElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLTableRowElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLTableSectionElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLTextAreaElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLTitleElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.HTMLUListElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.html.dom.NameNodeListImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLAElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLAccessElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLAnchorElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLBElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLBigElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLBrElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLCardElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLDOMImplementationImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLDoElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLDocumentImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLEmElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLFieldsetElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLGoElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLHeadElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLIElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLImgElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLInputElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLMetaElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLNoopElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLOneventElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLOptgroupElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLOptionElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLPElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLPostfieldElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLPrevElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLRefreshElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLSelectElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLSetvarElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLSmallElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLStrongElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLTableElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLTdElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLTemplateElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLTimerElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLTrElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLUElementImpl
- Section
- INTERNAL: - Search tag in class org.apache.wml.dom.WMLWmlElementImpl
- Section
- INTERNAL: - Search tag in interface org.apache.html.dom.HTMLFormControl
- Section
- internalEntityDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- isBoolean(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns true if the specified attribute is a boolean and should be printed without the value.
- isCDataElement(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns true if the text node children of the given elements should be output as CDATA.
- isClosing(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns true if the opening of one element (tagName) implies the closing of another open element (openTag).
- isDocumentState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Returns true if in the state of the document.
- isElementContent(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns true if element is declared to have element content.
- isEmptyTag(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns true if element is declared to be empty.
- isNonEscapingElement(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns true if the text node children of the given elements should be output unescaped.
- isOnlyOpening(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns true if element's closing tag is generally not printed.
- isOptionalClosing(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns true if element's closing tag is optional and need not exist.
- isPreserveSpace(String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns true if element's textual contents preserves spaces.
- isPrintable(char) - Method in class org.apache.xml.serialize.EncodingInfo
-
Deprecated.Checks whether the specified character is printable or not in this encoding.
- isURI(String, String) - Static method in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Returns true if the specified attribute it a URI and should be escaped appropriately.
L
- leaveDTD() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Called by the root element to leave DTD mode and if any DTD parts were printer, will return a string with their textual content.
- leaveDTD() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.Called by the root element to leave DTD mode and if any DTD parts were printer, will return a string with their textual content.
- leaveElementState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Leave the current element state and return to the state of the parent element.
- LineSeparator - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- LineSeparator() - Constructor for class org.apache.xml.serialize.LineSeparator
-
Deprecated.
- LineWidth - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
-
Deprecated.The default line width at which to break long lines when identing.
- localName - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.The element's local tag name.
M
- Macintosh - Static variable in class org.apache.xml.serialize.LineSeparator
-
Deprecated.Line separator for Macintosh systems (\r).
- makeSerializer(OutputStream, OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.Create a new serializer, based on the
OutputFormat
and using the output byte stream and the encoding specified in the output format. - makeSerializer(Writer, OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.Create a new serializer, based on the
OutputFormat
and using the writer as the output character stream. - makeSerializer(OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.Create a new serializer based on the
OutputFormat
. - Method - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- Method() - Constructor for class org.apache.xml.serialize.Method
-
Deprecated.
- modifyDOMError(String, short, String, Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.The method modifies global DOM error object
N
- NameNodeListImpl - Class in org.apache.html.dom
-
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
- NameNodeListImpl(NodeImpl, String) - Constructor for class org.apache.html.dom.NameNodeListImpl
-
Constructor.
- NAMESPACES - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- namespaceURI - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.The element's namespace URI.
- nextMatchingElementAfter(Node) - Method in class org.apache.html.dom.NameNodeListImpl
-
Iterative tree-walker.
- notationDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- NSDECL - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
O
- open() - Method in class org.apache.html.dom.HTMLDocumentImpl
- org.apache.html.dom - package org.apache.html.dom
- org.apache.wml - package org.apache.wml
- org.apache.wml.dom - package org.apache.wml.dom
- org.apache.xml.serialize - package org.apache.xml.serialize
- OutputFormat - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
- OutputFormat() - Constructor for class org.apache.xml.serialize.OutputFormat
-
Deprecated.Constructs a new output format with the default values.
- OutputFormat(String, String, boolean) - Constructor for class org.apache.xml.serialize.OutputFormat
-
Deprecated.Constructs a new output format with the default values for the specified method and encoding.
- OutputFormat(Document) - Constructor for class org.apache.xml.serialize.OutputFormat
-
Deprecated.Constructs a new output format with the proper method, document type identifiers and media type for the specified document.
- OutputFormat(Document, String, boolean) - Constructor for class org.apache.xml.serialize.OutputFormat
-
Deprecated.Constructs a new output format with the proper method, document type identifiers and media type for the specified document, and with the specified encoding.
- OutputFormat.Defaults - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
- OutputFormat.DTD - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
P
- PREFIX - Static variable in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- PREFIX - Static variable in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- prefixes - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.Association between namespace URIs (keys) and prefixes (values).
- prepare() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- preserveSpace - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.True if element is space preserving.
- PRETTY_PRINT - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- printCDATAText(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- printCDATAText(String) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- printDoctypeURL(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Print a document type public or system identifier URL.
- Printer - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- Printer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.Printer
-
Deprecated.
- printEscaped(int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- printEscaped(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Escapes a string so it may be printed as text content or attribute value.
- printEscaped(String) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- printEscaped(String) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- printSpace() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Called to print a single space between text parts that may be broken into separate lines.
- printSpace() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- printText(char) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- printText(char) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- printText(char[], int, int) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- printText(char[], int, int) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Called to print additional text with whitespace handling.
- printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- printText(String) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Called to print additional text.
- printText(String) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- printText(StringBuffer) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- printText(StringBuffer) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- printXMLChar(int) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- printXMLChar(int) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.print text data
- processingInstruction(String, String) - Method in class org.apache.html.dom.HTMLBuilder
- processingInstruction(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- processingInstructionIO(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- processingInstructionIO(String, String) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
R
- rawName - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.The element's raw tag name (local or prefix:local).
- registerSerializerFactory(SerializerFactory) - Static method in class org.apache.xml.serialize.SerializerFactory
-
Deprecated.Register a serializer factory, keyed by the given method string.
- remove(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- reset() - Method in class org.apache.html.dom.HTMLFormElementImpl
- reset() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- reset() - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
- reset() - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
S
- select() - Method in class org.apache.html.dom.HTMLInputElementImpl
- select() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- serialize(Document) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Serializes the DOM document using the previously specified writer and output format.
- serialize(Document) - Method in interface org.apache.xml.serialize.DOMSerializer
-
Deprecated.Serializes the DOM document.
- serialize(DocumentFragment) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Serializes the DOM document fragmnt using the previously specified writer and output format.
- serialize(DocumentFragment) - Method in interface org.apache.xml.serialize.DOMSerializer
-
Deprecated.Serializes the DOM document fragment.
- serialize(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Serializes the DOM element using the previously specified writer and output format.
- serialize(Element) - Method in interface org.apache.xml.serialize.DOMSerializer
-
Deprecated.Serialized the DOM element.
- serializeElement(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Called to serializee the DOM element.
- serializeElement(Element) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.Called to serialize a DOM element.
- serializeElement(Element) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.Called to serialize a DOM element.
- serializeElement(Element) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.Called to serialize a DOM element.
- serializeNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Serialize the DOM node.
- serializeNode(Node) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.Serialize the DOM node.
- serializePreRoot() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
- Serializer - Interface in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
- SerializerFactory - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
- SerializerFactory() - Constructor for class org.apache.xml.serialize.SerializerFactory
-
Deprecated.
- setAbbr(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setAccept(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setAcceptCharset(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
- setAcceptCharset(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
- setAcceptCharset(String) - Method in interface org.apache.wml.WMLGoElement
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
- setAccessKey(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setAction(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLDivElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLHeadingElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLParagraphElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- setAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- setAlign(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setAlign(String) - Method in class org.apache.wml.dom.WMLPElementImpl
- setAlign(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
- setAlign(String) - Method in interface org.apache.wml.WMLImgElement
-
'align' specifies the alignment of the image within the text flow.
- setAlign(String) - Method in interface org.apache.wml.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.apache.wml.WMLTableElement
-
'align' set the align of the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
- setALink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
- setAllowJavaNames() - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns whether java encoding names are permitted
- setAllowJavaNames(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets whether java encoding names are permitted
- setAlt(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setAlt(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
- setAlt(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setAlt(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setAlt(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setAlt(String) - Method in interface org.apache.wml.WMLImgElement
-
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
- setArchive(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setArchive(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setAxis(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setBackground(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
- setBgColor(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
- setBgColor(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setBgColor(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setBgColor(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- setBody(HTMLElement) - Method in class org.apache.html.dom.HTMLDocumentImpl
- setBorder(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setBorder(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setBorder(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setCaption(HTMLTableCaptionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setCDataElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the list of elements for which text node children should be output as CDATA.
- setCellIndex(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setCellPadding(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setCells(HTMLCollection) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- setCellSpacing(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setCh(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setCh(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
- setCh(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- setCh(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- setCharset(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setCharset(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setCharset(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
- setChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setChOff(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setChOff(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
- setChOff(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- setChOff(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- setCite(String) - Method in class org.apache.html.dom.HTMLModElementImpl
- setCite(String) - Method in class org.apache.html.dom.HTMLQuoteElementImpl
- setClassName(String) - Method in class org.apache.html.dom.HTMLElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLAElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLBElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLHeadElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLIElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLNoopElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLPElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLPrevElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLRefreshElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLTrElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLUElementImpl
- setClassName(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
- setClassName(String) - Method in interface org.apache.wml.WMLElement
-
The 'class' attribute of a element that affiliates an elements with one or more elements.
- setClear(String) - Method in class org.apache.html.dom.HTMLBRElementImpl
- setCode(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setCode(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setCodeBase(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setCodeBase(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setCodeType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setColor(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
- setColor(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
- setCols(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setCols(String) - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
- setColSpan(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setColumns(int) - Method in class org.apache.wml.dom.WMLTableElementImpl
- setColumns(int) - Method in interface org.apache.wml.WMLTableElement
-
'columns' specifies the number of columns (Section 11.8.5, WAP WML Version 16-Jun-1999)
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLDirectoryElementImpl
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLDListElementImpl
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLMenuElementImpl
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLOListElementImpl
- setCompact(boolean) - Method in class org.apache.html.dom.HTMLUListElementImpl
- setContent(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
- setContent(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
- setContent(String) - Method in interface org.apache.wml.WMLMetaElement
-
'content' attribute specifies the property value
- setCookie(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- setCoords(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setCoords(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
- setData(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setDateTime(String) - Method in class org.apache.html.dom.HTMLModElementImpl
- setDeclare(boolean) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setDefaultChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setDefaultSelected(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
- setDefaultValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setDefaultValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setDefer(boolean) - Method in class org.apache.html.dom.HTMLScriptElementImpl
- setDir(String) - Method in class org.apache.html.dom.HTMLElementImpl
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLButtonElementImpl
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLStyleElementImpl
- setDisabled(boolean) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setDoctype(String, String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the document type public and system identifiers.
- setDocumentLocator(Locator) - Method in class org.apache.html.dom.HTMLBuilder
- setDocumentLocator(Locator) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- setDomain(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
- setDomain(String) - Method in interface org.apache.wml.WMLAccessElement
-
A deck's domain and path attributes specify which deck may access it.
- setEmptyOk(boolean) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setEmptyOk(boolean) - Method in interface org.apache.wml.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
-
Deprecated.Sets the encoding for this output method.
- setEncoding(EncodingInfo) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the encoding for this output method with an
EncodingInfo
instance. - setEnctype(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
- setEvent(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
- setFace(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
- setFace(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
- setFilter(LSSerializerFilter) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.When the application provides a filter, the serializer will call out to the filter before serializing each Node.
- setFormat(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setFormat(String) - Method in interface org.apache.wml.WMLInputElement
-
'format' specifies the input mask for user input.
- setForua(boolean) - Method in class org.apache.wml.dom.WMLMetaElementImpl
- setForua(boolean) - Method in interface org.apache.wml.WMLMetaElement
-
'forua' attribute specifies whether a intermediate agent should remove this meta element.
- setFrame(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setFrameBorder(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
- setFrameBorder(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setHeaders(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setHeight(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setHeight(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setHeight(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setHeight(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setHeight(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setHeight(String) - Method in interface org.apache.wml.WMLImgElement
-
'height' specifies the height of an image.
- setHref(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setHref(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
- setHref(String) - Method in class org.apache.html.dom.HTMLBaseElementImpl
- setHref(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setHref(String) - Method in class org.apache.wml.dom.WMLAElementImpl
- setHref(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
- setHref(String) - Method in interface org.apache.wml.WMLAElement
- setHref(String) - Method in interface org.apache.wml.WMLGoElement
- setHreflang(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setHreflang(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setHspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setHspace(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setHspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setHspace(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setHspace(String) - Method in interface org.apache.wml.WMLImgElement
-
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
- setHtmlFor(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
- setHtmlFor(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
- setHttpEquiv(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
- setHttpEquiv(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
- setHttpEquiv(String) - Method in interface org.apache.wml.WMLMetaElement
-
'http-equiv' attribute indicates the property should be interpret as HTTP header.
- setId(String) - Method in class org.apache.html.dom.HTMLElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLAElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLBElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLHeadElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLIElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLNoopElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLPElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLPrevElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLRefreshElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLTrElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLUElementImpl
- setId(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
- setId(String) - Method in interface org.apache.wml.WMLAElement
- setId(String) - Method in interface org.apache.wml.WMLElement
-
The element's identifier which is unique in a single deck.
- setIName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setIName(String) - Method in interface org.apache.wml.WMLSelectElement
-
'iname' specifies name of variable to be set with the index result of selection.
- setIndent(int) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the indentation.
- setIndenting(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the indentation on and off.
- setIndex(int) - Method in class org.apache.html.dom.HTMLOptionElementImpl
- setIsMap(boolean) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setIValue(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setIValue(String) - Method in interface org.apache.wml.WMLSelectElement
-
'ivalue' specifies the default of the variable 'iname'
- setLabel(String) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
- setLabel(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
- setLabel(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
- setLabel(String) - Method in interface org.apache.wml.WMLDoElement
- setLang(String) - Method in class org.apache.html.dom.HTMLElementImpl
- setLineSeparator(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the line separator.
- setLineWidth(int) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the line width.
- setLink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
- setLocalSrc(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setLocalSrc(String) - Method in interface org.apache.wml.WMLImgElement
-
'localsrc' specifies an alternative internal representation of the image.
- setLongDesc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
- setLongDesc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setLongDesc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setLowSrc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setMarginHeight(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
- setMarginHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setMarginWidth(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
- setMarginWidth(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setMaxLength(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setMaxLength(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setMaxLength(int) - Method in interface org.apache.wml.WMLInputElement
-
'maxlength' specifies the maximum number of characters to be enter.
- setMedia(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setMedia(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
- setMediaType(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the media type.
- setMethod(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
- setMethod(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
- setMethod(String) - Method in interface org.apache.wml.WMLGoElement
- setMethod(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the method for this output format.
- setMode(String) - Method in class org.apache.wml.dom.WMLPElementImpl
- setMode(String) - Method in interface org.apache.wml.WMLPElement
-
'mode' specifies the wrapping mode of the paragraph.
- setMultiple(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- setMultiple(boolean) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setMultiple(boolean) - Method in interface org.apache.wml.WMLSelectElement
-
'multiple' indicates whether a list accept multiple selection (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
- setName(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLMapElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- setName(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setName(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
- setName(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setName(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
- setName(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
- setName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setName(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
- setName(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
- setName(String) - Method in interface org.apache.wml.WMLDoElement
- setName(String) - Method in interface org.apache.wml.WMLInputElement
-
'name' specifies the name of a variable after the user enters the text.
- setName(String) - Method in interface org.apache.wml.WMLMetaElement
-
'name' attribute specific the property name
- setName(String) - Method in interface org.apache.wml.WMLPostfieldElement
- setName(String) - Method in interface org.apache.wml.WMLSelectElement
-
'name' specifies the name of variable to be set.
- setName(String) - Method in interface org.apache.wml.WMLSetvarElement
- setName(String) - Method in interface org.apache.wml.WMLTimerElement
-
'name' specifies the name of variable ot be set with the value of the timer.
- setNamespaces(boolean) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.This methods turns on namespace fixup algorithm during DOM serialization.
- setNewContext(boolean) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setNewContext(boolean) - Method in interface org.apache.wml.WMLCardElement
-
'newcontext' specifies whether a browser context should be re-initialized upon entering the card.
- setNewLine(String) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.DOM L3 EXPERIMENTAL: The end-of-line sequence of characters to be used in the XML being written out.
- setNextIndent(int) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- setNextIndent(int) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- setNoHref(boolean) - Method in class org.apache.html.dom.HTMLAreaElementImpl
- setNonEscapingElements(String[]) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the list of elements for which text node children should be output unescaped (no character references).
- setNoResize(boolean) - Method in class org.apache.html.dom.HTMLFrameElementImpl
- setNoShade(boolean) - Method in class org.apache.html.dom.HTMLHRElementImpl
- setNoWrap(boolean) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setObject(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setOmitComments(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets comment omitting on and off.
- setOmitDocumentType(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets DOCTYPE declaration omitting on and off.
- setOmitXMLDeclaration(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets XML declaration omitting on and off.
- setOnEnterBackward(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setOnEnterBackward(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- setOnEnterBackward(String) - Method in interface org.apache.wml.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)
- setOnEnterBackward(String) - Method in interface org.apache.wml.WMLTemplateElement
- setOnEnterForward(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setOnEnterForward(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- setOnEnterForward(String) - Method in interface org.apache.wml.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)
- setOnEnterForward(String) - Method in interface org.apache.wml.WMLTemplateElement
- setOnPick(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
- setOnPick(String) - Method in interface org.apache.wml.WMLOptionElement
-
'onpick' specifies a event to occur when a user select and disselect this choice.
- setOnTimer(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setOnTimer(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
- setOnTimer(String) - Method in interface org.apache.wml.WMLCardElement
-
'onenterbackward' specifies the event to occur when a timer expires (Section 11.5.1, WAP WML Version 16-Jun-1999)
- setOnTimer(String) - Method in interface org.apache.wml.WMLTemplateElement
- setOptional(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
- setOptional(String) - Method in interface org.apache.wml.WMLDoElement
- setOrdered(boolean) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setOrdered(boolean) - Method in interface org.apache.wml.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
-
Deprecated.
- setOutputByteStream(OutputStream) - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.Specifies an output stream to which the document should be serialized.
- setOutputCharStream(Writer) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- setOutputCharStream(Writer) - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.Specifies a writer to which the document should be serialized.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- setOutputFormat(OutputFormat) - Method in interface org.apache.xml.serialize.Serializer
-
Deprecated.Specifies an output format for this serializer.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.
- setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- setParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.DOM L3-EXPERIMENTAL: Setter for boolean and object parameters
- setPath(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
- setPath(String) - Method in interface org.apache.wml.WMLAccessElement
-
path attribute is prefix-matched against the path portion of the referring URI
- setPreserveEmptyAttributes(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the preserveEmptyAttribute flag.
- setPreserveSpace(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets space preserving as the default behavior.
- setProfile(String) - Method in class org.apache.html.dom.HTMLHeadElementImpl
- setPrompt(String) - Method in class org.apache.html.dom.HTMLIsIndexElementImpl
- setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setRel(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setRel(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setRev(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setRev(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setRowIndex(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- setRows(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setRows(String) - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
- setRowSpan(int) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setRules(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setScheme(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
- setScheme(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
- setScheme(String) - Method in interface org.apache.wml.WMLMetaElement
-
'scheme' attribute specifies a form that may be used to interpret the property value
- setScope(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setScrolling(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
- setScrolling(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setSectionRowIndex(int) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- setSelected(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
- setSelectedIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- setSendreferer(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
- setSendreferer(String) - Method in interface org.apache.wml.WMLGoElement
- setShape(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setShape(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
- setSize(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- setSize(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setSize(int) - Method in interface org.apache.wml.WMLInputElement
-
'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)
- setSize(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
- setSize(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
- setSize(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
- setSize(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setSpan(int) - Method in class org.apache.html.dom.HTMLTableColElementImpl
- setSrc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
- setSrc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setSrc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setSrc(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setSrc(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
- setSrc(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setSrc(String) - Method in interface org.apache.wml.WMLImgElement
-
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
- setStandalone(boolean) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets document DTD standalone.
- setStandby(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setStart(int) - Method in class org.apache.html.dom.HTMLOListElementImpl
- setSummary(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLAreaElementImpl
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLButtonElementImpl
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- setTabIndex(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setTabIndex(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setTabIndex(int) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setTabIndex(int) - Method in interface org.apache.wml.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.apache.wml.WMLSelectElement
-
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
- setTarget(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setTarget(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
- setTarget(String) - Method in class org.apache.html.dom.HTMLBaseElementImpl
- setTarget(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
- setTarget(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setText(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
- setText(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
- setText(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
- setText(String) - Method in class org.apache.html.dom.HTMLTitleElementImpl
- setTFoot(HTMLTableSectionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setTHead(HTMLTableSectionElement) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setThisIndent(int) - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.
- setThisIndent(int) - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- setTitle(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- setTitle(String) - Method in class org.apache.html.dom.HTMLElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLAElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setTitle(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
- setTitle(String) - Method in interface org.apache.wml.WMLAElement
- setTitle(String) - Method in interface org.apache.wml.WMLAnchorElement
- setTitle(String) - Method in interface org.apache.wml.WMLCardElement
-
'title' specifies a advisory info about the card (Section 11.5.2, WAP WML Version 16-Jun-1999)
- setTitle(String) - Method in interface org.apache.wml.WMLFieldsetElement
-
'title' specifies a title for this element
- setTitle(String) - Method in interface org.apache.wml.WMLInputElement
-
'title' specifies a title for this element (Section 11.6.3, WAP WML Version 16-Jun-1999)
- setTitle(String) - Method in interface org.apache.wml.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.apache.wml.WMLOptionElement
-
'title' specifies a title for this element.
- setTitle(String) - Method in interface org.apache.wml.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.apache.wml.WMLTableElement
-
'title' specifies a title for the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
- setType(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
- setType(String) - Method in class org.apache.html.dom.HTMLLIElementImpl
- setType(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
- setType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setType(String) - Method in class org.apache.html.dom.HTMLOListElementImpl
- setType(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
- setType(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
- setType(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
- setType(String) - Method in class org.apache.html.dom.HTMLUListElementImpl
- setType(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
- setType(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setType(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
- setType(String) - Method in interface org.apache.wml.WMLDoElement
- setType(String) - Method in interface org.apache.wml.WMLInputElement
-
'type' specifies the type of text input area.
- setType(String) - Method in interface org.apache.wml.WMLOneventElement
- setUseMap(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setUseMap(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setUseMap(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setVAlign(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setVAlign(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
- setVAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
- setVAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
- setValue(int) - Method in class org.apache.html.dom.HTMLLIElementImpl
- setValue(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
- setValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
- setValue(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
- setValue(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
- setValue(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
- setValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
- setValue(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setValue(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
- setValue(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
- setValue(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setValue(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
- setValue(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
- setValue(String) - Method in interface org.apache.wml.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.apache.wml.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.apache.wml.WMLPostfieldElement
- setValue(String) - Method in interface org.apache.wml.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.apache.wml.WMLSetvarElement
- setValue(String) - Method in interface org.apache.wml.WMLTimerElement
-
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
- setValueType(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
- setVersion(String) - Method in class org.apache.html.dom.HTMLHtmlElementImpl
- setVersion(String) - Method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Sets the version for this output method.
- setVLink(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
- setVspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setVspace(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setVspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setVspace(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setVspace(String) - Method in interface org.apache.wml.WMLImgElement
-
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
- setWidth(int) - Method in class org.apache.html.dom.HTMLPreElementImpl
- setWidth(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
- setWidth(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
- setWidth(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
- setWidth(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
- setWidth(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
- setWidth(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
- setWidth(String) - Method in class org.apache.html.dom.HTMLTableColElementImpl
- setWidth(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
- setWidth(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setWidth(String) - Method in interface org.apache.wml.WMLImgElement
-
'width' specifies the width of an image.
- setXHTMLNamespace(String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLAElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLBElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLIElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLPElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLUElementImpl
- setXmlLang(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
- setXmlLang(String) - Method in interface org.apache.wml.WMLAElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLAnchorElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLBElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLBigElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLBrElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLCardElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLDoElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLEmElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLFieldsetElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLIElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLImgElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLInputElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLOptgroupElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLOptionElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLPElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLSelectElement
-
'xml:lang' specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLSmallElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLStrongElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLTableElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLTdElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLUElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- setXmlLang(String) - Method in interface org.apache.wml.WMLWmlElement
-
The xml:lang that specifics the natural or formal language in which the document is written.
- skippedEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- SPLITCDATA - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- startCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startDocument() - Method in class org.apache.html.dom.HTMLBuilder
- startDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startDocument(String) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.Called to serialize the document's DOCTYPE by the root element.
- startDocument(String) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.Called to serialize the document's DOCTYPE by the root element.
- startDocument(String) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.Called to serialize the document's DOCTYPE by the root element.
- startDTD(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- startElement(String, AttributeList) - Method in class org.apache.html.dom.HTMLBuilder
- startElement(String, AttributeList) - Method in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- startElement(String, AttributeList) - Method in class org.apache.xml.serialize.TextSerializer
-
Deprecated.
- startElement(String, AttributeList) - Method in class org.apache.xml.serialize.XMLSerializer
-
Deprecated.
- startEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startNonEscaping() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startPrefixMapping(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- startPreserving() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- submit() - Method in class org.apache.html.dom.HTMLFormElementImpl
- surrogates(int, int, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- surrogates(int, int, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
-
Deprecated.
T
- testJavaEncodingName(String) - Static method in class org.apache.xml.serialize.EncodingInfo
-
Deprecated.
- TEXT - Static variable in class org.apache.xml.serialize.Method
-
Deprecated.The output method for text documents.
- TextSerializer - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more information.
- TextSerializer() - Constructor for class org.apache.xml.serialize.TextSerializer
-
Deprecated.Constructs a new serializer.
U
- unescaped - Variable in class org.apache.xml.serialize.ElementState
-
Deprecated.True if textual content of current element should be serialized as raw characters (unescaped).
- unindent() - Method in class org.apache.xml.serialize.IndentPrinter
-
Deprecated.Decrement the indentation for the next line.
- unindent() - Method in class org.apache.xml.serialize.Printer
-
Deprecated.
- Unix - Static variable in class org.apache.xml.serialize.LineSeparator
-
Deprecated.Line separator for Unix systems (\n).
- unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
W
- Web - Static variable in class org.apache.xml.serialize.LineSeparator
-
Deprecated.Line separator for the Web (\n).
- WELLFORMED - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- whichDoctypePublic(Document) - Static method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the document type public identifier specified for this document, or null.
- whichDoctypeSystem(Document) - Static method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the document type system identifier specified for this document, or null.
- whichMediaType(String) - Static method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Returns the suitable media format for a document output with the specified method.
- whichMethod(Document) - Static method in class org.apache.xml.serialize.OutputFormat
-
Deprecated.Determine the output method for the specified document.
- Windows - Static variable in class org.apache.xml.serialize.LineSeparator
-
Deprecated.Line separator for Windows systems (\r\n).
- WMLAccessElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLAccessElementImpl - Class in org.apache.wml.dom
- WMLAccessElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLAccessElementImpl
- WMLAElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLAElementImpl - Class in org.apache.wml.dom
- WMLAElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLAElementImpl
- WMLAnchorElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLAnchorElementImpl - Class in org.apache.wml.dom
- WMLAnchorElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLAnchorElementImpl
- WMLBElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLBElementImpl - Class in org.apache.wml.dom
- WMLBElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLBElementImpl
- WMLBigElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLBigElementImpl - Class in org.apache.wml.dom
- WMLBigElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLBigElementImpl
- WMLBrElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLBrElementImpl - Class in org.apache.wml.dom
- WMLBrElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLBrElementImpl
- WMLCardElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLCardElementImpl - Class in org.apache.wml.dom
- WMLCardElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLCardElementImpl
- WMLDocument - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLDocumentImpl - Class in org.apache.wml.dom
- WMLDocumentImpl(DocumentType) - Constructor for class org.apache.wml.dom.WMLDocumentImpl
- WMLDoElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLDoElementImpl - Class in org.apache.wml.dom
- WMLDoElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLDoElementImpl
- WMLDOMImplementation - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLDOMImplementationImpl - Class in org.apache.wml.dom
- WMLDOMImplementationImpl() - Constructor for class org.apache.wml.dom.WMLDOMImplementationImpl
- WMLElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLElementImpl - Class in org.apache.wml.dom
- WMLElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLElementImpl
- WMLEmElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLEmElementImpl - Class in org.apache.wml.dom
- WMLEmElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLEmElementImpl
- WMLFieldsetElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLFieldsetElementImpl - Class in org.apache.wml.dom
- WMLFieldsetElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLFieldsetElementImpl
- WMLGoElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLGoElementImpl - Class in org.apache.wml.dom
- WMLGoElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLGoElementImpl
- WMLHeadElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLHeadElementImpl - Class in org.apache.wml.dom
- WMLHeadElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLHeadElementImpl
- WMLIElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLIElementImpl - Class in org.apache.wml.dom
- WMLIElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLIElementImpl
- WMLImgElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLImgElementImpl - Class in org.apache.wml.dom
- WMLImgElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLImgElementImpl
- WMLInputElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLInputElementImpl - Class in org.apache.wml.dom
- WMLInputElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLInputElementImpl
- WMLMetaElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLMetaElementImpl - Class in org.apache.wml.dom
- WMLMetaElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLMetaElementImpl
- WMLNoopElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLNoopElementImpl - Class in org.apache.wml.dom
- WMLNoopElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLNoopElementImpl
- WMLOneventElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLOneventElementImpl - Class in org.apache.wml.dom
- WMLOneventElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLOneventElementImpl
- WMLOptgroupElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLOptgroupElementImpl - Class in org.apache.wml.dom
- WMLOptgroupElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLOptgroupElementImpl
- WMLOptionElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLOptionElementImpl - Class in org.apache.wml.dom
- WMLOptionElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLOptionElementImpl
- WMLPElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLPElementImpl - Class in org.apache.wml.dom
- WMLPElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLPElementImpl
- WMLPostfieldElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLPostfieldElementImpl - Class in org.apache.wml.dom
- WMLPostfieldElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLPostfieldElementImpl
- WMLPrevElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLPrevElementImpl - Class in org.apache.wml.dom
- WMLPrevElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLPrevElementImpl
- WMLRefreshElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLRefreshElementImpl - Class in org.apache.wml.dom
- WMLRefreshElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLRefreshElementImpl
- WMLSelectElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLSelectElementImpl - Class in org.apache.wml.dom
- WMLSelectElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLSelectElementImpl
- WMLSetvarElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLSetvarElementImpl - Class in org.apache.wml.dom
- WMLSetvarElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLSetvarElementImpl
- WMLSmallElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLSmallElementImpl - Class in org.apache.wml.dom
- WMLSmallElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLSmallElementImpl
- WMLStrongElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLStrongElementImpl - Class in org.apache.wml.dom
- WMLStrongElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLStrongElementImpl
- WMLTableElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLTableElementImpl - Class in org.apache.wml.dom
- WMLTableElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTableElementImpl
- WMLTdElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLTdElementImpl - Class in org.apache.wml.dom
- WMLTdElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTdElementImpl
- WMLTemplateElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLTemplateElementImpl - Class in org.apache.wml.dom
- WMLTemplateElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTemplateElementImpl
- WMLTimerElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLTimerElementImpl - Class in org.apache.wml.dom
- WMLTimerElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTimerElementImpl
- WMLTrElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLTrElementImpl - Class in org.apache.wml.dom
- WMLTrElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTrElementImpl
- WMLUElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLUElementImpl - Class in org.apache.wml.dom
- WMLUElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLUElementImpl
- WMLWmlElement - Interface in org.apache.wml
-
The interface is modeled after DOM1 Spec for HTML from W3C.
- WMLWmlElementImpl - Class in org.apache.wml.dom
- WMLWmlElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLWmlElementImpl
- write(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- write(Node, LSOutput) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.Serialize the specified node as described above in the general description of the
LSSerializer
interface. - writeln(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
- writeToString(Node) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.DOM L3 EXPERIMENTAL: Serialize the specified node as described above in the description of
LSSerializer
. - writeToURI(Node, String) - Method in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.Serialize the specified node as described above in the general description of the
LSSerializer
interface.
X
- XHTML - Static variable in class org.apache.xml.serialize.Method
-
Deprecated.The output method for HTML documents as XHTML.
- XHTMLNamespace - Static variable in class org.apache.xml.serialize.HTMLSerializer
-
Deprecated.
- XHTMLPublicId - Static variable in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.Public identifier for XHTML 1.0 (Strict) document type.
- XHTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
-
Deprecated.Public identifier for XHTML 1.0 (Strict) document type.
- XHTMLSerializer - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing XHTML. See the Xerces documentation for more information.
- XHTMLSerializer() - Constructor for class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.Constructs a new serializer.
- XHTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.Constructs a new serializer that writes to the specified output stream using the specified output format.
- XHTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.Constructs a new serializer that writes to the specified writer using the specified output format.
- XHTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
-
Deprecated.Constructs a new serializer.
- XHTMLSystemId - Static variable in class org.apache.xml.serialize.HTMLdtd
-
Deprecated.System identifier for XHTML 1.0 (Strict) document type.
- XHTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
-
Deprecated.System identifier for XHTML 1.0 (Strict) document type.
- XML - Static variable in class org.apache.xml.serialize.Method
-
Deprecated.The output method for XML documents.
- XML11Serializer - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- XML11Serializer() - Constructor for class org.apache.xml.serialize.XML11Serializer
-
Deprecated.Constructs a new serializer.
- XML11Serializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
-
Deprecated.Constructs a new serializer that writes to the specified output stream using the specified output format.
- XML11Serializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
-
Deprecated.Constructs a new serializer that writes to the specified writer using the specified output format.
- XML11Serializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
-
Deprecated.Constructs a new serializer.
- XMLDECL - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
-
Deprecated.
- XMLSerializer - Class in org.apache.xml.serialize
-
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.
- XMLSerializer() - Constructor for class org.apache.xml.serialize.XMLSerializer
-
Deprecated.Constructs a new serializer.
- XMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
-
Deprecated.Constructs a new serializer that writes to the specified output stream using the specified output format.
- XMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
-
Deprecated.Constructs a new serializer that writes to the specified writer using the specified output format.
- XMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
-
Deprecated.Constructs a new serializer.
_
- _current - Variable in class org.apache.html.dom.HTMLBuilder
-
The current node in the document into which elements, text and other nodes will be inserted.
- _docTypePublicId - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.The system identifier of the document type, if known.
- _docTypeSystemId - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.The system identifier of the document type, if known.
- _document - Variable in class org.apache.html.dom.HTMLBuilder
-
The document that is being built.
- _docWriter - Variable in class org.apache.xml.serialize.Printer
-
Deprecated.Holds a reference to the document writer while we are in DTD mode.
- _dtdWriter - Variable in class org.apache.xml.serialize.Printer
-
Deprecated.The DTD writer.
- _encodingInfo - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.
- _exception - Variable in class org.apache.xml.serialize.Printer
-
Deprecated.Holds the exception thrown by the serializer.
- _format - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.The output format associated with this serializer.
- _format - Variable in class org.apache.xml.serialize.Printer
-
Deprecated.The output format associated with this serializer.
- _indenting - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.True if indenting printer.
- _prefixes - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.Association between namespace URIs (keys) and prefixes (values).
- _preRootNodes - Variable in class org.apache.html.dom.HTMLBuilder
-
The document is only created the same time as the document element, however, certain nodes may precede the document element (comment and PI), and they are accumulated in this vector.
- _printer - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.The printer used for printing text parts.
- _started - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
-
Deprecated.If the document has been started (header serialized), this flag is set to true so it's not started twice.
- _writer - Variable in class org.apache.xml.serialize.Printer
-
Deprecated.The writer to which the document is written.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form