Package | Description |
---|---|
com.ctc.wstx.ent |
Package contains internal entity object implementations, which are used
by stream reader classes, but parsed by dtd functionality.
|
com.ctc.wstx.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
Modifier and Type | Method | Description |
---|---|---|
static IntEntity |
IntEntity.create(String id,
char[] val) |
|
static IntEntity |
IntEntity.create(String id,
String repl) |
Modifier and Type | Field | Description |
---|---|---|
protected Map<String,IntEntity> |
StreamScanner.mCachedEntities |
Cache of internal character entities;
|
Copyright © 2019 FasterXML. All rights reserved.