站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

XMLProcessorDetail (XML Tools API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.xml/1 1.14

org.netbeans.api.xml.cookies
Class XMLProcessorDetail

java.lang.Object
  extended by org.netbeans.api.xml.cookies.XMLProcessorDetail
Direct Known Subclasses:
DefaultXMLProcessorDetail

public abstract class XMLProcessorDetail
extends Object

It is structured XML processor CookieMessage detail. Its specification is based on SAXParseException, but can be explicitly overwriten here.

Since:
0.5

Constructor Summary
XMLProcessorDetail()
           
 
Method Summary
abstract  int getColumnNumber()
           
abstract  Exception getException()
           
abstract  int getLineNumber()
           
abstract  String getPublicId()
           
abstract  String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLProcessorDetail

public XMLProcessorDetail()
Method Detail

getColumnNumber

public abstract int getColumnNumber()

getLineNumber

public abstract int getLineNumber()

getPublicId

public abstract String getPublicId()

getSystemId

public abstract String getSystemId()

getException

public abstract Exception getException()

org.netbeans.api.xml/1 1.14

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.