|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityDecl | |
|---|---|
| com.ctc.wstx.api | |
| com.ctc.wstx.dtd | |
| com.ctc.wstx.ent | |
| com.ctc.wstx.sr | |
| Uses of EntityDecl in com.ctc.wstx.api |
|---|
| Methods in com.ctc.wstx.api that return EntityDecl | |
|---|---|
EntityDecl |
ReaderConfig.findCustomInternalEntity(String id)
|
| Uses of EntityDecl in com.ctc.wstx.dtd |
|---|
| Methods in com.ctc.wstx.dtd that return EntityDecl | |
|---|---|
EntityDecl |
FullDTDReader.findEntity(String entName)
Method that may need to be called by attribute default value validation code, during parsing.... |
EntityDecl |
MinimalDTDReader.findEntity(String entName)
Method that may need to be called by attribute default value validation code, during parsing.... |
protected EntityDecl |
FullDTDReader.findEntity(String id,
Object arg)
|
protected EntityDecl |
MinimalDTDReader.findEntity(String id,
Object arg)
|
protected EntityDecl |
DTDAttribute.findEntityDecl(DTDValidatorBase v,
char[] ch,
int start,
int len,
int hash)
|
| Methods in com.ctc.wstx.dtd with parameters of type EntityDecl | |
|---|---|
protected void |
DTDAttribute.checkEntity(InputProblemReporter rep,
String id,
EntityDecl ent)
|
| Uses of EntityDecl in com.ctc.wstx.ent |
|---|
| Subclasses of EntityDecl in com.ctc.wstx.ent | |
|---|---|
class |
ExtEntity
|
class |
IntEntity
|
class |
ParsedExtEntity
|
class |
UnparsedExtEntity
|
| Uses of EntityDecl in com.ctc.wstx.sr |
|---|
| Fields in com.ctc.wstx.sr declared as EntityDecl | |
|---|---|
protected EntityDecl |
StreamScanner.mCurrEntity
Entity reference stream currently points to. |
| Methods in com.ctc.wstx.sr that return EntityDecl | |
|---|---|
protected EntityDecl |
StreamScanner.expandEntity(String id,
boolean allowExt,
Object extraArg)
Helper method that will try to expand a parsed entity (parameter or generic entity). |
protected EntityDecl |
BasicStreamReader.findEntity(String id,
Object arg)
|
protected abstract EntityDecl |
StreamScanner.findEntity(String id,
Object arg)
Abstract method for sub-classes to implement, for finding a declared general or parsed entity. |
EntityDecl |
BasicStreamReader.getCurrentEntityDecl()
|
EntityDecl |
StreamReaderImpl.getCurrentEntityDecl()
|
protected EntityDecl |
StreamScanner.getIntEntity(int ch,
char[] originalChars)
Returns an entity (possibly from cache) for the argument character using the encoded representation in mInputBuffer[entityStartPos ... |
protected EntityDecl |
StreamScanner.resolveNonCharEntity()
Reverse of StreamScanner.resolveCharOnlyEntity(boolean); will only resolve entity
if it is NOT a character entity (or pre-defined 'generic' entity;
amp, apos, lt, gt or quot). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||