org.apache.ecs
Interface ElementRegistry
- All Known Subinterfaces:
- Element
- All Known Implementing Classes:
- a, A, A, abbr, Abbr, Access, acronym, Acronym, address, Address, Alignment, Anchor, applet, Applet, area, Area, Assign, Audio, Author, b, B, B, BackGroundColor, base, Base, basefont, BaseFont, bdo, Bdo, big, Big, Big, blink, Blink, Block, blockquote, BlockQuote, body, Body, Bold, BorderBottom, BorderLeft, BorderRight, BorderStyle, BorderTop, br, BR, BR, Break, button, Button, caption, Caption, Card, Catch, Category, Cell, CellDef, center, Center, Centered, Choice, cite, Cite, Clear, ClearElement, code, Code, col, Col, colgroup, ColGroup, ColorGroup, ColorTbl, comment, Comment, Comment, ConcreteElement, dd, DD, del, Del, dfn, Dfn, Disconnect, div, Div, Div, dl, DL, Do, Doccomm, Doctype, Doctype.Html401Frameset, Doctype.Html401Strict, Doctype.Html401Transitional, Doctype.Html40Frameset, Doctype.Html40Strict, Doctype.Html40Transitional, Doctype.XHtml10Frameset, Doctype.XHtml10Strict, Doctype.XHtml10Transitional, dt, DT, Dtmf, ElementAttributes, ElementContainer, Else, Elseif, em, Em, Em, Emp, Enumerate, Error, Exit, Field, Field, FieldResult, fieldset, Fieldset, FieldSet, FieldType, Filled, font, Font, FontSize, Footer, ForeGroundColor, form, Form, Form, frame, Frame, frameset, FrameSet, GenericElement, Go, GoHref, Goto, Grammar, h1, H1, h2, H2, h3, H3, h4, H4, h5, H5, h6, H6, head, Head, Head, Header, Help, hr, HR, html, Html, i, I, I, If, iframe, IFrame, img, Img, IMG, Indent, Info, Initial, input, Input, Input, ins, Ins, jsp_element, jsp_expression, jsp_forward, jsp_getProperty, jsp_include, jsp_page, jsp_scriptlet, jsp_setProperty, jsp_useBean, Justified, kbd, Kbd, Keywords, label, Label, Left, legend, Legend, li, LI, link, Link, Link, Manager, map, Map, Menu, meta, Meta, Meta, Meta, MultiPartElement, nobr, NOBR, noframes, NoFrames, Noinput, Nomatch, Noop, noscript, NoScript, object, Object, ObjectElement, ol, OL, Onevent, Operator, optgroup, Optgroup, OptGroup, option, Option, Option, Option, p, P, P, PageBreak, PageNumber, Paragraph, param, Param, Param, PI, Postfield, pre, PRE, Prev, PrevWithVar, Prompt, Property, Pros, PSingle, q, Q, Record, Refresh, Reprompt, Return, Right, Row, RTF, RTFElement, s, S, samp, Samp, Sayas, script, Script, Script, select, Select, Select, SetVar, SinglePartElement, small, Small, Small, span, Span, strike, Strike, StringElement, strong, Strong, Strong, style, Style, sub, Sub, Subdialog, Subject, Submit, sup, Sup, table, Table, Table, Table, TableDef, TableHeader, tbody, TBody, td, Td, TD, Template, textarea, TextArea, tfoot, TFoot, th, TH, thead, THead, Throw, Timer, title, Title, Title, tr, Tr, TR, Transfer, tsx_dbconnect, tsx_dbmodify, tsx_dbquery, tsx_getProperty, tsx_repeat, tsx_setProperty, tt, TT, u, U, U, ul, UL, Value, var, Var, Var, Version, Vxml, VXMLElement, WML, XML
public interface ElementRegistry
Interface for Elements that implement a registry.
- Version:
- $Id: ElementRegistry.java,v 1.2 2003/04/27 09:43:24 rdonkin Exp $
- Author:
- Stephan Nagy, Jon S. Stevens
addElementToRegistry
Element addElementToRegistry(Element element)
addElementToRegistry
Element addElementToRegistry(java.lang.String element)
removeElementFromRegistry
Element removeElementFromRegistry(Element element)
removeElementFromRegistry
Element removeElementFromRegistry(java.lang.String element)
registryHasElement
boolean registryHasElement(Element element)
registryHasElement
boolean registryHasElement(java.lang.String element)
Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.