Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.xpmtl.data.Tag

Uses of Tag in org.xpmtl.data
 

Fields in org.xpmtl.data declared as Tag
private  Tag TagTest.m_Tag
           
private  Tag Element.m_OpeningTag
           
private  Tag Element.m_ClosingTag
           
 

Methods in org.xpmtl.data that return Tag
 Tag Element.getOpeningTag()
           
 Tag Element.getClosingTag()
           
 

Methods in org.xpmtl.data with parameters of type Tag
 boolean Tag.isAssociatedTag(Tag tag)
           
 void Element.setOpeningTag(Tag tag)
           
 void Element.setClosingTag(Tag tag)
           
 

Constructors in org.xpmtl.data with parameters of type Tag
Element(Element father, Tag openingTag)