Uses of Interface
javax.xml.stream.Location
-
Packages that use Location 软件包 描述 javax.xml.stream 定义Streaming API for XML(StAX)的接口和类。javax.xml.stream.events 定义Streaming API for XML(StAX)的事件接口。javax.xml.stream.util 为Streaming API for XML(StAX)提供实用程序类。 -
-
Uses of Location in javax.xml.stream
Fields in javax.xml.stream declared as Location Modifier and Type Field 描述 protected Location
XMLStreamException. location
Methods in javax.xml.stream that return Location Modifier and Type 方法 描述 Location
XMLStreamException. getLocation()
获取异常的位置Location
XMLStreamReader. getLocation()
返回处理器的当前位置。Methods in javax.xml.stream with parameters of type Location Modifier and Type 方法 描述 void
XMLReporter. report(String message, String errorType, Object relatedInformation, Location location)
以应用程序特定格式报告所需的消息。abstract void
XMLEventFactory. setLocation(Location location)
该方法允许在由此工厂创建的每个事件上设置位置。Constructors in javax.xml.stream with parameters of type Location Constructor 描述 XMLStreamException(String msg, Location location)
使用关联的消息,异常和位置构造异常。XMLStreamException(String msg, Location location, Throwable th)
使用关联的消息,异常和位置构造异常。 -
Uses of Location in javax.xml.stream.events
Methods in javax.xml.stream.events that return Location Modifier and Type 方法 描述 Location
XMLEvent. getLocation()
返回此事件的位置。 -
Uses of Location in javax.xml.stream.util
Methods in javax.xml.stream.util that return Location Modifier and Type 方法 描述 Location
StreamReaderDelegate. getLocation()
-