Alphabetical Index

_ A B C D E F G H I L M N O P R S T U W X

_

_current - field in class org.apache.html.dom.HTMLBuilder
The current node in the document into which elements, text and other nodes will be inserted.
_docTypePublicId - field in class org.apache.xml.serialize.BaseMarkupSerializer
The system identifier of the document type, if known.
_docTypeSystemId - field in class org.apache.xml.serialize.BaseMarkupSerializer
The system identifier of the document type, if known.
_document - field in class org.apache.html.dom.HTMLBuilder
The document that is being built.
_docWriter - field in class org.apache.xml.serialize.Printer
Holds a reference to the document writer while we are in DTD mode.
_dtdWriter - field in class org.apache.xml.serialize.Printer
The DTD writer.
_encodingInfo - field in class org.apache.xml.serialize.BaseMarkupSerializer
_exception - field in class org.apache.xml.serialize.Printer
Holds the exception thrown by the serializer.
_format - field in class org.apache.xml.serialize.BaseMarkupSerializer
The output format associated with this serializer.
_format - field in class org.apache.xml.serialize.Printer
The output format associated with this serializer.
_indenting - field in class org.apache.xml.serialize.BaseMarkupSerializer
True if indenting printer.
_prefixes - field in class org.apache.xml.serialize.BaseMarkupSerializer
Association between namespace URIs (keys) and prefixes (values).
_preRootNodes - field 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 - field in class org.apache.xml.serialize.BaseMarkupSerializer
The printer used for printing text parts.
_started - field in class org.apache.xml.serialize.BaseMarkupSerializer
If the document has been started (header serialized), this flag is set to true so it's not started twice.
_writer - field in class org.apache.xml.serialize.Printer
The writer to which the document is written.

A

add(HTMLElement,HTMLElement) - method in class org.apache.html.dom.HTMLSelectElementImpl
afterComment - field in class org.apache.xml.serialize.ElementState
True if the last serialized node was a comment node.
afterElement - field in class org.apache.xml.serialize.ElementState
True if the last serialized node was an element node.
asContentHandler() - method in class org.apache.xml.serialize.BaseMarkupSerializer
asContentHandler() - method in class org.apache.xml.serialize.Serializer
Return a ContentHandler interface into this serializer.
asDocumentHandler() - method in class org.apache.xml.serialize.BaseMarkupSerializer
asDocumentHandler() - method in class org.apache.xml.serialize.Serializer
Return a DocumentHandler interface into this serializer.
asDOMSerializer() - method in class org.apache.xml.serialize.BaseMarkupSerializer
asDOMSerializer() - method in class org.apache.xml.serialize.Serializer
Return a DOMSerializer interface into this serializer.

B

BaseMarkupSerializer - class org.apache.xml.serialize.BaseMarkupSerializer
Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
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
Called to print a line consisting of the text accumulated so far.
breakLine() - method in class org.apache.xml.serialize.Printer
breakLine(boolean) - method in class org.apache.xml.serialize.IndentPrinter
breakLine(boolean) - method in class org.apache.xml.serialize.Printer

C

