站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Content.StartElement (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.xml.binding
Class Content.StartElement

java.lang.Object
  extended byorg.jboss.xml.binding.Content.StartElement
All Implemented Interfaces:
org.jboss.xml.binding.Content.Node
Enclosing class:
Content

public static class Content.StartElement
extends Object
implements org.jboss.xml.binding.Content.Node


Constructor Summary
Content.StartElement(String namespaceURI, String localName, String qName, Attributes attrs)
           
 
Method Summary
 boolean isMyEnd(Object element)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Content.StartElement

public Content.StartElement(String namespaceURI,
                            String localName,
                            String qName,
                            Attributes attrs)
Method Detail

isMyEnd

public boolean isMyEnd(Object element)

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.