Edit D:\app\Administrator\product\11.2.0\dbhome_1\owb\lib\int\com\ctc\wstx\cfg\ErrorConsts.class
?? .e ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ! ?"# ?$% ?&' ?() ?*+ ?,- ?./ ?01 ?23 ?45 ?67 ?89 ?:; ?<= ?>? ?@A ?BC ?DE ?FG ?HI ?JK ?LM ?NO ?PQ ?RS ?TU ?VW ?XY ?Z[ ?\]^_ WT_ENT_DECL Ljava/lang/String; WT_ELEM_DECL WT_ATTR_DECL WT_XML_DECL WT_DT_DECL WT_NS_DECL WT_VALIDATION W_UNDEFINED_ELEM W_MIXED_ENCODINGS W_MISSING_DTD W_DTD_DUP_ATTR W_DTD_ATTR_REDECL ERR_INTERNAL ERR_NULL_ARG ERR_UNKNOWN_FEATURE ERR_STATE_NOT_STELEM ERR_STATE_NOT_ELEM ERR_STATE_NOT_PI ERR_XML_10_VS_11 ERR_DTD_IN_EPILOG ERR_DTD_DUP ERR_CDATA_IN_EPILOG ERR_HYPHENS_IN_COMMENT ERR_BRACKET_IN_TEXT ERR_UNEXP_KEYWORD ERR_WF_PI_MISSING_TARGET ERR_WF_PI_XML_TARGET ERR_WF_PI_XML_MISSING_SPACE ERR_WF_ENTITY_EXT_DECLARED ERR_WF_GE_UNDECLARED ERR_WF_GE_UNDECLARED_SA ERR_NS_UNDECLARED ERR_NS_UNDECLARED_FOR_ATTR ERR_NS_REDECL_XML ERR_NS_REDECL_XMLNS ERR_NS_REDECL_XML_URI ERR_NS_REDECL_XMLNS_URI ERR_DTD_MAINLEVEL_KEYWORD ERR_DTD_ATTR_TYPE ERR_DTD_DEFAULT_TYPE ERR_DTD_ELEM_REDEFD ERR_DTD_NOTATION_REDEFD ERR_DTD_UNDECLARED_ENTITY ERR_VLD_UNKNOWN_ELEM ERR_VLD_EMPTY ERR_VLD_NON_MIXED ERR_VLD_ANY ERR_VLD_UNKNOWN_ATTR ERR_VLD_WRONG_ROOT ERR_NS_EMPTY WERR_PROLOG_CDATA WERR_PROLOG_NONWS_TEXT WERR_PROLOG_SECOND_ROOT WERR_CDATA_CONTENT WERR_COMMENT_CONTENT WERR_ATTR_NO_ELEM WERR_NAME_EMPTY WERR_NAME_ILLEGAL_FIRST_CHAR WERR_NAME_ILLEGAL_CHAR <init> ()V Code LineNumberTable LocalVariableTable this Lcom/ctc/wstx/cfg/ErrorConsts; tokenTypeDesc (I)Ljava/lang/String; type I <clinit> SourceFile ErrorConsts.java ? ? START_ELEMENT END_ELEMENT START_DOCUMENT END_DOCUMENT CHARACTERS CDATA SPACE COMMENT PROCESSING_INSTRUCTION DTD ENTITY_REFERENCE java/lang/StringBuffer [`a`b ]cd entity declaration ? ? element declaration ? ? attribute declaration ? ? xml declaration ? ? doctype declaration ? ? namespace declaration ? ? ? ? 4Undefined element "{0}"; referred to by attribute(s) ? ? ^Inconsistent text encoding; declared as "{0}" in xml declaration, application had passed "{1}" ? ? WMissing DOCTYPE declaration in validating mode; can not validate elements or attributes ? ? ;Attribute "{0}" (for element <{1}>) declared multiple times ? ? KAttribute "{0}" already declared for element <{1}>; ignoring re-declaration ? ? Internal error ? ? Illegal to pass null as argument ? ? Unrecognized feature "{1}" ? ? Current state not START_ELEMENT ? ? .Current state not START_ELEMENT or END_ELEMENT ? ? (Current state not PROCESSING_INSTRUCTION ? ? BXML 1.0 document can not refer to XML 1.1 parsed external entities ? ? *Can not have DOCTYPE declaration in epilog ? ? Duplicate DOCTYPE declaration ? ? % (CDATA not allowed in prolog/epilog) ? ? 1String '--' not allowed in comment (missing '>'?) ? ? VString ']]>' not allowed in textual content, except as the end marker of CDATA section ? ? (Unexpected keyword "{0}"; expected "{1}" ? ? %Missing processing instruction target ? ? aIllegal processing instruction target ("{0}"); 'xml' (case insensitive) is reserved by the specs. ? ? -excepted either space or "?>" after PI target ? ? \Entity "{0}" declared externally, but referenced from a document declared 'standalone="yes"' ? ? Undeclared general entity "{0}" ? ? \Undeclared general entity "{0}" (document in stand-alone mode; perhaps declared externally?) ? ? !Undeclared namespace prefix "{0}" ? ? 7Undeclared namespace prefix "{0}" (for attribute "{1}") ? ? eTrying to redeclare prefix 'xml' from its default URI 'http://www.w3.org/XML/1998/namespace' to "{0}" ? ? ;Trying to declare prefix 'xmlns' (illegal as per NS 1.1 #4) ? ? aTrying to bind URI 'http://www.w3.org/XML/1998/namespace to prefix "{0}" (can only bind to 'xml') ? ? _Trying to bind URI 'http://www.w3.org/2000/xmlns/ to prefix "{0}" (can not be explicitly bound) ? ? Z; expected a keyword (ATTLIST, ELEMENT, ENTITY, NOTATION), comment, or conditional section ? ? a; expected one of type (CDATA, ID, IDREF, IDREFS, ENTITY, ENTITIES NOTATION, NMTOKEN or NMTOKENS) ? ? (; expected #REQUIRED, #IMPLIED or #FIXED ? ? <Trying to redefine element "{0}" (originally defined at {1}) ? ? =Trying to redefine notation "{0}" (originally defined at {1}) ? ? Undeclared {0} entity "{1}" ? ? #Undefined element <{0}> encountered ? ? BElement <{0}> has EMPTY content specification; can not contain {1} ? ? nElement <{0}> has non-mixed content specification; can not contain non-white space text, or any CDATA sections ? ? @Element <{0}> has ANY content specification; can not contain {1} ? ? $Element <{0}> has no attribute "{1}" ? ? HUnexpected root element <{0}>; expected <{0}> as per DOCTYPE declaration ? ? ^Non-default namespace can not map to empty URI (as per Namespace 1.0 # 2) in XML 1.0 documents ? ? NTrying to output a CDATA block outside main element tree (in prolog or epilog) ? ? ZTrying to output non-whitespace characters outside main element tree (in prolog or epilog) ? ? #Trying to output second root, <{0}> ? ? ?Illegal input: CDATA block has embedded ']]>' in it (index {0}) ? ? BIllegal input: comment content has embedded '--' in it (index {0}) ? ? ATrying to write an attribute when there is no open start element. ? ? Illegal to pass empty name ? ? Illegal first name character {0} ? ? Illegal name character {0} ? ? com/ctc/wstx/cfg/ErrorConsts java/lang/Object #javax/xml/stream/XMLStreamConstants append ,(Ljava/lang/String;)Ljava/lang/StringBuffer; (I)Ljava/lang/StringBuffer; toString ()Ljava/lang/String; ! ? ? ? ; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? / *? ? ? ? ? ? ? ? ? ? z? ` ? B W K T Q E H ] ` Z N??????? ? ??? Y? ? ? ? ? ? ? 6 ? @ ? C ? F ? I ? L ? O ? R ? U ? X ? [ ? ^ ? a ? ? z ? ? ? ? ? ( (? ? ? ? ? ? ? !? "#? $%? &'? ()? *+? ,-? ./? 01? 23? 45? 67? 89? :;? <=? >?? @A? BC? DE? FG? HI? JK? LM? NO? PQ? RS? TU? VW? XY? Z[? \]? ^_? `a? bc? de? fg? hi? jk? lm? no? pq? rs? tu? vw? xy? z{? |}? ~? ?? ?? ?? ?? ? ? ? ; # ! ( "