canSetParameter(String,Object) - method in class org.apache.xml.serialize.DOMSerializerImpl
DOM L3-EXPERIMENTAL: Check if parameter can be set
CDATA - static field in class org.apache.xml.serialize.DOMSerializerImpl
characters(char[],int,int) - method in class org.apache.xml.serialize.BaseMarkupSerializer
characters(char[],int,int) - method in class org.apache.html.dom.HTMLBuilder
characters(char[],int,int) - method in class org.apache.xml.serialize.HTMLSerializer
characters(char[],int,int) - method in class org.apache.xml.serialize.TextSerializer
characters(char[],int,int) - method in class org.apache.xml.serialize.XML11Serializer
characters(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print the text contents in the prevailing element format.
characters(String) - method in class org.apache.html.dom.HTMLBuilder
characters(String) - method in class org.apache.xml.serialize.HTMLSerializer
Called to print the text contents in the prevailing element format.
characters(String,boolean) - method in class org.apache.xml.serialize.TextSerializer
charFromName(String) - static method in class org.apache.xml.serialize.HTMLdtd
Returns the value of an HTML character reference by its name.
checkUnboundNamespacePrefixedNode(Node) - method in class org.apache.xml.serialize.BaseMarkupSerializer
DOM level 3: Check a node to determine if it contains unbound namespace prefixes.
checkUnboundNamespacePrefixedNode(Node) - method in class org.apache.xml.serialize.XMLSerializer
DOM Level 3: Check a node to determine if it contains unbound namespace prefixes.
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
comment(char[],int,int) - method in class org.apache.xml.serialize.TextSerializer
comment(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
comment(String) - method in class org.apache.xml.serialize.TextSerializer
COMMENTS - static field in class org.apache.xml.serialize.DOMSerializerImpl
content() - method in class org.apache.xml.serialize.BaseMarkupSerializer
Must be called by a method about to print any type of content.
content() - method in class org.apache.xml.serialize.TextSerializer
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
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 field in class org.apache.xml.serialize.XML11Serializer
DEBUG - static field in class org.apache.xml.serialize.XMLSerializer
OutputFormat.Defaults - class org.apache.xml.serialize.OutputFormat.Defaults
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 field in class org.apache.xml.serialize.DOMSerializerImpl
doCData - field in class org.apache.xml.serialize.ElementState
True if textual content of current element should be serialized as CDATA section.
DOM_ELEMENT_CONTENT_WHITESPACE - static field in class org.apache.xml.serialize.DOMSerializerImpl
DOMSerializer - interface org.apache.xml.serialize.DOMSerializer
Interface for a DOM serializer implementation.
DOMSerializerImpl - class org.apache.xml.serialize.DOMSerializerImpl
EXPERIMENTAL: Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer by delegating serialization calls to XMLSerializer.
DOMSerializerImpl() - constructor for class org.apache.xml.serialize.DOMSerializerImpl
Constructs a new LSSerializer.
OutputFormat.DTD - class org.apache.xml.serialize.OutputFormat.DTD

E

elementDecl(String,String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
ElementState - class org.apache.xml.serialize.ElementState
Holds the state of the currently serialized element.
empty - field in class org.apache.xml.serialize.ElementState
True if element is empty.
Encoding - static field in class org.apache.xml.serialize.OutputFormat.Defaults
The default encoding for Web documents it UTF-8.
EncodingInfo - class org.apache.xml.serialize.EncodingInfo
This class represents an encoding.
EncodingInfo(String,String,int) - constructor for class org.apache.xml.serialize.EncodingInfo
Creates new EncodingInfo instance.
Encodings - class org.apache.xml.serialize.Encodings
Provides information about encodings.
endCDATA() - method in class org.apache.xml.serialize.BaseMarkupSerializer
endDocument() - method in class org.apache.xml.serialize.BaseMarkupSerializer
Called at the end of the document to wrap it up.
endDocument() - method in class org.apache.html.dom.HTMLBuilder
endDTD() - method in class org.apache.xml.serialize.BaseMarkupSerializer
endElement(String) - method in class org.apache.html.dom.HTMLBuilder
endElement(String) - method in class org.apache.xml.serialize.HTMLSerializer
endElement(String) - method in class org.apache.xml.serialize.TextSerializer
endElement(String) - method in class org.apache.xml.serialize.XMLSerializer
endElement(String,String,String) - method in class org.apache.xml.serialize.HTMLSerializer
endElement(String,String,String) - method in class org.apache.xml.serialize.TextSerializer
endElement(String,String,String) - method in class org.apache.xml.serialize.XMLSerializer
endElementIO(String) - method in class org.apache.xml.serialize.TextSerializer
endElementIO(String,String,String) - method in class org.apache.xml.serialize.HTMLSerializer
endElementIO(String,String,String) - method in class org.apache.xml.serialize.XMLSerializer
endEntity(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
endNonEscaping() - method in class org.apache.xml.serialize.BaseMarkupSerializer
endPrefixMapping(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
endPreserving() - method in class org.apache.xml.serialize.BaseMarkupSerializer
enterDTD() - method in class org.apache.xml.serialize.IndentPrinter
Called by any of the DTD handlers to enter DTD mode.
enterDTD() - method in class org.apache.xml.serialize.Printer
Called by any of the DTD handlers to enter DTD mode.
Enter a new element state for the specified element.
ENTITIES - static field in class org.apache.xml.serialize.DOMSerializerImpl
escapeURI(String) - method in class org.apache.xml.serialize.HTMLSerializer
externalEntityDecl(String,String,String) - method in class org.apache.xml.serialize.BaseMarkupSerializer

F

FactoriesProperty - static field in class org.apache.xml.serialize.SerializerFactory
fatalError(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
fCurrentNode - field in class org.apache.xml.serialize.BaseMarkupSerializer
Current node that is being processed
fDOMError - field in class org.apache.xml.serialize.BaseMarkupSerializer
fDOMErrorHandler - field in class org.apache.xml.serialize.BaseMarkupSerializer
fDOMFilter - field in class org.apache.xml.serialize.BaseMarkupSerializer
fDOML1 - field in class org.apache.xml.serialize.XML11Serializer
features - field in class org.apache.xml.serialize.BaseMarkupSerializer
features - field in class org.apache.xml.serialize.DOMSerializerImpl
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 - field in class org.apache.xml.serialize.XML11Serializer
stores all namespace bindings on the current element
fLocalNSBinder - field in class org.apache.xml.serialize.XMLSerializer
stores all namespace bindings on the current element
flush() - method in class org.apache.xml.serialize.IndentPrinter
Flush the output stream.
flush() - method in class org.apache.xml.serialize.Printer
Flush the output stream.
flushLine(boolean) - method in class org.apache.xml.serialize.IndentPrinter
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
fNamespaceCounter - field in class org.apache.xml.serialize.XML11Serializer
fNamespacePrefixes - field in class org.apache.xml.serialize.XMLSerializer
Controls whether namespace prefixes will be printed out during serialization
fNamespaces - field in class org.apache.xml.serialize.XML11Serializer
Controls whether namespace fixup should be performed during the serialization.
fNamespaces - field in class org.apache.xml.serialize.XMLSerializer
Controls whether namespace fixup should be performed during the serialization.
fNSBinder - field in class org.apache.xml.serialize.XML11Serializer
stores namespaces in scope
fNSBinder - field in class org.apache.xml.serialize.XMLSerializer
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 field in class org.apache.xml.serialize.Method
The output method for FO documents as PDF.
fromChar(int) - static method in class org.apache.xml.serialize.HTMLdtd
Returns the name of an HTML character reference based on its character value.
fStrBuffer - field in class org.apache.xml.serialize.BaseMarkupSerializer
Temporary buffer to store character data
fSymbolTable - field in class org.apache.xml.serialize.XML11Serializer
symbol table for serialization
fSymbolTable - field in class org.apache.xml.serialize.XMLSerializer
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.WMLGoElement
getAcceptCharset() - method in class org.apache.wml.dom.WMLGoElementImpl
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.WMLImgElement
getAlign() - method in class org.apache.wml.dom.WMLImgElementImpl
getAlign() - method in class org.apache.wml.WMLPElement
getAlign() - method in class org.apache.wml.dom.WMLPElementImpl
getAlign() - method in class org.apache.wml.WMLTableElement
getAlign() - method in class org.apache.wml.dom.WMLTableElementImpl
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.WMLImgElement
getAlt() - method in class org.apache.wml.dom.WMLImgElementImpl
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
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.WMLElement
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
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.WMLTableElement
getColumns() - method in class org.apache.wml.dom.WMLTableElementImpl
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.WMLMetaElement
getContent() - method in class org.apache.wml.dom.WMLMetaElementImpl
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
Returns the specified document type public identifier, or null.
getDoctypeSystem() - method in class org.apache.xml.serialize.OutputFormat
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.WMLAccessElement
getDomain() - method in class org.apache.wml.dom.WMLAccessElementImpl
getDomConfig() - method in class org.apache.xml.serialize.DOMSerializerImpl
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
Return the state of the current element.
getEmptyOk() - method in class org.apache.wml.WMLInputElement
getEmptyOk() - method in class org.apache.wml.dom.WMLInputElementImpl
getEncoding() - method in class org.apache.xml.serialize.OutputFormat
Returns the specified encoding.
getEncodingInfo() - method in class org.apache.xml.serialize.OutputFormat
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
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
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.TextSerializer
getEntityRef(int) - method in class org.apache.xml.serialize.XMLSerializer
getEvent() - method in class org.apache.html.dom.HTMLScriptElementImpl
getException() - method in class org.apache.xml.serialize.Printer
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
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.WMLInputElement
getFormat() - method in class org.apache.wml.dom.WMLInputElementImpl
getForms() - method in class org.apache.html.dom.HTMLDocumentImpl
getForua() - method in class org.apache.wml.WMLMetaElement
getForua() - method in class org.apache.wml.dom.WMLMetaElementImpl
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.WMLImgElement
getHeight() - method in class org.apache.wml.dom.WMLImgElementImpl
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.WMLAElement
getHref() - method in class org.apache.wml.dom.WMLAElementImpl
getHref() - method in class org.apache.wml.WMLGoElement
getHref() - method in class org.apache.wml.dom.WMLGoElementImpl
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.WMLImgElement
getHspace() - method in class org.apache.wml.dom.WMLImgElementImpl
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.WMLMetaElement
getHttpEquiv() - method in class org.apache.wml.dom.WMLMetaElementImpl
getIANAName() - method in class org.apache.xml.serialize.EncodingInfo
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.WMLAElement
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.WMLElement
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
getImages() - method in class org.apache.html.dom.HTMLDocumentImpl
getIName() - method in class org.apache.wml.WMLSelectElement
getIName() - method in class org.apache.wml.dom.WMLSelectElementImpl
getIndent() - method in class org.apache.xml.serialize.OutputFormat
Returns the indentation specified.
getIndenting() - method in class org.apache.xml.serialize.OutputFormat
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.WMLSelectElement
getIValue() - method in class org.apache.wml.dom.WMLSelectElementImpl
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.WMLDoElement
getLabel() - method in class org.apache.wml.dom.WMLDoElementImpl
getLang() - method in class org.apache.html.dom.HTMLElementImpl
getLastPrintable() - method in class org.apache.xml.serialize.OutputFormat
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
Returns a specific line separator to use.
getLineWidth() - method in class org.apache.xml.serialize.OutputFormat
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.WMLImgElement
getLocalSrc() - method in class org.apache.wml.dom.WMLImgElementImpl
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.WMLInputElement
getMaxLength() - method in class org.apache.wml.dom.WMLInputElementImpl
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
Returns the specified media type, or null.
getMethod() - method in class org.apache.html.dom.HTMLFormElementImpl
getMethod() - method in class org.apache.xml.serialize.OutputFormat
Returns the method specified for this output format.
getMethod() - method in class org.apache.wml.WMLGoElement
getMethod() - method in class org.apache.wml.dom.WMLGoElementImpl
getMode() - method in class org.apache.wml.WMLPElement
getMode() - method in class org.apache.wml.dom.WMLPElementImpl
getMultiple() - method in class org.apache.html.dom.HTMLSelectElementImpl
getMultiple() - method in class org.apache.wml.WMLSelectElement
getMultiple() - method in class org.apache.wml.dom.WMLSelectElementImpl
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.WMLDoElement
getName() - method in class org.apache.wml.dom.WMLDoElementImpl
getName() - method in class org.apache.wml.WMLInputElement
getName() - method in class org.apache.wml.dom.WMLInputElementImpl
getName() - method in class org.apache.wml.WMLMetaElement
getName() - method in class org.apache.wml.dom.WMLMetaElementImpl
getName() - method in class org.apache.wml.WMLPostfieldElement
getName() - method in class org.apache.wml.dom.WMLPostfieldElementImpl
getName() - method in class org.apache.wml.WMLSelectElement
getName() - method in class org.apache.wml.dom.WMLSelectElementImpl
getName() - method in class org.apache.wml.WMLSetvarElement
getName() - method in class org.apache.wml.dom.WMLSetvarElementImpl
getName() - method in class org.apache.wml.WMLTimerElement
getName() - method in class org.apache.wml.dom.WMLTimerElementImpl
getNewContext() - method in class org.apache.wml.WMLCardElement
getNewContext() - method in class org.apache.wml.dom.WMLCardElementImpl
getNewLine() - method in class org.apache.xml.serialize.DOMSerializerImpl
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
getNextIndent() - method in class org.apache.xml.serialize.Printer
getNoHref() - method in class org.apache.html.dom.HTMLAreaElementImpl
getNonEscapingElements() - method in class org.apache.xml.serialize.OutputFormat
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
Returns true if comments should be ommited.
getOmitDocumentType() - method in class org.apache.xml.serialize.OutputFormat
Returns true if the DOCTYPE declaration should be ommited.
getOmitXMLDeclaration() - method in class org.apache.xml.serialize.OutputFormat
Returns true if the XML document declaration should be ommited.
getOnEnterBackward() - method in class org.apache.wml.WMLCardElement
getOnEnterBackward() - method in class org.apache.wml.dom.WMLCardElementImpl
getOnEnterBackward() - method in class org.apache.wml.WMLTemplateElement
getOnEnterBackward() - method in class org.apache.wml.dom.WMLTemplateElementImpl
getOnEnterForward() - method in class org.apache.wml.WMLCardElement
getOnEnterForward() - method in class org.apache.wml.dom.WMLCardElementImpl
getOnEnterForward() - method in class org.apache.wml.WMLTemplateElement
getOnEnterForward() - method in class org.apache.wml.dom.WMLTemplateElementImpl
getOnPick() - method in class org.apache.wml.WMLOptionElement
getOnPick() - method in class org.apache.wml.dom.WMLOptionElementImpl
getOnTimer() - method in class org.apache.wml.WMLCardElement
getOnTimer() - method in class org.apache.wml.dom.WMLCardElementImpl
getOnTimer() - method in class org.apache.wml.WMLTemplateElement
getOnTimer() - method in class org.apache.wml.dom.WMLTemplateElementImpl
getOptional() - method in class org.apache.wml.WMLDoElement
getOptional() - method in class org.apache.wml.dom.WMLDoElementImpl
getOptions() - method in class org.apache.html.dom.HTMLSelectElementImpl
getOrdered() - method in class org.apache.wml.WMLCardElement
getOrdered() - method in class org.apache.wml.dom.WMLCardElementImpl
getParameter(String) - method in class org.apache.xml.serialize.DOMSerializerImpl
DOM L3-EXPERIMENTAL: Getter for boolean and object parameters
getParameterNames() - method in class org.apache.xml.serialize.DOMSerializerImpl
DOM Level 3 Core CR - Experimental.
getPath() - method in class org.apache.wml.WMLAccessElement
getPath() - method in class org.apache.wml.dom.WMLAccessElementImpl
getPrefix(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Returns the namespace prefix for the specified URI.
getPreserveEmptyAttributes() - method in class org.apache.xml.serialize.OutputFormat
Returns the preserveEmptyAttribute flag.
getPreserveSpace() - method in class org.apache.xml.serialize.OutputFormat
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.WMLMetaElement
getScheme() - method in class org.apache.wml.dom.WMLMetaElementImpl
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.WMLGoElement
getSendreferer() - method in class org.apache.wml.dom.WMLGoElementImpl
getSerializerFactory(String) - static method in class org.apache.xml.serialize.SerializerFactory
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.WMLInputElement
getSize() - method in class org.apache.wml.dom.WMLInputElementImpl
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.WMLImgElement
getSrc() - method in class org.apache.wml.dom.WMLImgElementImpl
getStandalone() - method in class org.apache.xml.serialize.OutputFormat
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
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.WMLInputElement
getTabIndex() - method in class org.apache.wml.dom.WMLInputElementImpl
getTabIndex() - method in class org.apache.wml.WMLSelectElement
getTabIndex() - method in class org.apache.wml.dom.WMLSelectElementImpl
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.WMLAElement
getTitle() - method in class org.apache.wml.dom.WMLAElementImpl
getTitle() - method in class org.apache.wml.WMLAnchorElement
getTitle() - method in class org.apache.wml.dom.WMLAnchorElementImpl
getTitle() - method in class org.apache.wml.WMLCardElement
getTitle() - method in class org.apache.wml.dom.WMLCardElementImpl
getTitle() - method in class org.apache.wml.WMLFieldsetElement
getTitle() - method in class org.apache.wml.dom.WMLFieldsetElementImpl
getTitle() - method in class org.apache.wml.WMLInputElement
getTitle() - method in class org.apache.wml.dom.WMLInputElementImpl
getTitle() - method in class org.apache.wml.WMLOptgroupElement
getTitle() - method in class org.apache.wml.dom.WMLOptgroupElementImpl
getTitle() - method in class org.apache.wml.WMLOptionElement
getTitle() - method in class org.apache.wml.dom.WMLOptionElementImpl
getTitle() - method in class org.apache.wml.WMLSelectElement
getTitle() - method in class org.apache.wml.dom.WMLSelectElementImpl
getTitle() - method in class org.apache.wml.WMLTableElement
getTitle() - method in class org.apache.wml.dom.WMLTableElementImpl
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.WMLDoElement
getType() - method in class org.apache.wml.dom.WMLDoElementImpl
getType() - method in class org.apache.wml.WMLInputElement
getType() - method in class org.apache.wml.dom.WMLInputElementImpl
getType() - method in class org.apache.wml.WMLOneventElement
getType() - method in class org.apache.wml.dom.WMLOneventElementImpl
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.WMLInputElement
getValue() - method in class org.apache.wml.dom.WMLInputElementImpl
getValue() - method in class org.apache.wml.WMLOptionElement
getValue() - method in class org.apache.wml.dom.WMLOptionElementImpl
getValue() - method in class org.apache.wml.WMLPostfieldElement
getValue() - method in class org.apache.wml.dom.WMLPostfieldElementImpl
getValue() - method in class org.apache.wml.WMLSelectElement
getValue() - method in class org.apache.wml.dom.WMLSelectElementImpl
getValue() - method in class org.apache.wml.WMLSetvarElement
getValue() - method in class org.apache.wml.dom.WMLSetvarElementImpl
getValue() - method in class org.apache.wml.WMLTimerElement
getValue() - method in class org.apache.wml.dom.WMLTimerElementImpl
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
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.WMLImgElement
getVspace() - method in class org.apache.wml.dom.WMLImgElementImpl
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.WMLImgElement
getWidth() - method in class org.apache.wml.dom.WMLImgElementImpl
getWriter(OutputStream) - method in class org.apache.xml.serialize.EncodingInfo
Returns a writer for this encoding based on an output stream.
getXmlLang() - method in class org.apache.wml.WMLAElement
getXmlLang() - method in class org.apache.wml.dom.WMLAElementImpl
getXmlLang() - method in class org.apache.wml.WMLAnchorElement
getXmlLang() - method in class org.apache.wml.dom.WMLAnchorElementImpl
getXmlLang() - method in class org.apache.wml.WMLBElement
getXmlLang() - method in class org.apache.wml.dom.WMLBElementImpl
getXmlLang() - method in class org.apache.wml.WMLBigElement
getXmlLang() - method in class org.apache.wml.dom.WMLBigElementImpl
getXmlLang() - method in class org.apache.wml.WMLBrElement
getXmlLang() - method in class org.apache.wml.dom.WMLBrElementImpl
getXmlLang() - method in class org.apache.wml.WMLCardElement
getXmlLang() - method in class org.apache.wml.dom.WMLCardElementImpl
getXmlLang() - method in class org.apache.wml.WMLDoElement
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.WMLEmElement
getXmlLang() - method in class org.apache.wml.dom.WMLEmElementImpl
getXmlLang() - method in class org.apache.wml.WMLFieldsetElement
getXmlLang() - method in class org.apache.wml.dom.WMLFieldsetElementImpl
getXmlLang() - method in class org.apache.wml.WMLIElement
getXmlLang() - method in class org.apache.wml.dom.WMLIElementImpl
getXmlLang() - method in class org.apache.wml.WMLImgElement
getXmlLang() - method in class org.apache.wml.dom.WMLImgElementImpl
getXmlLang() - method in class org.apache.wml.WMLInputElement
getXmlLang() - method in class org.apache.wml.dom.WMLInputElementImpl
getXmlLang() - method in class org.apache.wml.WMLOptgroupElement
getXmlLang() - method in class org.apache.wml.dom.WMLOptgroupElementImpl
getXmlLang() - method in class org.apache.wml.WMLOptionElement
getXmlLang() - method in class org.apache.wml.dom.WMLOptionElementImpl
getXmlLang() - method in class org.apache.wml.WMLPElement
getXmlLang() - method in class org.apache.wml.dom.WMLPElementImpl
getXmlLang() - method in class org.apache.wml.WMLSelectElement
getXmlLang() - method in class org.apache.wml.dom.WMLSelectElementImpl
getXmlLang() - method in class org.apache.wml.WMLSmallElement
getXmlLang() - method in class org.apache.wml.dom.WMLSmallElementImpl
getXmlLang() - method in class org.apache.wml.WMLStrongElement
getXmlLang() - method in class org.apache.wml.dom.WMLStrongElementImpl
getXmlLang() - method in class org.apache.wml.WMLTableElement
getXmlLang() - method in class org.apache.wml.dom.WMLTableElementImpl
getXmlLang() - method in class org.apache.wml.WMLTdElement
getXmlLang() - method in class org.apache.wml.dom.WMLTdElementImpl
getXmlLang() - method in class org.apache.wml.WMLUElement
getXmlLang() - method in class org.apache.wml.dom.WMLUElementImpl
getXmlLang() - method in class org.apache.wml.WMLWmlElement
getXmlLang() - method in class org.apache.wml.dom.WMLWmlElementImpl

H

HTML - static field in class org.apache.xml.serialize.Method
The output method for HTML documents.
HTMLAnchorElementImpl - class org.apache.html.dom.HTMLAnchorElementImpl
Constructor requires owner document.
HTMLAppletElementImpl - class org.apache.html.dom.HTMLAppletElementImpl
Constructor requires owner document.
HTMLAreaElementImpl - class org.apache.html.dom.HTMLAreaElementImpl
Constructor requires owner document.
HTMLBaseElementImpl - class org.apache.html.dom.HTMLBaseElementImpl
Constructor requires owner document.
Constructor requires owner document.
HTMLBodyElementImpl - class org.apache.html.dom.HTMLBodyElementImpl
Constructor requires owner document.
HTMLBRElementImpl - class org.apache.html.dom.HTMLBRElementImpl
Constructor requires owner document.
HTMLBuilder - class org.apache.html.dom.HTMLBuilder
This is a SAX document handler that is used to build an HTML document.
HTMLButtonElementImpl - class org.apache.html.dom.HTMLButtonElementImpl
Constructor requires owner document.
Constructor requires owner document.
HTMLDivElementImpl - class org.apache.html.dom.HTMLDivElementImpl
Constructor requires owner document.
HTMLDListElementImpl - class org.apache.html.dom.HTMLDListElementImpl
Constructor requires owner document.
HTMLDocumentImpl - class org.apache.html.dom.HTMLDocumentImpl
Implements an HTML document.
HTMLDocumentImpl() - constructor for class org.apache.html.dom.HTMLDocumentImpl
Provides number of methods for performing operations that are independent of any particular instance of the document object model.
HTMLdtd - class org.apache.xml.serialize.HTMLdtd
Utility class for accessing information specific to HTML documents.
HTMLElementImpl - class org.apache.html.dom.HTMLElementImpl
Implements an HTML-specific element, an org.w3c.dom.Element that will only appear inside HTML documents.
Constructor required owner document and element tag name.
Constructor requires owner document.
HTMLFontElementImpl - class org.apache.html.dom.HTMLFontElementImpl
HTMLFormControl - interface org.apache.html.dom.HTMLFormControl
Identifies control in a form, so they may be collected in a form elements collection.
HTMLFormElementImpl - class org.apache.html.dom.HTMLFormElementImpl
Constructor requires owner document.
HTMLFrameElementImpl - class org.apache.html.dom.HTMLFrameElementImpl
Constructor requires owner document.
Constructor requires owner document.
HTMLHeadElementImpl - class org.apache.html.dom.HTMLHeadElementImpl
Constructor requires owner document.
Constructor requires owner document.
HTMLHRElementImpl - class org.apache.html.dom.HTMLHRElementImpl
Constructor requires owner document.
HTMLHtmlElementImpl - class org.apache.html.dom.HTMLHtmlElementImpl
Constructor requires owner document.
HTMLIFrameElementImpl - class org.apache.html.dom.HTMLIFrameElementImpl
Constructor requires owner document.
HTMLImageElementImpl - class org.apache.html.dom.HTMLImageElementImpl
Constructor requires owner document.
HTMLInputElementImpl - class org.apache.html.dom.HTMLInputElementImpl
Constructor requires owner document.
Constructor requires owner document.
HTMLLabelElementImpl - class org.apache.html.dom.HTMLLabelElementImpl
Constructor requires owner document.
HTMLLegendElementImpl - class org.apache.html.dom.HTMLLegendElementImpl
Constructor requires owner document.
HTMLLIElementImpl - class org.apache.html.dom.HTMLLIElementImpl
Constructor requires owner document.
HTMLLinkElementImpl - class org.apache.html.dom.HTMLLinkElementImpl
Constructor requires owner document.
HTMLMapElementImpl - class org.apache.html.dom.HTMLMapElementImpl
Constructor requires owner document.
HTMLMenuElementImpl - class org.apache.html.dom.HTMLMenuElementImpl
Constructor requires owner document.
HTMLMetaElementImpl - class org.apache.html.dom.HTMLMetaElementImpl
Constructor requires owner document.
HTMLModElementImpl - class org.apache.html.dom.HTMLModElementImpl
Constructor requires owner document and tag name.
HTMLObjectElementImpl - class org.apache.html.dom.HTMLObjectElementImpl
Constructor requires owner document.
HTMLOListElementImpl - class org.apache.html.dom.HTMLOListElementImpl
Constructor requires owner document.
Constructor requires owner document.
HTMLOptionElementImpl - class org.apache.html.dom.HTMLOptionElementImpl
Constructor requires owner document.
Constructor requires owner document.
HTMLParamElementImpl - class org.apache.html.dom.HTMLParamElementImpl
Constructor requires owner document.
HTMLPreElementImpl - class org.apache.html.dom.HTMLPreElementImpl
Constructor requires owner document.
HTMLPublicId - static field in class org.apache.xml.serialize.HTMLdtd
Public identifier for HTML 4.01 (Strict) document type.
HTMLPublicId - static field in class org.apache.xml.serialize.OutputFormat.DTD
Public identifier for HTML 4.01 (Strict) document type.
HTMLQuoteElementImpl - class org.apache.html.dom.HTMLQuoteElementImpl
Constructor requires owner document.
HTMLScriptElementImpl - class org.apache.html.dom.HTMLScriptElementImpl
Constructor requires owner document.
HTMLSelectElementImpl - class org.apache.html.dom.HTMLSelectElementImpl
Constructor requires owner document.
HTMLSerializer - class org.apache.xml.serialize.HTMLSerializer
Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing.
HTMLSerializer() - constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new serializer.
HTMLSerializer(boolean,org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new HTML/XHTML serializer depending on the value of xhtml.
HTMLSerializer(org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new serializer.
Constructs a new serializer that writes to the specified output stream using the specified output format.
HTMLSerializer(Writer,org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new serializer that writes to the specified writer using the specified output format.
HTMLStyleElementImpl - class org.apache.html.dom.HTMLStyleElementImpl
Constructor requires owner document.
HTMLSystemId - static field in class org.apache.xml.serialize.HTMLdtd
System identifier for HTML 4.01 (Strict) document type.
HTMLSystemId - static field in class org.apache.xml.serialize.OutputFormat.DTD
System identifier for HTML 4.01 (Strict) document type.
Constructor requires owner document.
Constructor requires owner document.
Constructor requires owner document.
HTMLTableElementImpl - class org.apache.html.dom.HTMLTableElementImpl
Constructor requires owner document.
Constructor requires owner document.
Constructor requires owner document.
Constructor requires owner document.
HTMLTitleElementImpl - class org.apache.html.dom.HTMLTitleElementImpl
Constructor requires owner document.
HTMLUListElementImpl - class org.apache.html.dom.HTMLUListElementImpl
Constructor requires owner document.

I

ignorableWhitespace(char[],int,int) - method in class org.apache.xml.serialize.BaseMarkupSerializer
ignorableWhitespace(char[],int,int) - method in class org.apache.html.dom.HTMLBuilder
inCData - field in class org.apache.xml.serialize.ElementState
True while inside CData and printing text as CData.
Indent - static field in class org.apache.xml.serialize.OutputFormat.Defaults
If indentation is turned on, the default identation level is 4.
indent() - method in class org.apache.xml.serialize.IndentPrinter
Increment the indentation for the next line.
indent() - method in class org.apache.xml.serialize.Printer
IndentPrinter - class org.apache.xml.serialize.IndentPrinter
Extends Printer and adds support for indentation and line wrapping.
IndentPrinter(Writer,org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.IndentPrinter
INFOSET - static field in class org.apache.xml.serialize.DOMSerializerImpl
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
internalEntityDecl(String,String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
isBoolean(String,String) - static method in class org.apache.xml.serialize.HTMLdtd
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
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
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
Returns true if in the state of the document.
isElementContent(String) - static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element is declared to have element content.
isEmptyTag(String) - static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element is declared to be empty.
isNonEscapingElement(String) - method in class org.apache.xml.serialize.OutputFormat
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
Returns true if element's closing tag is generally not printed.
isOptionalClosing(String) - static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element's closing tag is optional and need not exist.
isPreserveSpace(String) - static method in class org.apache.xml.serialize.HTMLdtd
Returns true if element's textual contents preserves spaces.
isPrintable(char) - method in class org.apache.xml.serialize.EncodingInfo
Checks whether the specified character is printable or not in this encoding.
isURI(String,String) - static method in class org.apache.xml.serialize.HTMLdtd
Returns true if the specified attribute it a URI and should be escaped appropriately.

L

leaveDTD() - method in class org.apache.xml.serialize.IndentPrinter
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
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
Leave the current element state and return to the state of the parent element.
LineSeparator - class org.apache.xml.serialize.LineSeparator
LineWidth - static field in class org.apache.xml.serialize.OutputFormat.Defaults
The default line width at which to break long lines when identing.
localName - field in class org.apache.xml.serialize.ElementState
The element's local tag name.

M

Macintosh - static field in class org.apache.xml.serialize.LineSeparator
Line separator for Macintosh systems (\r).
Create a new serializer based on the OutputFormat.
Create a new serializer, based on the OutputFormat and using the output byte stream and the encoding specified in the output format.
Create a new serializer, based on the OutputFormat and using the writer as the output character stream.
Method - class org.apache.xml.serialize.Method
modifyDOMError(String,short,String,Node) - method in class org.apache.xml.serialize.BaseMarkupSerializer
The method modifies global DOM error object

N

NameNodeListImpl - class org.apache.html.dom.NameNodeListImpl
This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().
Constructor.
NAMESPACES - static field in class org.apache.xml.serialize.DOMSerializerImpl
namespaceURI - field in class org.apache.xml.serialize.ElementState
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
NSDECL - static field in class org.apache.xml.serialize.DOMSerializerImpl

O

open() - method in class org.apache.html.dom.HTMLDocumentImpl
org.apache.wml - package
OutputFormat - class org.apache.xml.serialize.OutputFormat
Specifies an output format to control the serializer.
OutputFormat() - constructor for class org.apache.xml.serialize.OutputFormat
Constructs a new output format with the default values.
OutputFormat(Document) - constructor for class org.apache.xml.serialize.OutputFormat
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
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(String,String,boolean) - constructor for class org.apache.xml.serialize.OutputFormat
Constructs a new output format with the default values for the specified method and encoding.

P

PREFIX - static field in class org.apache.xml.serialize.XML11Serializer
PREFIX - static field in class org.apache.xml.serialize.XMLSerializer
prefixes - field in class org.apache.xml.serialize.ElementState
Association between namespace URIs (keys) and prefixes (values).
prepare() - method in class org.apache.xml.serialize.BaseMarkupSerializer
preserveSpace - field in class org.apache.xml.serialize.ElementState
True if element is space preserving.
PRETTY_PRINT - static field in class org.apache.xml.serialize.DOMSerializerImpl
printCDATAText(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
printCDATAText(String) - method in class org.apache.xml.serialize.XML11Serializer
printDoctypeURL(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Print a document type public or system identifier URL.
Printer - class org.apache.xml.serialize.Printer
The printer is responsible for sending text to the output stream or writer.
Printer(Writer,org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.Printer
printEscaped(int) - method in class org.apache.xml.serialize.BaseMarkupSerializer
printEscaped(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Escapes a string so it may be printed as text content or attribute value.
printEscaped(String) - method in class org.apache.xml.serialize.XML11Serializer
printEscaped(String) - method in class org.apache.xml.serialize.XMLSerializer
printSpace() - method in class org.apache.xml.serialize.IndentPrinter
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
printText(char) - method in class org.apache.xml.serialize.IndentPrinter
printText(char) - method in class org.apache.xml.serialize.Printer
printText(char[],int,int) - method in class org.apache.xml.serialize.IndentPrinter
printText(char[],int,int) - method in class org.apache.xml.serialize.Printer
printText(char[],int,int,boolean,boolean) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print additional text with whitespace handling.
printText(char[],int,int,boolean,boolean) - method in class org.apache.xml.serialize.XML11Serializer
printText(char[],int,int,boolean,boolean) - method in class org.apache.xml.serialize.XMLSerializer
printText(String) - method in class org.apache.xml.serialize.IndentPrinter
Called to print additional text.
printText(String) - method in class org.apache.xml.serialize.Printer
printText(String,boolean,boolean) - method in class org.apache.xml.serialize.BaseMarkupSerializer
printText(String,boolean,boolean) - method in class org.apache.xml.serialize.XML11Serializer
printText(String,boolean,boolean) - method in class org.apache.xml.serialize.XMLSerializer
printText(StringBuffer) - method in class org.apache.xml.serialize.IndentPrinter
printText(StringBuffer) - method in class org.apache.xml.serialize.Printer
printXMLChar(int) - method in class org.apache.xml.serialize.XML11Serializer
print text data
printXMLChar(int) - method in class org.apache.xml.serialize.XMLSerializer
print text data
processingInstruction(String,String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
processingInstruction(String,String) - method in class org.apache.html.dom.HTMLBuilder
processingInstructionIO(String,String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
processingInstructionIO(String,String) - method in class org.apache.xml.serialize.TextSerializer

R

rawName - field in class org.apache.xml.serialize.ElementState
The element's raw tag name (local or prefix:local).
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.xml.serialize.BaseMarkupSerializer
reset() - method in class org.apache.html.dom.HTMLFormElementImpl
reset() - method in class org.apache.xml.serialize.XML11Serializer
reset() - method in class org.apache.xml.serialize.XMLSerializer

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
Serializes the DOM document using the previously specified writer and output format.
serialize(Document) - method in class org.apache.xml.serialize.DOMSerializer
Serializes the DOM document.
serialize(DocumentFragment) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document fragmnt using the previously specified writer and output format.
serialize(DocumentFragment) - method in class org.apache.xml.serialize.DOMSerializer
Serializes the DOM document fragment.
serialize(Element) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM element using the previously specified writer and output format.
serialize(Element) - method in class org.apache.xml.serialize.DOMSerializer
Serialized the DOM element.
serializeElement(Element) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to serializee the DOM element.
serializeElement(Element) - method in class org.apache.xml.serialize.HTMLSerializer
Called to serialize a DOM element.
serializeElement(Element) - method in class org.apache.xml.serialize.TextSerializer
Called to serialize a DOM element.
serializeElement(Element) - method in class org.apache.xml.serialize.XMLSerializer
Called to serialize a DOM element.
serializeNode(Node) - method in class org.apache.xml.serialize.BaseMarkupSerializer
Serialize the DOM node.
serializeNode(Node) - method in class org.apache.xml.serialize.TextSerializer
Serialize the DOM node.
serializePreRoot() - method in class org.apache.xml.serialize.BaseMarkupSerializer
Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
Serializer - interface org.apache.xml.serialize.Serializer
Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents.
SerializerFactory - class org.apache.xml.serialize.SerializerFactory
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.WMLGoElement
setAcceptCharset(String) - method in class org.apache.wml.dom.WMLGoElementImpl
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.WMLImgElement
'align' specifies the alignment of the image within the text flow.
setAlign(String) - method in class org.apache.wml.dom.WMLImgElementImpl
'align' specifies the alignment of the image within the text flow.
setAlign(String) - method in class 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 class org.apache.wml.dom.WMLPElementImpl
'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 class org.apache.wml.WMLTableElement
'align' set the align of the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setAlign(String) - method in class org.apache.wml.dom.WMLTableElementImpl
'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
Returns whether java encoding names are permitted
setAllowJavaNames(boolean) - method in class org.apache.xml.serialize.OutputFormat
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.WMLImgElement
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
setAlt(String) - method in class org.apache.wml.dom.WMLImgElementImpl
'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
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
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLAElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLAnchorElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLBElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLBigElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLBrElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLCardElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLDoElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.WMLElement
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLEmElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLFieldsetElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLGoElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLHeadElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLIElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLImgElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLInputElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLMetaElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLNoopElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLOneventElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLOptgroupElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLOptionElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLPElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLPostfieldElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLPrevElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLRefreshElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLSelectElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLSetvarElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLSmallElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLStrongElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLTableElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLTdElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLTemplateElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLTimerElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLTrElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLUElementImpl
The 'class' attribute of a element that affiliates an elements with one or more elements.
setClassName(String) - method in class org.apache.wml.dom.WMLWmlElementImpl
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.WMLTableElement
'columns' specifies the number of columns (Section 11.8.5, WAP WML Version 16-Jun-1999)
setColumns(int) - method in class org.apache.wml.dom.WMLTableElementImpl
'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.WMLMetaElement
'content' attribute specifies the property value
setContent(String) - method in class org.apache.wml.dom.WMLMetaElementImpl
'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
Sets the document type public and system identifiers.
setDocumentLocator(Locator) - method in class org.apache.xml.serialize.BaseMarkupSerializer
setDocumentLocator(Locator) - method in class org.apache.html.dom.HTMLBuilder
setDomain(String) - method in class org.apache.wml.WMLAccessElement
A deck's domain and path attributes specify which deck may access it.
setDomain(String) - method in class org.apache.wml.dom.WMLAccessElementImpl
A deck's domain and path attributes specify which deck may access it.
setEmptyOk(boolean) - method in class org.apache.wml.WMLInputElement
'emptyok' specifies whether a empty input is allowed when a non-empty 'format' is specified.
setEmptyOk(boolean) - method in class org.apache.wml.dom.WMLInputElementImpl
setEncoding(org.apache.xml.serialize.EncodingInfo) - method in class org.apache.xml.serialize.OutputFormat
Sets the encoding for this output method with an EncodingInfo instance.
setEncoding(String) - method in class org.apache.xml.serialize.OutputFormat
Sets the encoding for this output method.
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
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.WMLInputElement
'format' specifies the input mask for user input.
setFormat(String) - method in class org.apache.wml.dom.WMLInputElementImpl
setForua(boolean) - method in class org.apache.wml.WMLMetaElement
'forua' attribute specifies whether a intermediate agent should remove this meta element.
setForua(boolean) - method in class org.apache.wml.dom.WMLMetaElementImpl
'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.WMLImgElement
'height' specifies the height of an image.
setHeight(String) - method in class org.apache.wml.dom.WMLImgElementImpl
'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.WMLAElement
setHref(String) - method in class org.apache.wml.dom.WMLAElementImpl
setHref(String) - method in class org.apache.wml.WMLGoElement
setHref(String) - method in class org.apache.wml.dom.WMLGoElementImpl
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.WMLImgElement
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
setHspace(String) - method in class org.apache.wml.dom.WMLImgElementImpl
'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.WMLMetaElement
'http-equiv' attribute indicates the property should be interpret as HTTP header.
setHttpEquiv(String) - method in class org.apache.wml.dom.WMLMetaElementImpl
'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
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.WMLAElement
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLAElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLAnchorElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLBElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLBigElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLBrElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLCardElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLDoElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.WMLElement
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLEmElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLFieldsetElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLGoElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLHeadElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLIElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLImgElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLInputElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLMetaElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLNoopElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLOneventElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLOptgroupElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLOptionElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLPElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLPostfieldElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLPrevElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLRefreshElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLSelectElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLSetvarElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLSmallElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLStrongElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLTableElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLTdElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLTemplateElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLTimerElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLTrElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLUElementImpl
The element's identifier which is unique in a single deck.
setId(String) - method in class org.apache.wml.dom.WMLWmlElementImpl
The element's identifier which is unique in a single deck.
setIName(String) - method in class org.apache.wml.WMLSelectElement
'iname' specifies name of variable to be set with the index result of selection.
setIName(String) - method in class org.apache.wml.dom.WMLSelectElementImpl
setIndent(int) - method in class org.apache.xml.serialize.OutputFormat
Sets the indentation.
setIndenting(boolean) - method in class org.apache.xml.serialize.OutputFormat
Sets the indentation on and off.
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.WMLSelectElement
'ivalue' specifies the default of the variable 'iname'
setIValue(String) - method in class org.apache.wml.dom.WMLSelectElementImpl
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.WMLDoElement
setLabel(String) - method in class org.apache.wml.dom.WMLDoElementImpl
setLang(String) - method in class org.apache.html.dom.HTMLElementImpl
setLineSeparator(String) - method in class org.apache.xml.serialize.OutputFormat
Sets the line separator.
setLineWidth(int) - method in class org.apache.xml.serialize.OutputFormat
Sets the line width.
setLink(String) - method in class org.apache.html.dom.HTMLBodyElementImpl
setLocalSrc(String) - method in class org.apache.wml.WMLImgElement
'localsrc' specifies an alternative internal representation of the image.
setLocalSrc(String) - method in class org.apache.wml.dom.WMLImgElementImpl
'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.WMLInputElement
'maxlength' specifies the maximum number of characters to be enter.
setMaxLength(int) - method in class org.apache.wml.dom.WMLInputElementImpl
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
Sets the media type.
setMethod(String) - method in class org.apache.html.dom.HTMLFormElementImpl
setMethod(String) - method in class org.apache.xml.serialize.OutputFormat
Sets the method for this output format.
setMethod(String) - method in class org.apache.wml.WMLGoElement
setMethod(String) - method in class org.apache.wml.dom.WMLGoElementImpl
setMode(String) - method in class org.apache.wml.WMLPElement
'mode' specifies the wrapping mode of the paragraph.
setMode(String) - method in class org.apache.wml.dom.WMLPElementImpl
'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.WMLSelectElement
'multiple' indicates whether a list accept multiple selection (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setMultiple(boolean) - method in class org.apache.wml.dom.WMLSelectElementImpl
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.WMLDoElement
setName(String) - method in class org.apache.wml.dom.WMLDoElementImpl
setName(String) - method in class org.apache.wml.WMLInputElement
'name' specifies the name of a variable after the user enters the text.
setName(String) - method in class org.apache.wml.dom.WMLInputElementImpl
setName(String) - method in class org.apache.wml.WMLMetaElement
'name' attribute specific the property name
setName(String) - method in class org.apache.wml.dom.WMLMetaElementImpl
'name' attribute specific the property name
setName(String) - method in class org.apache.wml.WMLPostfieldElement
setName(String) - method in class org.apache.wml.dom.WMLPostfieldElementImpl
setName(String) - method in class org.apache.wml.WMLSelectElement
'name' specifies the name of variable to be set.
setName(String) - method in class org.apache.wml.dom.WMLSelectElementImpl
setName(String) - method in class org.apache.wml.WMLSetvarElement
setName(String) - method in class org.apache.wml.dom.WMLSetvarElementImpl
setName(String) - method in class org.apache.wml.WMLTimerElement
'name' specifies the name of variable ot be set with the value of the timer.
setName(String) - method in class org.apache.wml.dom.WMLTimerElementImpl
'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
This methods turns on namespace fixup algorithm during DOM serialization.
setNewContext(boolean) - method in class org.apache.wml.WMLCardElement
'newcontext' specifies whether a browser context should be re-initialized upon entering the card.
setNewContext(boolean) - method in class org.apache.wml.dom.WMLCardElementImpl
setNewLine(String) - method in class org.apache.xml.serialize.DOMSerializerImpl
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
setNextIndent(int) - method in class org.apache.xml.serialize.Printer
setNoHref(boolean) - method in class org.apache.html.dom.HTMLAreaElementImpl
setNonEscapingElements(String[]) - method in class org.apache.xml.serialize.OutputFormat
Sets the list of elements for which text node children should be output unescaped (no character references).
setNoResize(boolean) - method in 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
Sets comment omitting on and off.
setOmitDocumentType(boolean) - method in class org.apache.xml.serialize.OutputFormat
Sets DOCTYPE declaration omitting on and off.
setOmitXMLDeclaration(boolean) - method in class org.apache.xml.serialize.OutputFormat
Sets XML declaration omitting on and off.
setOnEnterBackward(String) - method in class 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 class org.apache.wml.dom.WMLCardElementImpl
setOnEnterBackward(String) - method in class org.apache.wml.WMLTemplateElement
setOnEnterBackward(String) - method in class org.apache.wml.dom.WMLTemplateElementImpl
setOnEnterForward(String) - method in class 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 class org.apache.wml.dom.WMLCardElementImpl
setOnEnterForward(String) - method in class org.apache.wml.WMLTemplateElement
setOnEnterForward(String) - method in class org.apache.wml.dom.WMLTemplateElementImpl
setOnPick(String) - method in class org.apache.wml.WMLOptionElement
'onpick' specifies a event to occur when a user select and disselect this choice.
setOnPick(String) - method in class org.apache.wml.dom.WMLOptionElementImpl
setOnTimer(String) - method in class 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 class org.apache.wml.dom.WMLCardElementImpl
setOnTimer(String) - method in class org.apache.wml.WMLTemplateElement
setOnTimer(String) - method in class org.apache.wml.dom.WMLTemplateElementImpl
setOptional(String) - method in class org.apache.wml.WMLDoElement
setOptional(String) - method in class org.apache.wml.dom.WMLDoElementImpl
setOrdered(boolean) - method in class 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)
setOrdered(boolean) - method in class org.apache.wml.dom.WMLCardElementImpl
setOutputByteStream(OutputStream) - method in class org.apache.xml.serialize.BaseMarkupSerializer
setOutputByteStream(OutputStream) - method in class org.apache.xml.serialize.Serializer
Specifies an output stream to which the document should be serialized.
setOutputCharStream(Writer) - method in class org.apache.xml.serialize.BaseMarkupSerializer
setOutputCharStream(Writer) - method in class org.apache.xml.serialize.Serializer
Specifies a writer to which the document should be serialized.
Specifies an output format for this serializer.
setOutputFormat(org.apache.xml.serialize.OutputFormat) - method in class org.apache.xml.serialize.Serializer
Specifies an output format for this serializer.
setParameter(String,Object) - method in class org.apache.xml.serialize.DOMSerializerImpl
DOM L3-EXPERIMENTAL: Setter for boolean and object parameters
setPath(String) - method in class org.apache.wml.WMLAccessElement
path attribute is prefix-matched against the path portion of the referring URI
setPath(String) - method in class org.apache.wml.dom.WMLAccessElementImpl
path attribute is prefix-matched against the path portion of the referring URI
setPreserveEmptyAttributes(boolean) - method in class org.apache.xml.serialize.OutputFormat
Sets the preserveEmptyAttribute flag.
setPreserveSpace(boolean) - method in class org.apache.xml.serialize.OutputFormat
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.WMLMetaElement
'scheme' attribute specifies a form that may be used to interpret the property value
setScheme(String) - method in class org.apache.wml.dom.WMLMetaElementImpl
'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.WMLGoElement
setSendreferer(String) - method in class org.apache.wml.dom.WMLGoElementImpl
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.WMLInputElement
'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)
setSize(int) - method in class org.apache.wml.dom.WMLInputElementImpl
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.WMLImgElement
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
setSrc(String) - method in class org.apache.wml.dom.WMLImgElementImpl
'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
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.WMLInputElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - method in class org.apache.wml.dom.WMLInputElementImpl
setTabIndex(int) - method in class org.apache.wml.WMLSelectElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - method in class org.apache.wml.dom.WMLSelectElementImpl
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
setThisIndent(int) - method in class org.apache.xml.serialize.Printer
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.WMLAElement
setTitle(String) - method in class org.apache.wml.dom.WMLAElementImpl
setTitle(String) - method in class org.apache.wml.WMLAnchorElement
setTitle(String) - method in class org.apache.wml.dom.WMLAnchorElementImpl
setTitle(String) - method in class 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 class org.apache.wml.dom.WMLCardElementImpl
setTitle(String) - method in class org.apache.wml.WMLFieldsetElement
'title' specifies a title for this element
setTitle(String) - method in class org.apache.wml.dom.WMLFieldsetElementImpl
setTitle(String) - method in class 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 class org.apache.wml.dom.WMLInputElementImpl
setTitle(String) - method in class 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 class org.apache.wml.dom.WMLOptgroupElementImpl
'title' specifies the title of this element (Section 11.6.2.3, WAP WML Version 16-Jun-1999)
setTitle(String) - method in class org.apache.wml.WMLOptionElement
'title' specifies a title for this element.
setTitle(String) - method in class org.apache.wml.dom.WMLOptionElementImpl
setTitle(String) - method in class 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 class org.apache.wml.dom.WMLSelectElementImpl
setTitle(String) - method in class org.apache.wml.WMLTableElement
'title' specifies a title for the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setTitle(String) - method in class org.apache.wml.dom.WMLTableElementImpl
'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.WMLDoElement
setType(String) - method in class org.apache.wml.dom.WMLDoElementImpl
setType(String) - method in class org.apache.wml.WMLInputElement
'type' specifies the type of text input area.
setType(String) - method in class org.apache.wml.dom.WMLInputElementImpl
setType(String) - method in class org.apache.wml.WMLOneventElement
setType(String) - method in class org.apache.wml.dom.WMLOneventElementImpl
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.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 class org.apache.wml.dom.WMLInputElementImpl
setValue(String) - method in class 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 class org.apache.wml.dom.WMLOptionElementImpl
setValue(String) - method in class org.apache.wml.WMLPostfieldElement
setValue(String) - method in class org.apache.wml.dom.WMLPostfieldElementImpl
setValue(String) - method in class 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 class org.apache.wml.dom.WMLSelectElementImpl
setValue(String) - method in class org.apache.wml.WMLSetvarElement
setValue(String) - method in class org.apache.wml.dom.WMLSetvarElementImpl
setValue(String) - method in class org.apache.wml.WMLTimerElement
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
setValue(String) - method in class org.apache.wml.dom.WMLTimerElementImpl
'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
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.WMLImgElement
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
setVspace(String) - method in class org.apache.wml.dom.WMLImgElementImpl
'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.WMLImgElement
'width' specifies the width of an image.
setWidth(String) - method in class org.apache.wml.dom.WMLImgElementImpl
'width' specifies the width of an image.
setXHTMLNamespace(String) - method in class org.apache.xml.serialize.HTMLSerializer
setXmlLang(String) - method in class org.apache.wml.WMLAElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLAElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLAnchorElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLAnchorElementImpl
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLBElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLBElementImpl
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLBigElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLBigElementImpl
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLBrElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLBrElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLCardElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLCardElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLDoElement
The xml:lang that specifics the natural or formal language in which the document is written.
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.WMLEmElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLEmElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLFieldsetElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLFieldsetElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLIElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLIElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLImgElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLImgElementImpl
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLInputElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLInputElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLOptgroupElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLOptgroupElementImpl
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLOptionElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLOptionElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLPElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLPElementImpl
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLSelectElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLSelectElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLSmallElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLSmallElementImpl
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLStrongElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLStrongElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLTableElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLTableElementImpl
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLTdElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLTdElementImpl
setXmlLang(String) - method in class org.apache.wml.WMLUElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLUElementImpl
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.WMLWmlElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - method in class org.apache.wml.dom.WMLWmlElementImpl
skippedEntity(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
SPLITCDATA - static field in class org.apache.xml.serialize.DOMSerializerImpl
startCDATA() - method in class org.apache.xml.serialize.BaseMarkupSerializer
startDocument() - method in class org.apache.xml.serialize.BaseMarkupSerializer
startDocument() - method in class org.apache.html.dom.HTMLBuilder
startDocument(String) - method in class org.apache.xml.serialize.HTMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - method in class org.apache.xml.serialize.TextSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - method in class org.apache.xml.serialize.XMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDTD(String,String,String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
startElement(String,AttributeList) - method in class org.apache.html.dom.HTMLBuilder
startElement(String,AttributeList) - method in class org.apache.xml.serialize.HTMLSerializer
startElement(String,AttributeList) - method in class org.apache.xml.serialize.TextSerializer
startElement(String,AttributeList) - method in class org.apache.xml.serialize.XMLSerializer
startElement(String,String,String,Attributes) - method in class org.apache.xml.serialize.HTMLSerializer
startElement(String,String,String,Attributes) - method in class org.apache.xml.serialize.TextSerializer
startElement(String,String,String,Attributes) - method in class org.apache.xml.serialize.XMLSerializer
startEntity(String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
startNonEscaping() - method in class org.apache.xml.serialize.BaseMarkupSerializer
startPrefixMapping(String,String) - method in class org.apache.xml.serialize.BaseMarkupSerializer
startPreserving() - method in class org.apache.xml.serialize.BaseMarkupSerializer
submit() - method in class org.apache.html.dom.HTMLFormElementImpl
surrogates(int,int,boolean) - method in class org.apache.xml.serialize.BaseMarkupSerializer
surrogates(int,int,boolean) - method in class org.apache.xml.serialize.XML11Serializer

T

testJavaEncodingName(String) - static method in class org.apache.xml.serialize.EncodingInfo
TEXT - static field in class org.apache.xml.serialize.Method
The output method for text documents.
TextSerializer - class org.apache.xml.serialize.TextSerializer
Implements a text serializer supporting both DOM and SAX serializing.
TextSerializer() - constructor for class org.apache.xml.serialize.TextSerializer
Constructs a new serializer.

U

unescaped - field in class org.apache.xml.serialize.ElementState
True if textual content of current element should be serialized as raw characters (unescaped).
unindent() - method in class org.apache.xml.serialize.IndentPrinter
Decrement the indentation for the next line.
unindent() - method in class org.apache.xml.serialize.Printer
Unix - static field in class org.apache.xml.serialize.LineSeparator
Line separator for Unix systems (\n).

W

Web - static field in class org.apache.xml.serialize.LineSeparator
Line separator for the Web (\n).
WELLFORMED - static field in class org.apache.xml.serialize.DOMSerializerImpl
whichDoctypePublic(Document) - static method in class org.apache.xml.serialize.OutputFormat
Returns the document type public identifier specified for this document, or null.
whichDoctypeSystem(Document) - static method in class org.apache.xml.serialize.OutputFormat
Returns the document type system identifier specified for this document, or null.
whichMediaType(String) - static method in class org.apache.xml.serialize.OutputFormat
Returns the suitable media format for a document output with the specified method.
whichMethod(Document) - static method in class org.apache.xml.serialize.OutputFormat
Determine the output method for the specified document.
Windows - static field in class org.apache.xml.serialize.LineSeparator
Line separator for Windows systems (\r\n).
WMLAccessElement - interface org.apache.wml.WMLAccessElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLAccessElementImpl - class org.apache.wml.dom.WMLAccessElementImpl
WMLAElement - interface org.apache.wml.WMLAElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLAElementImpl - class org.apache.wml.dom.WMLAElementImpl
WMLAnchorElement - interface org.apache.wml.WMLAnchorElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLAnchorElementImpl - class org.apache.wml.dom.WMLAnchorElementImpl
WMLBElement - interface org.apache.wml.WMLBElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLBElementImpl - class org.apache.wml.dom.WMLBElementImpl
WMLBigElement - interface org.apache.wml.WMLBigElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLBigElementImpl - class org.apache.wml.dom.WMLBigElementImpl
WMLBrElement - interface org.apache.wml.WMLBrElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLBrElementImpl - class org.apache.wml.dom.WMLBrElementImpl
WMLCardElement - interface org.apache.wml.WMLCardElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLCardElementImpl - class org.apache.wml.dom.WMLCardElementImpl
WMLDocument - interface org.apache.wml.WMLDocument
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLDocumentImpl - class org.apache.wml.dom.WMLDocumentImpl
WMLDocumentImpl(DocumentType) - constructor for class org.apache.wml.dom.WMLDocumentImpl
WMLDoElement - interface org.apache.wml.WMLDoElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLDoElementImpl - class org.apache.wml.dom.WMLDoElementImpl
WMLDOMImplementation - interface org.apache.wml.WMLDOMImplementation
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLElement - interface org.apache.wml.WMLElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLElementImpl - class org.apache.wml.dom.WMLElementImpl
WMLEmElement - interface org.apache.wml.WMLEmElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLEmElementImpl - class org.apache.wml.dom.WMLEmElementImpl
WMLFieldsetElement - interface org.apache.wml.WMLFieldsetElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLGoElement - interface org.apache.wml.WMLGoElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLGoElementImpl - class org.apache.wml.dom.WMLGoElementImpl
WMLHeadElement - interface org.apache.wml.WMLHeadElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLHeadElementImpl - class org.apache.wml.dom.WMLHeadElementImpl
WMLIElement - interface org.apache.wml.WMLIElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLIElementImpl - class org.apache.wml.dom.WMLIElementImpl
WMLImgElement - interface org.apache.wml.WMLImgElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLImgElementImpl - class org.apache.wml.dom.WMLImgElementImpl
WMLInputElement - interface org.apache.wml.WMLInputElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLInputElementImpl - class org.apache.wml.dom.WMLInputElementImpl
WMLMetaElement - interface org.apache.wml.WMLMetaElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLMetaElementImpl - class org.apache.wml.dom.WMLMetaElementImpl
WMLNoopElement - interface org.apache.wml.WMLNoopElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLNoopElementImpl - class org.apache.wml.dom.WMLNoopElementImpl
WMLOneventElement - interface org.apache.wml.WMLOneventElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLOneventElementImpl - class org.apache.wml.dom.WMLOneventElementImpl
WMLOptgroupElement - interface org.apache.wml.WMLOptgroupElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLOptionElement - interface org.apache.wml.WMLOptionElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLOptionElementImpl - class org.apache.wml.dom.WMLOptionElementImpl
WMLPElement - interface org.apache.wml.WMLPElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLPElementImpl - class org.apache.wml.dom.WMLPElementImpl
WMLPostfieldElement - interface org.apache.wml.WMLPostfieldElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLPrevElement - interface org.apache.wml.WMLPrevElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLPrevElementImpl - class org.apache.wml.dom.WMLPrevElementImpl
WMLRefreshElement - interface org.apache.wml.WMLRefreshElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLRefreshElementImpl - class org.apache.wml.dom.WMLRefreshElementImpl
WMLSelectElement - interface org.apache.wml.WMLSelectElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLSelectElementImpl - class org.apache.wml.dom.WMLSelectElementImpl
WMLSetvarElement - interface org.apache.wml.WMLSetvarElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLSetvarElementImpl - class org.apache.wml.dom.WMLSetvarElementImpl
WMLSmallElement - interface org.apache.wml.WMLSmallElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLSmallElementImpl - class org.apache.wml.dom.WMLSmallElementImpl
WMLStrongElement - interface org.apache.wml.WMLStrongElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLStrongElementImpl - class org.apache.wml.dom.WMLStrongElementImpl
WMLTableElement - interface org.apache.wml.WMLTableElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTableElementImpl - class org.apache.wml.dom.WMLTableElementImpl
WMLTdElement - interface org.apache.wml.WMLTdElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTdElementImpl - class org.apache.wml.dom.WMLTdElementImpl
WMLTemplateElement - interface org.apache.wml.WMLTemplateElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTimerElement - interface org.apache.wml.WMLTimerElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTimerElementImpl - class org.apache.wml.dom.WMLTimerElementImpl
WMLTrElement - interface org.apache.wml.WMLTrElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTrElementImpl - class org.apache.wml.dom.WMLTrElementImpl
WMLUElement - interface org.apache.wml.WMLUElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLUElementImpl - class org.apache.wml.dom.WMLUElementImpl
WMLWmlElement - interface org.apache.wml.WMLWmlElement
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLWmlElementImpl - class org.apache.wml.dom.WMLWmlElementImpl
write(Node,LSOutput) - method in class org.apache.xml.serialize.DOMSerializerImpl
Serialize the specified node as described above in the general description of the LSSerializer interface.
write(String) - method in class org.apache.html.dom.HTMLDocumentImpl
writeln(String) - method in class org.apache.html.dom.HTMLDocumentImpl
writeToString(Node) - method in class org.apache.xml.serialize.DOMSerializerImpl
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
Serialize the specified node as described above in the general description of the LSSerializer interface.

X

XHTML - static field in class org.apache.xml.serialize.Method
The output method for HTML documents as XHTML.
XHTMLNamespace - static field in class org.apache.xml.serialize.HTMLSerializer
XHTMLPublicId - static field in class org.apache.xml.serialize.HTMLdtd
Public identifier for XHTML 1.0 (Strict) document type.
XHTMLPublicId - static field in class org.apache.xml.serialize.OutputFormat.DTD
Public identifier for XHTML 1.0 (Strict) document type.
XHTMLSerializer - class org.apache.xml.serialize.XHTMLSerializer
Implements an XHTML serializer supporting both DOM and SAX pretty serializing.
XHTMLSerializer() - constructor for class org.apache.xml.serialize.XHTMLSerializer
Constructs a new serializer.
XHTMLSerializer(org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.XHTMLSerializer
Constructs a new serializer.
Constructs a new serializer that writes to the specified output stream using the specified output format.
Constructs a new serializer that writes to the specified writer using the specified output format.
XHTMLSystemId - static field in class org.apache.xml.serialize.HTMLdtd
System identifier for XHTML 1.0 (Strict) document type.
XHTMLSystemId - static field in class org.apache.xml.serialize.OutputFormat.DTD
System identifier for XHTML 1.0 (Strict) document type.
XML - static field in class org.apache.xml.serialize.Method
The output method for XML documents.
XML11Serializer - class org.apache.xml.serialize.XML11Serializer
Implements an XML serializer supporting both DOM and SAX pretty serializing.
XML11Serializer() - constructor for class org.apache.xml.serialize.XML11Serializer
Constructs a new serializer.
XML11Serializer(org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.XML11Serializer
Constructs a new serializer.
Constructs a new serializer that writes to the specified output stream using the specified output format.
Constructs a new serializer that writes to the specified writer using the specified output format.
XMLDECL - static field in class org.apache.xml.serialize.DOMSerializerImpl
XMLSerializer - class org.apache.xml.serialize.XMLSerializer
Implements an XML serializer supporting both DOM and SAX pretty serializing.
XMLSerializer() - constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer.
XMLSerializer(org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer.
Constructs a new serializer that writes to the specified output stream using the specified output format.
XMLSerializer(Writer,org.apache.xml.serialize.OutputFormat) - constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer that writes to the specified writer using the specified output format.

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.