All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.ElementDefinition

public interface ElementDefinition
extends Node

Method Index

 o getAttributeDefinitions()
 o getContentModel()
 o getContentType()
 o getExceptions()
 o getInclusions()
 o getName()
 o setAttributeDefinitions(NamedNodeList)
 o setContentModel(ModelGroup)
 o setContentType(int)
 o setExceptions(Vector)
 o setInclusions(Vector)
 o setName(String)

Methods

 o setName
 public abstract void setName(String name)
 o getName
 public abstract String getName()
 o setContentType
 public abstract void setContentType(int contentType)
 o getContentType
 public abstract int getContentType()
 o setContentModel
 public abstract void setContentModel(ModelGroup contentModel)
 o getContentModel
 public abstract ModelGroup getContentModel()
 o setAttributeDefinitions
 public abstract void setAttributeDefinitions(NamedNodeList attributeDefinitions)
 o getAttributeDefinitions
 public abstract NamedNodeList getAttributeDefinitions()
 o setInclusions
 public abstract void setInclusions(Vector inclusions)
 o getInclusions
 public abstract Vector getInclusions()
 o setExceptions
 public abstract void setExceptions(Vector exceptions)
 o getExceptions
 public abstract Vector getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index