Uses of Class
org.znerd.xmlenc.InvalidXMLException
Packages that use InvalidXMLException
-
Uses of InvalidXMLException in org.znerd.xmlenc
Methods in org.znerd.xmlenc that throw InvalidXMLExceptionModifier and TypeMethodDescriptionvoidAdds an attribute to the current element.voidNotification of a CDATA section.static final voidXMLChecker.checkName(char[] ch, int start, int length) Checks if the specified part of a character array matches the Name production.static final voidChecks if the specified string matches the Name production.static final voidXMLChecker.checkPubidLiteral(char[] ch, int start, int length) Checks if the specified part of a character array matches the PubidLiteral production.static final voidXMLChecker.checkPubidLiteral(String s) Checks if the specified string matches the PubidLiteral production.static final voidXMLChecker.checkS(char[] ch, int start, int length) Checks if the specified part of a character array matches the S (white space) production.static final voidXMLChecker.checkSystemLiteral(char[] ch, int start, int length) Checks if the specified part of a character array matches the SystemLiteral production.static final voidXMLChecker.checkSystemLiteral(String s) Checks if the specified string matches the SystemLiteral production.voidNotification of a comment.final voidWrites the specified comment.voidNotification of a document type declaration.final voidWrites a document type declaration.voidXMLEventListener.pcdata(char[] ch, int start, int length) Notification of a PCDATA section (as achararray).voidNotification of a PCDATA section (as aString).final voidXMLOutputter.pcdata(char[] ch, int start, int length) Writes the specified character array as PCDATA.final voidWrites the specifiedStringas PCDATA.voidNotification of a processing instruction.voidNotification of an element start tag.voidDeprecated.Deprecated since xmlenc 0.51.voidWrites text from the specified character array.voidWrites the specified character.voidWrites the specified text.voidXMLEncoder.whitespace(Writer out, char[] ch, int start, int length) Writes whitespace from the specified character array.voidXMLEncoder.whitespace(Writer out, String s) Writes the specified whitespace string.voidXMLEventListener.whitespace(char[] ch, int start, int length) Notification of ignorable whitespace (as aString).voidXMLEventListener.whitespace(String whitespace) Notification of ignorable whitespace (as aString).final voidXMLOutputter.whitespace(char[] ch, int start, int length) Writes text from the specified character array as ignorable whitespace.final voidXMLOutputter.whitespace(String whitespace) Writes the specified ignorable whitespace.