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

A

add(HTMLElement, HTMLElement) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
afterComment - Variable in class org.apache.xml.serialize.ElementState
True if the last serialized node was a comment node.
afterElement - Variable 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 interface org.apache.xml.serialize.Serializer
Return a ContentHandler interface into this serializer.
asDocumentHandler() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
asDocumentHandler() - Method in interface org.apache.xml.serialize.Serializer
Return a DocumentHandler interface into this serializer.
asDOMSerializer() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
asDOMSerializer() - Method in interface org.apache.xml.serialize.Serializer
Return a DOMSerializer interface into this serializer.
attributeDecl(String, String, String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 

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.
BaseMarkupSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.BaseMarkupSerializer
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.HTMLTextAreaElementImpl
 
blur() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
blur() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
breakLine() - Method in class org.apache.xml.serialize.Printer
 
breakLine() - Method in class org.apache.xml.serialize.IndentPrinter
Called to print a line consisting of the text accumulated so far.
breakLine(boolean) - Method in class org.apache.xml.serialize.Printer
 
breakLine(boolean) - Method in class org.apache.xml.serialize.IndentPrinter
 

C

canSetParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
DOM L3-EXPERIMENTAL: Check if parameter can be set
CDATA - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
 
characters(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
characters(char[], int, int) - Method in class org.apache.xml.serialize.XML11Serializer
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
 
characters(String) - Method in class org.apache.html.dom.HTMLBuilder
 
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.xml.serialize.HTMLSerializer
Deprecated.  
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.HTMLTableSectionElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getRows() 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.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.HTMLTableRowElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getCells() 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.
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 variable 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
 
createDocument(String, String, DocumentType) - Method in class org.apache.wml.dom.WMLDOMImplementationImpl
 
createElement(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElement(String) - Method in class org.apache.wml.dom.WMLDocumentImpl
 
createElementNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElementNS(String, String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
Xerces-specific constructor.
createHTMLDocument(String) - Method in class org.apache.html.dom.HTMLDOMImplementationImpl
Create a new HTML document of the specified TITLE text.
createTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 

D

DEBUG - Static variable in class org.apache.xml.serialize.XMLSerializer
 
DEBUG - Static variable in class org.apache.xml.serialize.XML11Serializer
 
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.HTMLTableSectionElementImpl
 
deleteRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
deleteTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
DISCARDDEFAULT - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
 
doCData - Variable 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 variable 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.

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.
ElementState() - Constructor for class org.apache.xml.serialize.ElementState
 
empty - Variable in class org.apache.xml.serialize.ElementState
True if element is empty.
Encoding - Static variable 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.
Encodings() - Constructor for class org.apache.xml.serialize.Encodings
 
endCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
endDocument() - Method in class org.apache.html.dom.HTMLBuilder
 
endDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called at the end of the document to wrap it up.
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
Deprecated.  
endElement(String) - Method in class org.apache.xml.serialize.XMLSerializer
 
endElement(String) - Method in class org.apache.xml.serialize.TextSerializer
 
endElement(String, String, String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
endElement(String, String, String) - Method in class org.apache.xml.serialize.XMLSerializer
 
endElement(String, String, String) - Method in class org.apache.xml.serialize.TextSerializer
 
endElementIO(String) - Method in class org.apache.xml.serialize.TextSerializer
 
endElementIO(String, String, String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
endElementIO(String, String, String) - Method in class org.apache.xml.serialize.XMLSerializer
 
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.Printer
Called by any of the DTD handlers to enter DTD mode.
enterDTD() - Method in class org.apache.xml.serialize.IndentPrinter
Called by any of the DTD handlers to enter DTD mode.
enterElementState(String, String, String, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Enter a new element state for the specified element.
ENTITIES - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
 
escapeURI(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
externalEntityDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 

F

FactoriesProperty - Static variable in class org.apache.xml.serialize.SerializerFactory
 
fatalError(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
fCurrentNode - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Current node that is being processed
fDOMError - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
 
fDOMErrorHandler - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
 
fDOMFilter - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
 
fDOML1 - Variable in class org.apache.xml.serialize.XML11Serializer
 
features - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
 
features - Variable 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 - Variable in class org.apache.xml.serialize.XMLSerializer
stores all namespace bindings on the current element
fLocalNSBinder - Variable in class org.apache.xml.serialize.XML11Serializer
stores all namespace bindings on the current element
flush() - Method in class org.apache.xml.serialize.Printer
Flush the output stream.
flush() - Method in class org.apache.xml.serialize.IndentPrinter
Flush the output stream.
flushLine(boolean) - Method in class org.apache.xml.serialize.Printer
 
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.
fNamespaceCounter - Variable in class org.apache.xml.serialize.XML11Serializer
 
fNamespacePrefixes - Variable in class org.apache.xml.serialize.XMLSerializer
Controls whether namespace prefixes will be printed out during serialization
fNamespaces - Variable in class org.apache.xml.serialize.XMLSerializer
Controls whether namespace fixup should be performed during the serialization.
fNamespaces - Variable in class org.apache.xml.serialize.XML11Serializer
Controls whether namespace fixup should be performed during the serialization.
fNSBinder - Variable in class org.apache.xml.serialize.XMLSerializer
stores namespaces in scope
fNSBinder - Variable in class org.apache.xml.serialize.XML11Serializer
stores namespaces in scope
focus() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
focus() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
focus() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
focus() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
FOP - Static variable 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 - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Temporary buffer to store character data
fSymbolTable - Variable in class org.apache.xml.serialize.XMLSerializer
symbol table for serialization
fSymbolTable - Variable in class org.apache.xml.serialize.XML11Serializer
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 interface 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.HTMLLabelElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLLegendElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getAccessKey() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getAction() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLParagraphElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLHRElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
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.HTMLAppletElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLDivElementImpl
 
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.HTMLInputElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getAlign() - Method in class org.apache.html.dom.HTMLHeadingElementImpl
 
getAlign() - Method in interface org.apache.wml.WMLImgElement
 
getAlign() - Method in interface org.apache.wml.WMLPElement
 
getAlign() - Method in interface org.apache.wml.WMLTableElement
 
getAlign() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getAlign() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getAlign() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getALink() - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
getAlt() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
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.HTMLInputElementImpl
 
getAlt() - Method in interface 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.HTMLObjectElementImpl
 
getArchive() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
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.HTMLTableElementImpl
 
getBgColor() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
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.HTMLTableElementImpl
 
getBorder() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
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.HTMLTableSectionElementImpl
 
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
 
getCharset() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getCharset() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getCharset() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
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.HTMLTableSectionElementImpl
 
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
 
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 interface org.apache.wml.WMLElement
 
getClassName() - Method in class org.apache.wml.dom.WMLElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLRefreshElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLPrevElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTdElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLIElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTrElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLNoopElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
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.WMLFieldsetElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLHeadElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLUElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLBElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLEmElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
getClassName() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
getClear() - Method in class org.apache.html.dom.HTMLBRElementImpl
 
getCode() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getCode() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getCodeBase() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getCodeBase() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getCodeType() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getColor() - Method in class org.apache.html.dom.HTMLFontElementImpl
 
getColor() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
getCols() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getCols() - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
 
getColSpan() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getColumns() - Method in interface org.apache.wml.WMLTableElement
 
getColumns() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getCompact() - Method in class org.apache.html.dom.HTMLUListElementImpl
 
getCompact() - Method in class org.apache.html.dom.HTMLMenuElementImpl
 
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.HTMLOListElementImpl
 
getContent() - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
getContent() - Method in interface 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.HTMLTextAreaElementImpl
 
getDefaultValue() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
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.HTMLTextAreaElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getDisabled() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
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 interface 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.HTMLElementImpl
 
getElementsByTagName(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getElementsByTagNameNS(String, String) - Method in class org.apache.html.dom.HTMLElementImpl
 
getElementsByTagNameNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getElementState() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Return the state of the current element.
getEmptyOk() - Method in interface 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
Deprecated.  
getEntityRef(int) - Method in class org.apache.xml.serialize.XMLSerializer
 
getEntityRef(int) - Method in class org.apache.xml.serialize.TextSerializer
 
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.HTMLFontElementImpl
 
getFace() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
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 interface 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 interface 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.HTMLImageElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
getHeight() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getHeight() - Method in interface 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 interface org.apache.wml.WMLAElement
 
getHref() - Method in interface org.apache.wml.WMLGoElement
 
getHref() - Method in class org.apache.wml.dom.WMLAElementImpl
 
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.HTMLImageElementImpl
 
getHspace() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getHspace() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getHspace() - Method in interface 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.HTMLScriptElementImpl
 
getHtmlFor() - Method in class org.apache.html.dom.HTMLLabelElementImpl
 
getHttpEquiv() - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
getHttpEquiv() - Method in interface 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 interface org.apache.wml.WMLAElement
 
getId() - Method in interface org.apache.wml.WMLElement
 
getId() - Method in class org.apache.wml.dom.WMLElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLRefreshElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLPrevElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTdElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLIElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTrElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLNoopElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
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.WMLFieldsetElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLHeadElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLUElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLBElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLEmElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
getId() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
getImages() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getIName() - Method in interface 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 interface org.apache.wml.WMLSelectElement
 
getIValue() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getLabel() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
getLabel() - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
getLabel() - Method in interface 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 interface org.apache.wml.WMLImgElement
 
getLocalSrc() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getLongDesc() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getLongDesc() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getLongDesc() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
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 interface 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 interface org.apache.wml.WMLGoElement
 
getMethod() - Method in class org.apache.wml.dom.WMLGoElementImpl
 
getMethod() - Method in class org.apache.xml.serialize.OutputFormat
Returns the method specified for this output format.
getMode() - Method in interface 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 interface org.apache.wml.WMLSelectElement
 
getMultiple() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLMapElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLParamElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getName() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getName() - Method in interface org.apache.wml.WMLTimerElement
 
getName() - Method in interface org.apache.wml.WMLInputElement
 
getName() - Method in interface org.apache.wml.WMLPostfieldElement
 
getName() - Method in interface org.apache.wml.WMLDoElement
 
getName() - Method in interface org.apache.wml.WMLSelectElement
 
getName() - Method in interface org.apache.wml.WMLMetaElement
 
getName() - Method in interface org.apache.wml.WMLSetvarElement
 
getName() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
getName() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
getNewContext() - Method in interface 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.Printer
 
getNextIndent() - Method in class org.apache.xml.serialize.IndentPrinter
 
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 interface org.apache.wml.WMLTemplateElement
 
getOnEnterBackward() - Method in interface org.apache.wml.WMLCardElement
 
getOnEnterBackward() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getOnEnterBackward() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getOnEnterForward() - Method in interface org.apache.wml.WMLTemplateElement
 
getOnEnterForward() - Method in interface org.apache.wml.WMLCardElement
 
getOnEnterForward() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getOnEnterForward() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getOnPick() - Method in interface org.apache.wml.WMLOptionElement
 
getOnPick() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getOnTimer() - Method in interface org.apache.wml.WMLTemplateElement
 
getOnTimer() - Method in interface org.apache.wml.WMLCardElement
 
getOnTimer() - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
getOnTimer() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getOptional() - Method in interface 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 interface 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 interface 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.HTMLTextAreaElementImpl
 
getReadOnly() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
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.HTMLTableSectionElementImpl
 
getRows() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getRows() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getRows() - Method in class org.apache.html.dom.HTMLFrameSetElementImpl
 
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 interface 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 interface 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.HTMLFontElementImpl
 
getSize() - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
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 interface 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.HTMLImageElementImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getSrc() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getSrc() - Method in interface 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.HTMLObjectElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getTabIndex() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getTabIndex() - Method in interface org.apache.wml.WMLInputElement
 
getTabIndex() - Method in interface org.apache.wml.WMLSelectElement
 
getTabIndex() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getTabIndex() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getTarget() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getTarget() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
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.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.HTMLScriptElementImpl
 
getText() - Method in class org.apache.html.dom.HTMLTitleElementImpl
 
getText() - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
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.HTMLElementImpl
 
getTitle() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
getTitle() - Method in interface org.apache.wml.WMLFieldsetElement
 
getTitle() - Method in interface org.apache.wml.WMLOptionElement
 
getTitle() - Method in interface org.apache.wml.WMLAElement
 
getTitle() - Method in interface org.apache.wml.WMLAnchorElement
 
getTitle() - Method in interface org.apache.wml.WMLCardElement
 
getTitle() - Method in interface org.apache.wml.WMLInputElement
 
getTitle() - Method in interface org.apache.wml.WMLSelectElement
 
getTitle() - Method in interface org.apache.wml.WMLOptgroupElement
 
getTitle() - Method in interface org.apache.wml.WMLTableElement
 
getTitle() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
getTitle() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLUListElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
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.HTMLLinkElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLLIElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getType() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getType() - Method in interface org.apache.wml.WMLOneventElement
 
getType() - Method in interface org.apache.wml.WMLInputElement
 
getType() - Method in interface org.apache.wml.WMLDoElement
 
getType() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getType() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getType() - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
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.HTMLObjectElementImpl
 
getUseMap() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
getVAlign() - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
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
 
getValue() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
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.HTMLLIElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
getValue() - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
getValue() - Method in interface org.apache.wml.WMLOptionElement
 
getValue() - Method in interface org.apache.wml.WMLTimerElement
 
getValue() - Method in interface org.apache.wml.WMLInputElement
 
getValue() - Method in interface org.apache.wml.WMLPostfieldElement
 
getValue() - Method in interface org.apache.wml.WMLSelectElement
 
getValue() - Method in interface org.apache.wml.WMLSetvarElement
 
getValue() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
getValue() - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
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.HTMLImageElementImpl
 
getVspace() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getVspace() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
getVspace() - Method in interface org.apache.wml.WMLImgElement
 
getVspace() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLImageElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLHRElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
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.HTMLPreElementImpl
 
getWidth() - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
getWidth() - Method in interface 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 interface org.apache.wml.WMLBElement
 
getXmlLang() - Method in interface org.apache.wml.WMLImgElement
 
getXmlLang() - Method in interface org.apache.wml.WMLBrElement
 
getXmlLang() - Method in interface org.apache.wml.WMLFieldsetElement
 
getXmlLang() - Method in interface org.apache.wml.WMLOptionElement
 
getXmlLang() - Method in interface org.apache.wml.WMLStrongElement
 
getXmlLang() - Method in interface org.apache.wml.WMLWmlElement
 
getXmlLang() - Method in interface org.apache.wml.WMLAElement
 
getXmlLang() - Method in interface org.apache.wml.WMLAnchorElement
 
getXmlLang() - Method in interface org.apache.wml.WMLUElement
 
getXmlLang() - Method in interface org.apache.wml.WMLCardElement
 
getXmlLang() - Method in interface org.apache.wml.WMLInputElement
 
getXmlLang() - Method in interface org.apache.wml.WMLTdElement
 
getXmlLang() - Method in interface org.apache.wml.WMLDoElement
 
getXmlLang() - Method in interface org.apache.wml.WMLSelectElement
 
getXmlLang() - Method in interface org.apache.wml.WMLOptgroupElement
 
getXmlLang() - Method in interface org.apache.wml.WMLPElement
 
getXmlLang() - Method in interface org.apache.wml.WMLEmElement
 
getXmlLang() - Method in interface org.apache.wml.WMLTableElement
 
getXmlLang() - Method in interface org.apache.wml.WMLIElement
 
getXmlLang() - Method in interface org.apache.wml.WMLSmallElement
 
getXmlLang() - Method in interface org.apache.wml.WMLBigElement
 
getXmlLang() - Method in class org.apache.wml.dom.WMLElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLDoElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLAElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLTableElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLImgElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLTdElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLIElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLCardElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLInputElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLBigElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLBrElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLUElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLBElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLPElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLEmElementImpl
 
getXmlLang() - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 

H

HTML - Static variable in class org.apache.xml.serialize.Method
The output method for HTML documents.
HTMLAnchorElementImpl - class org.apache.html.dom.HTMLAnchorElementImpl.

INTERNAL:
HTMLAnchorElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAnchorElementImpl
Constructor requires owner document.
HTMLAppletElementImpl - class org.apache.html.dom.HTMLAppletElementImpl.

INTERNAL:
HTMLAppletElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAppletElementImpl
Constructor requires owner document.
HTMLAreaElementImpl - class org.apache.html.dom.HTMLAreaElementImpl.

INTERNAL:
HTMLAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLAreaElementImpl
Constructor requires owner document.
HTMLBaseElementImpl - class org.apache.html.dom.HTMLBaseElementImpl.

INTERNAL:
HTMLBaseElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBaseElementImpl
Constructor requires owner document.
HTMLBaseFontElementImpl - class org.apache.html.dom.HTMLBaseFontElementImpl.

INTERNAL:
HTMLBaseFontElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBaseFontElementImpl
Constructor requires owner document.
HTMLBodyElementImpl - class org.apache.html.dom.HTMLBodyElementImpl.

INTERNAL:
HTMLBodyElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLBodyElementImpl
Constructor requires owner document.
HTMLBRElementImpl - class org.apache.html.dom.HTMLBRElementImpl.

INTERNAL:
HTMLBRElementImpl(HTMLDocumentImpl, String) - Constructor for 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.
HTMLBuilder() - Constructor for class org.apache.html.dom.HTMLBuilder
 
HTMLButtonElementImpl - class org.apache.html.dom.HTMLButtonElementImpl.

INTERNAL:
HTMLButtonElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLButtonElementImpl
Constructor requires owner document.
HTMLDirectoryElementImpl - class org.apache.html.dom.HTMLDirectoryElementImpl.

INTERNAL:
HTMLDirectoryElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDirectoryElementImpl
Constructor requires owner document.
HTMLDivElementImpl - class org.apache.html.dom.HTMLDivElementImpl.

INTERNAL:
HTMLDivElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLDivElementImpl
Constructor requires owner document.
HTMLDListElementImpl - class org.apache.html.dom.HTMLDListElementImpl.

INTERNAL:
HTMLDListElementImpl(HTMLDocumentImpl, String) - Constructor for 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
 
HTMLDOMImplementationImpl - class org.apache.html.dom.HTMLDOMImplementationImpl.
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.
HTMLdtd() - Constructor for class org.apache.xml.serialize.HTMLdtd
 
HTMLElementImpl - class org.apache.html.dom.HTMLElementImpl.
Implements an HTML-specific element, an Element that will only appear inside HTML documents.
HTMLFieldSetElementImpl - class org.apache.html.dom.HTMLFieldSetElementImpl.

INTERNAL:
HTMLFieldSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFieldSetElementImpl
Constructor requires owner document.
HTMLFontElementImpl - class org.apache.html.dom.HTMLFontElementImpl.

INTERNAL:
HTMLFontElementImpl(HTMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
HTMLFormElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFormElementImpl
Constructor requires owner document.
HTMLFrameElementImpl - class org.apache.html.dom.HTMLFrameElementImpl.

INTERNAL:
HTMLFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFrameElementImpl
Constructor requires owner document.
HTMLFrameSetElementImpl - class org.apache.html.dom.HTMLFrameSetElementImpl.

INTERNAL:
HTMLFrameSetElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLFrameSetElementImpl
Constructor requires owner document.
HTMLHeadElementImpl - class org.apache.html.dom.HTMLHeadElementImpl.

INTERNAL:
HTMLHeadElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHeadElementImpl
Constructor requires owner document.
HTMLHeadingElementImpl - class org.apache.html.dom.HTMLHeadingElementImpl.

INTERNAL:
HTMLHeadingElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHeadingElementImpl
Constructor requires owner document.
HTMLHRElementImpl - class org.apache.html.dom.HTMLHRElementImpl.

INTERNAL:
HTMLHRElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHRElementImpl
Constructor requires owner document.
HTMLHtmlElementImpl - class org.apache.html.dom.HTMLHtmlElementImpl.

INTERNAL:
HTMLHtmlElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLHtmlElementImpl
Constructor requires owner document.
HTMLIFrameElementImpl - class org.apache.html.dom.HTMLIFrameElementImpl.

INTERNAL:
HTMLIFrameElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLIFrameElementImpl
Constructor requires owner document.
HTMLImageElementImpl - class org.apache.html.dom.HTMLImageElementImpl.

INTERNAL:
HTMLImageElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLImageElementImpl
Constructor requires owner document.
HTMLInputElementImpl - class org.apache.html.dom.HTMLInputElementImpl.

INTERNAL:
HTMLInputElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLInputElementImpl
Constructor requires owner document.
HTMLIsIndexElementImpl - class org.apache.html.dom.HTMLIsIndexElementImpl.

INTERNAL:
HTMLIsIndexElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLIsIndexElementImpl
Constructor requires owner document.
HTMLLabelElementImpl - class org.apache.html.dom.HTMLLabelElementImpl.

INTERNAL:
HTMLLabelElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLabelElementImpl
Constructor requires owner document.
HTMLLegendElementImpl - class org.apache.html.dom.HTMLLegendElementImpl.

INTERNAL:
HTMLLegendElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLegendElementImpl
Constructor requires owner document.
HTMLLIElementImpl - class org.apache.html.dom.HTMLLIElementImpl.

INTERNAL:
HTMLLIElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLIElementImpl
Constructor requires owner document.
HTMLLinkElementImpl - class org.apache.html.dom.HTMLLinkElementImpl.

INTERNAL:
HTMLLinkElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLLinkElementImpl
Constructor requires owner document.
HTMLMapElementImpl - class org.apache.html.dom.HTMLMapElementImpl.

INTERNAL:
HTMLMapElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMapElementImpl
Constructor requires owner document.
HTMLMenuElementImpl - class org.apache.html.dom.HTMLMenuElementImpl.

INTERNAL:
HTMLMenuElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMenuElementImpl
Constructor requires owner document.
HTMLMetaElementImpl - class org.apache.html.dom.HTMLMetaElementImpl.

INTERNAL:
HTMLMetaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLMetaElementImpl
Constructor requires owner document.
HTMLModElementImpl - class org.apache.html.dom.HTMLModElementImpl.

INTERNAL:
HTMLModElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLModElementImpl
Constructor requires owner document and tag name.
HTMLObjectElementImpl - class org.apache.html.dom.HTMLObjectElementImpl.

INTERNAL:
HTMLObjectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLObjectElementImpl
Constructor requires owner document.
HTMLOListElementImpl - class org.apache.html.dom.HTMLOListElementImpl.

INTERNAL:
HTMLOListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOListElementImpl
Constructor requires owner document.
HTMLOptGroupElementImpl - class org.apache.html.dom.HTMLOptGroupElementImpl.

INTERNAL:
HTMLOptGroupElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOptGroupElementImpl
Constructor requires owner document.
HTMLOptionElementImpl - class org.apache.html.dom.HTMLOptionElementImpl.

INTERNAL:
HTMLOptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLOptionElementImpl
Constructor requires owner document.
HTMLParagraphElementImpl - class org.apache.html.dom.HTMLParagraphElementImpl.

INTERNAL:
HTMLParagraphElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLParagraphElementImpl
Constructor requires owner document.
HTMLParamElementImpl - class org.apache.html.dom.HTMLParamElementImpl.

INTERNAL:
HTMLParamElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLParamElementImpl
Constructor requires owner document.
HTMLPreElementImpl - class org.apache.html.dom.HTMLPreElementImpl.

INTERNAL:
HTMLPreElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLPreElementImpl
Constructor requires owner document.
HTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Public identifier for HTML 4.01 (Strict) document type.
HTMLPublicId - Static variable in class org.apache.xml.serialize.HTMLdtd
Public identifier for HTML 4.01 (Strict) document type.
HTMLQuoteElementImpl - class org.apache.html.dom.HTMLQuoteElementImpl.

INTERNAL:
HTMLQuoteElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLQuoteElementImpl
Constructor requires owner document.
HTMLScriptElementImpl - class org.apache.html.dom.HTMLScriptElementImpl.

INTERNAL:
HTMLScriptElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLScriptElementImpl
Constructor requires owner document.
HTMLSelectElementImpl - class org.apache.html.dom.HTMLSelectElementImpl.

INTERNAL:
HTMLSelectElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLSelectElementImpl
Constructor requires owner document.
HTMLSerializer - class org.apache.xml.serialize.HTMLSerializer.
Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information.
HTMLSerializer() - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated. Constructs a new serializer.
HTMLSerializer(boolean, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated. Constructs a new HTML/XHTML serializer depending on the value of xhtml.
HTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated. Constructs a new serializer.
HTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
HTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
HTMLStyleElementImpl - class org.apache.html.dom.HTMLStyleElementImpl.

INTERNAL:
HTMLStyleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLStyleElementImpl
Constructor requires owner document.
HTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
System identifier for HTML 4.01 (Strict) document type.
HTMLSystemId - Static variable in class org.apache.xml.serialize.HTMLdtd
System identifier for HTML 4.01 (Strict) document type.
HTMLTableCaptionElementImpl - class org.apache.html.dom.HTMLTableCaptionElementImpl.

INTERNAL:
HTMLTableCaptionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableCaptionElementImpl
Constructor requires owner document.
HTMLTableCellElementImpl - class org.apache.html.dom.HTMLTableCellElementImpl.

INTERNAL:
HTMLTableCellElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableCellElementImpl
Constructor requires owner document.
HTMLTableColElementImpl - class org.apache.html.dom.HTMLTableColElementImpl.

INTERNAL:
HTMLTableColElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableColElementImpl
Constructor requires owner document.
HTMLTableElementImpl - class org.apache.html.dom.HTMLTableElementImpl.

INTERNAL:
HTMLTableElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableElementImpl
Constructor requires owner document.
HTMLTableRowElementImpl - class org.apache.html.dom.HTMLTableRowElementImpl.

INTERNAL:
HTMLTableRowElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableRowElementImpl
Constructor requires owner document.
HTMLTableSectionElementImpl - class org.apache.html.dom.HTMLTableSectionElementImpl.

INTERNAL:
HTMLTableSectionElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTableSectionElementImpl
Constructor requires owner document.
HTMLTextAreaElementImpl - class org.apache.html.dom.HTMLTextAreaElementImpl.

INTERNAL:
HTMLTextAreaElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTextAreaElementImpl
Constructor requires owner document.
HTMLTitleElementImpl - class org.apache.html.dom.HTMLTitleElementImpl.

INTERNAL:
HTMLTitleElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLTitleElementImpl
Constructor requires owner document.
HTMLUListElementImpl - class org.apache.html.dom.HTMLUListElementImpl.

INTERNAL:
HTMLUListElementImpl(HTMLDocumentImpl, String) - Constructor for class org.apache.html.dom.HTMLUListElementImpl
Constructor requires owner document.


I

ignorableWhitespace(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
inCData - Variable in class org.apache.xml.serialize.ElementState
True while inside CData and printing text as CData.
Indent - Static variable 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.Printer
 
indent() - Method in class org.apache.xml.serialize.IndentPrinter
Increment the indentation for the next line.
IndentPrinter - class org.apache.xml.serialize.IndentPrinter.
Extends Printer and adds support for indentation and line wrapping.
IndentPrinter(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.IndentPrinter
 
INFOSET - Static variable 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.HTMLTableSectionElementImpl
 
insertRow(int) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
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.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.
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.
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.
 
LineSeparator() - Constructor for class org.apache.xml.serialize.LineSeparator
 
LineWidth - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
The default line width at which to break long lines when identing.
localName - Variable in class org.apache.xml.serialize.ElementState
The element's local tag name.

M

Macintosh - Static variable in class org.apache.xml.serialize.LineSeparator
Line separator for Macintosh systems (\r).
makeSerializer(OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
Create a new serializer based on the OutputFormat.
makeSerializer(OutputStream, OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
Create a new serializer, based on the OutputFormat and using the output byte stream and the encoding specified in the output format.
makeSerializer(Writer, OutputFormat) - Method in class org.apache.xml.serialize.SerializerFactory
Create a new serializer, based on the OutputFormat and using the writer as the output character stream.
Method - class org.apache.xml.serialize.Method.
 
Method() - Constructor for 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().
NameNodeListImpl(NodeImpl, String) - Constructor for class org.apache.html.dom.NameNodeListImpl
Constructor.
NAMESPACES - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
 
namespaceURI - Variable 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 variable in class org.apache.xml.serialize.DOMSerializerImpl
 

O

open() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
org.apache.html.dom - package org.apache.html.dom
 
org.apache.wml - package org.apache.wml
 
org.apache.wml.dom - package org.apache.wml.dom
 
org.apache.xml.serialize - package org.apache.xml.serialize
 
OutputFormat - class org.apache.xml.serialize.OutputFormat.
Specifies an output format to control the serializer.
OutputFormat.Defaults - class org.apache.xml.serialize.OutputFormat.Defaults.
 
OutputFormat.Defaults() - Constructor for class org.apache.xml.serialize.OutputFormat.Defaults
 
OutputFormat.DTD - class org.apache.xml.serialize.OutputFormat.DTD.
 
OutputFormat.DTD() - Constructor for class org.apache.xml.serialize.OutputFormat.DTD
 
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 variable in class org.apache.xml.serialize.XMLSerializer
 
PREFIX - Static variable in class org.apache.xml.serialize.XML11Serializer
 
prefixes - Variable 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 - Variable in class org.apache.xml.serialize.ElementState
True if element is space preserving.
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, 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.XMLSerializer
 
printEscaped(String) - Method in class org.apache.xml.serialize.XML11Serializer
 
printSpace() - Method in class org.apache.xml.serialize.Printer
 
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.
printText(char) - Method in class org.apache.xml.serialize.Printer
 
printText(char) - Method in class org.apache.xml.serialize.IndentPrinter
 
printText(char[], int, int) - Method in class org.apache.xml.serialize.Printer
 
printText(char[], int, int) - Method in class org.apache.xml.serialize.IndentPrinter
 
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.XMLSerializer
 
printText(char[], int, int, boolean, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
 
printText(String) - Method in class org.apache.xml.serialize.Printer
 
printText(String) - Method in class org.apache.xml.serialize.IndentPrinter
Called to print additional text.
printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.XMLSerializer
 
printText(String, boolean, boolean) - Method in class org.apache.xml.serialize.XML11Serializer
 
printText(StringBuffer) - Method in class org.apache.xml.serialize.Printer
 
printText(StringBuffer) - Method in class org.apache.xml.serialize.IndentPrinter
 
printXMLChar(int) - Method in class org.apache.xml.serialize.XMLSerializer
print text data
printXMLChar(int) - Method in class org.apache.xml.serialize.XML11Serializer
 
processingInstruction(String, String) - Method in class org.apache.html.dom.HTMLBuilder
 
processingInstruction(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
processingInstructionIO(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
processingInstructionIO(String, String) - Method in class org.apache.xml.serialize.TextSerializer
 

R

rawName - Variable in class org.apache.xml.serialize.ElementState
The element's raw tag name (local or prefix:local).
registerSerializerFactory(SerializerFactory) - Static method in class org.apache.xml.serialize.SerializerFactory
Register a serializer factory, keyed by the given method string.
remove(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
reset() - Method in class org.apache.html.dom.HTMLFormElementImpl
 
reset() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
reset() - Method in class org.apache.xml.serialize.XMLSerializer
 
reset() - Method in class org.apache.xml.serialize.XML11Serializer
 

S

select() - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
select() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
serialize(Document) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document using the previously specified writer and output format.
serialize(Document) - Method in interface org.apache.xml.serialize.DOMSerializer
Serializes the DOM document.
serialize(DocumentFragment) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM document fragmnt using the previously specified writer and output format.
serialize(DocumentFragment) - Method in interface org.apache.xml.serialize.DOMSerializer
Serializes the DOM document fragment.
serialize(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serializes the DOM element using the previously specified writer and output format.
serialize(Element) - Method in interface org.apache.xml.serialize.DOMSerializer
Serialized the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to serializee the DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated. Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.XMLSerializer
Called to serialize a DOM element.
serializeElement(Element) - Method in class org.apache.xml.serialize.TextSerializer
Called to serialize a DOM element.
serializeNode(Node) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Serialize the DOM node.
serializeNode(Node) - Method in class org.apache.xml.serialize.TextSerializer
Serialize the DOM node.
serializePreRoot() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Comments and PIs cannot be serialized before the root element, because the root element serializes the document type, which generally comes first.
Serializer - interface org.apache.xml.serialize.Serializer.
Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents.
SerializerFactory - class org.apache.xml.serialize.SerializerFactory.
 
SerializerFactory() - Constructor for class org.apache.xml.serialize.SerializerFactory
 
setAbbr(String) - Method in 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 interface 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.HTMLLabelElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLLegendElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setAccessKey(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setAction(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLParagraphElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
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.HTMLAppletElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLDivElementImpl
 
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.HTMLInputElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLTableCaptionElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setAlign(String) - Method in class org.apache.html.dom.HTMLHeadingElementImpl
 
setAlign(String) - Method in interface org.apache.wml.WMLImgElement
'align' specifies the alignment of the image within the text flow.
setAlign(String) - Method in interface org.apache.wml.WMLPElement
'align' specifies the align of teh paragraph The legal values are 'left,' 'center,' and 'right' (Section 11.8.3, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in interface org.apache.wml.WMLTableElement
'align' set the align of the table (Section 11.8.5, WAP WML Version 16-Jun-1999)
setAlign(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setAlign(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setAlign(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
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.HTMLImageElementImpl
 
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.HTMLInputElementImpl
 
setAlt(String) - Method in interface org.apache.wml.WMLImgElement
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
setAlt(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setArchive(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setArchive(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
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.HTMLTableElementImpl
 
setBgColor(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
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.HTMLTableElementImpl
 
setBorder(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
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.HTMLTableSectionElementImpl
 
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
 
setCharset(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setCharset(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setCharset(String) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setChecked(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setChOff(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
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
 
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 interface 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
 
setClassName(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLRefreshElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLPrevElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLIElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTrElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLNoopElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLHeadElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLUElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLBElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
setClassName(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
setClear(String) - Method in class org.apache.html.dom.HTMLBRElementImpl
 
setCode(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setCode(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setCodeBase(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setCodeBase(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setCodeType(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setColor(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
 
setColor(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
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 interface 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
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLUListElementImpl
 
setCompact(boolean) - Method in class org.apache.html.dom.HTMLMenuElementImpl
 
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.HTMLOListElementImpl
 
setContent(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setContent(String) - Method in interface org.apache.wml.WMLMetaElement
'content' attribute specifies the property value
setContent(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
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.HTMLTextAreaElementImpl
 
setDefaultValue(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
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.HTMLTextAreaElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLLinkElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setDisabled(boolean) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
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.html.dom.HTMLBuilder
 
setDocumentLocator(Locator) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setDomain(String) - Method in interface 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
 
setEmptyOk(boolean) - Method in interface 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(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.HTMLFontElementImpl
 
setFace(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
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 interface 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 interface 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
 
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.HTMLImageElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLTableCellElementImpl
 
setHeight(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setHeight(String) - Method in interface org.apache.wml.WMLImgElement
'height' specifies the height of an image.
setHeight(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
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 interface org.apache.wml.WMLAElement
 
setHref(String) - Method in interface org.apache.wml.WMLGoElement
 
setHref(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
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.HTMLImageElementImpl
 
setHspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setHspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setHspace(String) - Method in interface org.apache.wml.WMLImgElement
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
setHspace(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setHtmlFor(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setHtmlFor(String) - Method in class org.apache.html.dom.HTMLLabelElementImpl
 
setHttpEquiv(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setHttpEquiv(String) - Method in interface 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
 
setId(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setId(String) - Method in interface org.apache.wml.WMLAElement
 
setId(String) - Method in interface org.apache.wml.WMLElement
The element's identifier which is unique in a single deck.
setId(String) - Method in class org.apache.wml.dom.WMLElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLRefreshElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLAccessElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLPrevElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLIElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTrElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLNoopElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLHeadElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLUElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLBElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
setId(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
setIName(String) - Method in interface 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 interface 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.HTMLOptionElementImpl
 
setLabel(String) - Method in class org.apache.html.dom.HTMLOptGroupElementImpl
 
setLabel(String) - Method in interface 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 interface org.apache.wml.WMLImgElement
'localsrc' specifies an alternative internal representation of the image.
setLocalSrc(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setLongDesc(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setLongDesc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setLongDesc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
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 interface 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 interface org.apache.wml.WMLGoElement
 
setMethod(String) - Method in class org.apache.wml.dom.WMLGoElementImpl
 
setMethod(String) - Method in class org.apache.xml.serialize.OutputFormat
Sets the method for this output format.
setMode(String) - Method in interface org.apache.wml.WMLPElement
'mode' specifies the wrapping mode of the paragraph.
setMode(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setMultiple(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setMultiple(boolean) - Method in interface org.apache.wml.WMLSelectElement
'multiple' indicates whether a list accept multiple selection (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setMultiple(boolean) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLMetaElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLMapElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLParamElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setName(String) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setName(String) - Method in interface org.apache.wml.WMLTimerElement
'name' specifies the name of variable ot be set with the value of the timer.
setName(String) - Method in interface org.apache.wml.WMLInputElement
'name' specifies the name of a variable after the user enters the text.
setName(String) - Method in interface org.apache.wml.WMLPostfieldElement
 
setName(String) - Method in interface org.apache.wml.WMLDoElement
 
setName(String) - Method in interface org.apache.wml.WMLSelectElement
'name' specifies the name of variable to be set.
setName(String) - Method in interface org.apache.wml.WMLMetaElement
'name' attribute specific the property name
setName(String) - Method in interface org.apache.wml.WMLSetvarElement
 
setName(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLMetaElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
setName(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
setNamespaces(boolean) - Method in class org.apache.xml.serialize.XMLSerializer
This methods turns on namespace fixup algorithm during DOM serialization.
setNewContext(boolean) - Method in interface 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.Printer
 
setNextIndent(int) - Method in class org.apache.xml.serialize.IndentPrinter
 
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 interface org.apache.wml.WMLTemplateElement
 
setOnEnterBackward(String) - Method in interface org.apache.wml.WMLCardElement
'onenterbackward' specifies the event to occur when a user agent into a card using a 'go' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnEnterBackward(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setOnEnterBackward(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setOnEnterForward(String) - Method in interface org.apache.wml.WMLTemplateElement
 
setOnEnterForward(String) - Method in interface org.apache.wml.WMLCardElement
'onenterforward' specifies the event to occur when a user agent into a card using a 'prev' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnEnterForward(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setOnEnterForward(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setOnPick(String) - Method in interface 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 interface org.apache.wml.WMLTemplateElement
 
setOnTimer(String) - Method in interface org.apache.wml.WMLCardElement
'onenterbackward' specifies the event to occur when a timer expires (Section 11.5.1, WAP WML Version 16-Jun-1999)
setOnTimer(String) - Method in class org.apache.wml.dom.WMLTemplateElementImpl
 
setOnTimer(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setOptional(String) - Method in interface org.apache.wml.WMLDoElement
 
setOptional(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setOrdered(boolean) - Method in interface org.apache.wml.WMLCardElement
'ordered' attribute specifies a hit to user agent about the organization of the card's content (Section 11.5.2, WAP WML Version 16-Jun-1999)
setOrdered(boolean) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setOutputByteStream(OutputStream) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputByteStream(OutputStream) - Method in interface org.apache.xml.serialize.Serializer
Specifies an output stream to which the document should be serialized.
setOutputCharStream(Writer) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputCharStream(Writer) - Method in interface org.apache.xml.serialize.Serializer
Specifies a writer to which the document should be serialized.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XHTMLSerializer
Deprecated.  
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.XMLSerializer
 
setOutputFormat(OutputFormat) - Method in interface org.apache.xml.serialize.Serializer
Specifies an output format for this serializer.
setOutputFormat(OutputFormat) - Method in class org.apache.xml.serialize.TextSerializer
 
setParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
DOM L3-EXPERIMENTAL: Setter for boolean and object parameters
setPath(String) - Method in interface 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
 
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.HTMLTextAreaElementImpl
 
setReadOnly(boolean) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
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 interface 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
 
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 interface 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 interface org.apache.wml.WMLInputElement
'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)
setSize(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLFontElementImpl
 
setSize(String) - Method in class org.apache.html.dom.HTMLBaseFontElementImpl
 
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.HTMLImageElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLFrameElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setSrc(String) - Method in class org.apache.html.dom.HTMLIFrameElementImpl
 
setSrc(String) - Method in interface org.apache.wml.WMLImgElement
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
setSrc(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
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.HTMLObjectElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLAreaElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLSelectElementImpl
 
setTabIndex(int) - Method in class org.apache.html.dom.HTMLButtonElementImpl
 
setTabIndex(int) - Method in interface org.apache.wml.WMLInputElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in interface org.apache.wml.WMLSelectElement
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
setTabIndex(int) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setTabIndex(int) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setTarget(String) - Method in class org.apache.html.dom.HTMLFormElementImpl
 
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.HTMLLinkElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLBodyElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLTitleElementImpl
 
setText(String) - Method in class org.apache.html.dom.HTMLOptionElementImpl
 
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.Printer
 
setThisIndent(int) - Method in class org.apache.xml.serialize.IndentPrinter
 
setTitle(String) - Method in class org.apache.html.dom.HTMLElementImpl
 
setTitle(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
setTitle(String) - Method in interface org.apache.wml.WMLFieldsetElement
'title' specifies a title for this element
setTitle(String) - Method in interface org.apache.wml.WMLOptionElement
'title' specifies a title for this element.
setTitle(String) - Method in interface org.apache.wml.WMLAElement
 
setTitle(String) - Method in interface org.apache.wml.WMLAnchorElement
 
setTitle(String) - Method in interface org.apache.wml.WMLCardElement
'title' specifies a advisory info about the card (Section 11.5.2, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.apache.wml.WMLInputElement
'title' specifies a title for this element (Section 11.6.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.apache.wml.WMLSelectElement
'title' specifies a title for this element (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.apache.wml.WMLOptgroupElement
'title' specifies the title of this element (Section 11.6.2.3, WAP WML Version 16-Jun-1999)
setTitle(String) - Method in interface org.apache.wml.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.WMLOptionElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
setTitle(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLUListElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLAnchorElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLScriptElementImpl
 
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.HTMLLinkElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLLIElementImpl
 
setType(String) - Method in class org.apache.html.dom.HTMLStyleElementImpl
 
setType(String) - Method in interface org.apache.wml.WMLOneventElement
 
setType(String) - Method in interface org.apache.wml.WMLInputElement
'type' specifies the type of text input area.
setType(String) - Method in interface org.apache.wml.WMLDoElement
 
setType(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setType(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setType(String) - Method in class org.apache.wml.dom.WMLOneventElementImpl
 
setUseMap(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setUseMap(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setUseMap(String) - Method in class org.apache.html.dom.HTMLInputElementImpl
 
setVAlign(String) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
 
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
 
setValue(int) - Method in class org.apache.html.dom.HTMLLIElementImpl
 
setValue(String) - Method in class org.apache.html.dom.HTMLTextAreaElementImpl
 
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.HTMLButtonElementImpl
 
setValue(String) - Method in interface org.apache.wml.WMLOptionElement
'value' specifies the value to used to set the 'name' variable (Section 11.6.2.2, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.apache.wml.WMLTimerElement
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.apache.wml.WMLInputElement
'value' specifies the default value of the variable in 'name' attribute (Section 11.6.3, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.apache.wml.WMLPostfieldElement
 
setValue(String) - Method in interface org.apache.wml.WMLSelectElement
'value' specifics the default value of the variable of 'name' (Section 11.6.2.1, WAP WML Version 16-Jun-1999)
setValue(String) - Method in interface org.apache.wml.WMLSetvarElement
 
setValue(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLSetvarElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLTimerElementImpl
 
setValue(String) - Method in class org.apache.wml.dom.WMLPostfieldElementImpl
 
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.HTMLImageElementImpl
 
setVspace(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setVspace(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
setVspace(String) - Method in interface org.apache.wml.WMLImgElement
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
setVspace(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setWidth(int) - Method in class org.apache.html.dom.HTMLPreElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLImageElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLHRElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLTableElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLObjectElementImpl
 
setWidth(String) - Method in class org.apache.html.dom.HTMLAppletElementImpl
 
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.HTMLIFrameElementImpl
 
setWidth(String) - Method in interface org.apache.wml.WMLImgElement
'width' specifies the width of an image.
setWidth(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setXHTMLNamespace(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
setXmlLang(String) - Method in interface org.apache.wml.WMLBElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLImgElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLBrElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLFieldsetElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLOptionElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLStrongElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLWmlElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLAElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLAnchorElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLUElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLCardElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLInputElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLTdElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLDoElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLSelectElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLOptgroupElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLPElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLEmElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLTableElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLIElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLSmallElement
The xml:lang that specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in interface org.apache.wml.WMLBigElement
'xml:lang' specifics the natural or formal language in which the document is written.
setXmlLang(String) - Method in class org.apache.wml.dom.WMLElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLOptionElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLDoElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLAElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLTableElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLStrongElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLSmallElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLSelectElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLImgElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLWmlElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLTdElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLIElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLAnchorElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLCardElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLInputElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLBigElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLBrElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLFieldsetElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLUElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLBElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLPElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLEmElementImpl
 
setXmlLang(String) - Method in class org.apache.wml.dom.WMLOptgroupElementImpl
 
skippedEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
SPLITCDATA - Static variable in class org.apache.xml.serialize.DOMSerializerImpl
 
startCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startDocument() - Method in class org.apache.html.dom.HTMLBuilder
 
startDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
startDocument(String) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated. Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.XMLSerializer
Called to serialize the document's DOCTYPE by the root element.
startDocument(String) - Method in class org.apache.xml.serialize.TextSerializer
Called to serialize the document's DOCTYPE by the root element.
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
Deprecated.  
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.XMLSerializer
 
startElement(String, AttributeList) - Method in class org.apache.xml.serialize.TextSerializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.XMLSerializer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xml.serialize.TextSerializer
 
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) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
surrogates(int, int) - Method in class org.apache.xml.serialize.XML11Serializer
 

T

testJavaEncodingName(String) - Static method in class org.apache.xml.serialize.EncodingInfo
 
TEXT - Static variable 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 - Variable 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.Printer
 
unindent() - Method in class org.apache.xml.serialize.IndentPrinter
Decrement the indentation for the next line.
Unix - Static variable in class org.apache.xml.serialize.LineSeparator
Line separator for Unix systems (\n).
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 

W

Web - Static variable in class org.apache.xml.serialize.LineSeparator
Line separator for the Web (\n).
WELLFORMED - Static variable 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 variable 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.

INTERNAL:
WMLAccessElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLAElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLAnchorElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLBElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLBigElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLBrElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLCardElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
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.

INTERNAL:
WMLDoElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLDoElementImpl
 
WMLDOMImplementation - interface org.apache.wml.WMLDOMImplementation.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLDOMImplementationImpl - class org.apache.wml.dom.WMLDOMImplementationImpl.

INTERNAL:
WMLDOMImplementationImpl() - Constructor for class org.apache.wml.dom.WMLDOMImplementationImpl
 
WMLElement - interface org.apache.wml.WMLElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLElementImpl - class org.apache.wml.dom.WMLElementImpl.

INTERNAL:
WMLElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLEmElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLEmElementImpl
 
WMLFieldsetElement - interface org.apache.wml.WMLFieldsetElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLFieldsetElementImpl - class org.apache.wml.dom.WMLFieldsetElementImpl.

INTERNAL:
WMLFieldsetElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLFieldsetElementImpl
 
WMLGoElement - interface org.apache.wml.WMLGoElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLGoElementImpl - class org.apache.wml.dom.WMLGoElementImpl.

INTERNAL:
WMLGoElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLHeadElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLIElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLImgElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLInputElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLMetaElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLNoopElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLOneventElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLOneventElementImpl
 
WMLOptgroupElement - interface org.apache.wml.WMLOptgroupElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLOptgroupElementImpl - class org.apache.wml.dom.WMLOptgroupElementImpl.

INTERNAL:
WMLOptgroupElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLOptgroupElementImpl
 
WMLOptionElement - interface org.apache.wml.WMLOptionElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLOptionElementImpl - class org.apache.wml.dom.WMLOptionElementImpl.

INTERNAL:
WMLOptionElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLPElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLPElementImpl
 
WMLPostfieldElement - interface org.apache.wml.WMLPostfieldElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLPostfieldElementImpl - class org.apache.wml.dom.WMLPostfieldElementImpl.

INTERNAL:
WMLPostfieldElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLPostfieldElementImpl
 
WMLPrevElement - interface org.apache.wml.WMLPrevElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLPrevElementImpl - class org.apache.wml.dom.WMLPrevElementImpl.

INTERNAL:
WMLPrevElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLRefreshElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLSelectElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLSetvarElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLSetvarElementImpl
 
WMLSmallElement - interface org.apache.wml.WMLSmallElement.
'small' render the text with small font (Section 11.8.1, WAP WML Version 16-Jun-1999)
WMLSmallElementImpl - class org.apache.wml.dom.WMLSmallElementImpl.

INTERNAL:
WMLSmallElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLStrongElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLTableElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLTdElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTdElementImpl
 
WMLTemplateElement - interface org.apache.wml.WMLTemplateElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTemplateElementImpl - class org.apache.wml.dom.WMLTemplateElementImpl.

INTERNAL:
WMLTemplateElementImpl(WMLDocumentImpl, String) - Constructor for class org.apache.wml.dom.WMLTemplateElementImpl
 
WMLTimerElement - interface org.apache.wml.WMLTimerElement.
The interface is modeled after DOM1 Spec for HTML from W3C.
WMLTimerElementImpl - class org.apache.wml.dom.WMLTimerElementImpl.

INTERNAL:
WMLTimerElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLTrElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLUElementImpl(WMLDocumentImpl, String) - Constructor for 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.

INTERNAL:
WMLWmlElementImpl(WMLDocumentImpl, String) - Constructor for 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 variable in class org.apache.xml.serialize.Method
The output method for HTML documents as XHTML.
XHTMLNamespace - Static variable in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
XHTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Public identifier for XHTML 1.0 (Strict) document type.
XHTMLPublicId - Static variable in class org.apache.xml.serialize.HTMLdtd
Public identifier for XHTML 1.0 (Strict) document type.
XHTMLSerializer - class org.apache.xml.serialize.XHTMLSerializer.
Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing XHTML. See the Xerces documentation for more information.
XHTMLSerializer() - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated. Constructs a new serializer.
XHTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated. Constructs a new serializer.
XHTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated. Constructs a new serializer that writes to the specified output stream using the specified output format.
XHTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Deprecated. Constructs a new serializer that writes to the specified writer using the specified output format.
XHTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
System identifier for XHTML 1.0 (Strict) document type.
XHTMLSystemId - Static variable in class org.apache.xml.serialize.HTMLdtd
System identifier for XHTML 1.0 (Strict) document type.
XML - Static variable 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(OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Constructs a new serializer.
XML11Serializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Constructs a new serializer that writes to the specified output stream using the specified output format.
XML11Serializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XML11Serializer
Constructs a new serializer that writes to the specified writer using the specified output format.
XMLDECL - Static variable 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(OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer.
XMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer that writes to the specified output stream using the specified output format.
XMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer that writes to the specified writer using the specified output format.

_

_current - Variable in class org.apache.html.dom.HTMLBuilder
The current node in the document into which elements, text and other nodes will be inserted.
_docTypePublicId - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
The system identifier of the document type, if known.
_docTypeSystemId - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
The system identifier of the document type, if known.
_document - Variable in class org.apache.html.dom.HTMLBuilder
The document that is being built.
_docWriter - Variable in class org.apache.xml.serialize.Printer
Holds a reference to the document writer while we are in DTD mode.
_dtdWriter - Variable in class org.apache.xml.serialize.Printer
The DTD writer.
_encodingInfo - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
 
_exception - Variable in class org.apache.xml.serialize.Printer
Holds the exception thrown by the serializer.
_format - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
The output format associated with this serializer.
_format - Variable in class org.apache.xml.serialize.Printer
The output format associated with this serializer.
_indenting - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
True if indenting printer.
_prefixes - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
Association between namespace URIs (keys) and prefixes (values).
_preRootNodes - Variable in class org.apache.html.dom.HTMLBuilder
The document is only created the same time as the document element, however, certain nodes may precede the document element (comment and PI), and they are accumulated in this vector.
_printer - Variable in class org.apache.xml.serialize.BaseMarkupSerializer
The printer used for printing text parts.
_started - Variable 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 - Variable in class org.apache.xml.serialize.Printer
The writer to which the document is written.

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

Copyright © 1999-2005 Apache XML Project. All Rights Reserved.