Package | Description |
---|---|
org.codehaus.stax2.evt | |
org.codehaus.stax2.ri |
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
|
org.codehaus.stax2.ri.evt |
Modifier and Type | Method | Description |
---|---|---|
abstract DTD2 |
XMLEventFactory2.createDTD(String rootName,
String sysId,
String pubId,
String intSubset) |
|
abstract DTD2 |
XMLEventFactory2.createDTD(String rootName,
String sysId,
String pubId,
String intSubset,
Object processedDTD) |
Modifier and Type | Method | Description |
---|---|---|
DTD2 |
Stax2EventFactoryImpl.createDTD(String rootName,
String sysId,
String pubId,
String intSubset) |
|
DTD2 |
Stax2EventFactoryImpl.createDTD(String rootName,
String sysId,
String pubId,
String intSubset,
Object processedDTD) |
Modifier and Type | Class | Description |
---|---|---|
class |
DTDEventImpl |
Vanilla implementation of a DTD event.
|
Copyright © 2019 fasterxml.com. All rights reserved.