当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
XMLProcessorDetail (XML Tools API) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.xml.cookies
Class XMLProcessorDetail
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLProcessorDetail
public XMLProcessorDetail()
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()