| org.apache.xerces.dom.ElementImpl org.apache.wml.dom.WMLElementImpl
All known Subclasses: org.apache.wml.dom.WMLFieldsetElementImpl, org.apache.wml.dom.WMLAnchorElementImpl, org.apache.wml.dom.WMLImgElementImpl, org.apache.wml.dom.WMLAElementImpl, org.apache.wml.dom.WMLStrongElementImpl, org.apache.wml.dom.WMLInputElementImpl, org.apache.wml.dom.WMLOptionElementImpl, org.apache.wml.dom.WMLIElementImpl, org.apache.wml.dom.WMLBigElementImpl, org.apache.wml.dom.WMLGoElementImpl, org.apache.wml.dom.WMLHeadElementImpl, org.apache.wml.dom.WMLDoElementImpl, org.apache.wml.dom.WMLCardElementImpl, org.apache.wml.dom.WMLAccessElementImpl, org.apache.wml.dom.WMLSelectElementImpl, org.apache.wml.dom.WMLTableElementImpl, org.apache.wml.dom.WMLSetvarElementImpl, org.apache.wml.dom.WMLUElementImpl, org.apache.wml.dom.WMLEmElementImpl, org.apache.wml.dom.WMLOptgroupElementImpl, org.apache.wml.dom.WMLPElementImpl, org.apache.wml.dom.WMLPrevElementImpl, org.apache.wml.dom.WMLSmallElementImpl, org.apache.wml.dom.WMLTimerElementImpl, org.apache.wml.dom.WMLBrElementImpl, org.apache.wml.dom.WMLMetaElementImpl, org.apache.wml.dom.WMLOneventElementImpl, org.apache.wml.dom.WMLNoopElementImpl, org.apache.wml.dom.WMLTdElementImpl, org.apache.wml.dom.WMLTrElementImpl, org.apache.wml.dom.WMLPostfieldElementImpl, org.apache.wml.dom.WMLBElementImpl, org.apache.wml.dom.WMLTemplateElementImpl, org.apache.wml.dom.WMLWmlElementImpl, org.apache.wml.dom.WMLRefreshElementImpl,
WMLElementImpl | public class WMLElementImpl extends ElementImpl implements WMLElement(Code) | | version: $Id: WMLElementImpl.java 447257 2006-09-18 05:40:07Z mrglavas $ author: David Li |
getAttribute | boolean getAttribute(String attr, boolean defaultValue)(Code) | | |
getAttribute | int getAttribute(String attr, int defaultValue)(Code) | | |
setAttribute | void setAttribute(String attr, boolean value)(Code) | | |
setAttribute | void setAttribute(String attr, int value)(Code) | | |
Methods inherited from org.apache.xerces.dom.ElementImpl | public Node cloneNode(boolean deep)(Code)(Java Doc) public String getAttribute(String name)(Code)(Java Doc) public String getAttributeNS(String namespaceURI, String localName)(Code)(Java Doc) public Attr getAttributeNode(String name)(Code)(Java Doc) public Attr getAttributeNodeNS(String namespaceURI, String localName)(Code)(Java Doc) public NamedNodeMap getAttributes()(Code)(Java Doc) public String getBaseURI()(Code)(Java Doc) protected NamedNodeMapImpl getDefaultAttributes()(Code)(Java Doc) public NodeList getElementsByTagName(String tagname)(Code)(Java Doc) public NodeList getElementsByTagNameNS(String namespaceURI, String localName)(Code)(Java Doc) public String getNodeName()(Code)(Java Doc) public short getNodeType()(Code)(Java Doc) public TypeInfo getSchemaTypeInfo()(Code)(Java Doc) public String getTagName()(Code)(Java Doc) public String getTypeName()(Code)(Java Doc) public String getTypeNamespace()(Code)(Java Doc) protected int getXercesAttribute(String namespaceURI, String localName)(Code)(Java Doc) public boolean hasAttribute(String name)(Code)(Java Doc) public boolean hasAttributeNS(String namespaceURI, String localName)(Code)(Java Doc) public boolean hasAttributes()(Code)(Java Doc) public boolean isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod)(Code)(Java Doc) public boolean isEqualNode(Node arg)(Code)(Java Doc) public void normalize()(Code)(Java Doc) protected void reconcileDefaultAttributes()(Code)(Java Doc) public void removeAttribute(String name)(Code)(Java Doc) public void removeAttributeNS(String namespaceURI, String localName)(Code)(Java Doc) public Attr removeAttributeNode(Attr oldAttr) throws DOMException(Code)(Java Doc) public void setAttribute(String name, String value)(Code)(Java Doc) public void setAttributeNS(String namespaceURI, String qualifiedName, String value)(Code)(Java Doc) public Attr setAttributeNode(Attr newAttr) throws DOMException(Code)(Java Doc) public Attr setAttributeNodeNS(Attr newAttr) throws DOMException(Code)(Java Doc) public void setIdAttribute(String name, boolean makeId)(Code)(Java Doc) public void setIdAttributeNS(String namespaceURI, String localName, boolean makeId)(Code)(Java Doc) public void setIdAttributeNode(Attr at, boolean makeId)(Code)(Java Doc) protected void setOwnerDocument(CoreDocumentImpl doc)(Code)(Java Doc) public void setReadOnly(boolean readOnly, boolean deep)(Code)(Java Doc) protected int setXercesAttributeNode(Attr attr)(Code)(Java Doc) protected void setupDefaultAttributes()(Code)(Java Doc) protected void synchronizeData()(Code)(Java Doc)
|
|
|