|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ctc.wstx.dtd.DTDSubset
com.ctc.wstx.dtd.DTDSubsetImpl
The default implementation of DTDSubset
| Method Summary | |
DTDSubset |
combineWithExternalSubset(InputProblemReporter rep,
DTDSubset extSubset)
Method that will combine definitions from internal and external subsets, producing a single DTD set. |
static DTDSubsetImpl |
constructInstance(boolean cachable,
java.util.HashMap genEnt,
java.util.Set refdGEs,
java.util.HashMap paramEnt,
java.util.Set refdPEs,
java.util.HashMap notations,
java.util.HashMap elements)
|
java.util.HashMap |
getElementMap()
|
java.util.List |
getGeneralEntityList()
|
java.util.HashMap |
getGeneralEntityMap()
|
java.util.List |
getNotationList()
|
java.util.HashMap |
getNotationMap()
|
java.util.HashMap |
getParameterEntityMap()
|
boolean |
isCachable()
|
boolean |
isReusableWith(DTDSubset intSubset)
Method used in determining whether cached external subset instance can be used with specified internal subset. |
static void |
throwElementException(DTDElement oldElem,
javax.xml.stream.Location loc)
|
static void |
throwNotationException(NotationDecl oldDecl,
NotationDecl newDecl)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public static DTDSubsetImpl constructInstance(boolean cachable,
java.util.HashMap genEnt,
java.util.Set refdGEs,
java.util.HashMap paramEnt,
java.util.Set refdPEs,
java.util.HashMap notations,
java.util.HashMap elements)
public DTDSubset combineWithExternalSubset(InputProblemReporter rep,
DTDSubset extSubset)
throws WstxException
combineWithExternalSubset in class DTDSubsetWstxExceptionpublic boolean isCachable()
isCachable in class DTDSubsetpublic java.util.HashMap getGeneralEntityMap()
getGeneralEntityMap in class DTDSubsetpublic java.util.List getGeneralEntityList()
getGeneralEntityList in class DTDSubsetpublic java.util.HashMap getParameterEntityMap()
getParameterEntityMap in class DTDSubsetpublic java.util.HashMap getNotationMap()
getNotationMap in class DTDSubsetpublic java.util.List getNotationList()
getNotationList in class DTDSubsetpublic java.util.HashMap getElementMap()
getElementMap in class DTDSubsetpublic boolean isReusableWith(DTDSubset intSubset)
isReusableWith in class DTDSubsetpublic java.lang.String toString()
public static void throwNotationException(NotationDecl oldDecl,
NotationDecl newDecl)
throws WstxException
WstxException
public static void throwElementException(DTDElement oldElem,
javax.xml.stream.Location loc)
throws WstxException
WstxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||