Uses of Class
org.htmlunit.cyberneko.xerces.xni.XMLString
Packages that use XMLString
Package
Description
-
Uses of XMLString in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as XMLStringModifier and TypeFieldDescriptionprivate final XMLStringHTMLScanner.SpecialScanner.charBuffer_A string buffer.(package private) final XMLStringHTMLScanner.fScanCommentprivate final XMLStringHTMLScanner.fScanLiteral(package private) final XMLStringHTMLScanner.fScanScriptContentString buffer, larger because scripts areas are larger(package private) final XMLStringHTMLScanner.fScanUntilEndTagprotected final XMLStringHTMLScanner.fStringBufferString buffer.(package private) final XMLStringHTMLScanner.fStringBufferEntiyRefString buffer used when resolving entity refs.(package private) final XMLStringHTMLScanner.fStringBufferPlainAttribValue(package private) final XMLStringLostText.Entry.text_private final XMLStringHTMLScanner.PlainTextScanner.xmlString_A string buffer.Methods in org.htmlunit.cyberneko with parameters of type XMLStringModifier and TypeMethodDescriptionvoidLostText.add(XMLString text, Augmentations augs) Adds some text that need to be re-feed later.voidHTMLTagBalancer.characters(XMLString text, Augmentations augs) Characters.voidHTMLTagBalancer.comment(XMLString text, Augmentations augs) Comment.voidHTMLTagBalancer.processingInstruction(String target, XMLString data, Augmentations augs) Processing instruction.(package private) voidHTMLScanner.CurrentEntity.resetBuffer(XMLString xmlBuffer, int lineNumber, int columnNumber, int characterOffset) private intHTMLScanner.returnEntityRefString(XMLString str, boolean content) protected voidHTMLScanner.ContentScanner.scanAttributeQuotedValue(int currentQuote, HTMLScanner.CurrentEntity currentEntity, XMLString attribValue, XMLString plainAttribValue, boolean normalizeAttributes) protected voidHTMLScanner.ContentScanner.scanAttributeUnquotedValue(HTMLScanner.CurrentEntity currentEntity, XMLString attribValue, XMLString plainAttribValue) protected booleanHTMLScanner.ContentScanner.scanCDataContent(XMLString xmlString) protected voidHTMLScanner.PlainTextScanner.scanCharacters(XMLString buffer, boolean complete) protected voidHTMLScanner.SpecialScanner.scanCharacters(XMLString buffer, int delimiter) protected booleanHTMLScanner.ContentScanner.scanCommentContent(XMLString buffer) protected intHTMLScanner.scanEntityRef(XMLString str, XMLString plainValue, boolean content) Constructors in org.htmlunit.cyberneko with parameters of type XMLString -
Uses of XMLString in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters with parameters of type XMLStringModifier and TypeMethodDescriptionvoidDefaultFilter.characters(XMLString text, Augmentations augs) Characters.voidHTMLWriterFilter.characters(XMLString text, Augmentations augs) Characters.voidDefaultFilter.comment(XMLString text, Augmentations augs) Comment.voidHTMLWriterFilter.comment(XMLString text, Augmentations augs) Comment.protected voidHTMLWriterFilter.printCharacters(XMLString text, boolean normalize) Print characters.voidDefaultFilter.processingInstruction(String target, XMLString data, Augmentations augs) Processing instruction. -
Uses of XMLString in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers with parameters of type XMLStringModifier and TypeMethodDescriptionvoidDOMFragmentParser.characters(XMLString text, Augmentations augs) voidDOMFragmentParser.comment(XMLString text, Augmentations augs) voidDOMFragmentParser.processingInstruction(String target, XMLString data, Augmentations augs) -
Uses of XMLString in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as XMLStringModifier and TypeFieldDescriptionprotected final XMLStringAbstractDOMParser.fStringBufferCharacter bufferMethods in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLStringModifier and TypeMethodDescriptionvoidAbstractDOMParser.characters(XMLString text, Augmentations augs) Character content.voidAbstractSAXParser.characters(XMLString text, Augmentations augs) Character content.voidAbstractXMLDocumentParser.characters(XMLString text, Augmentations augs) Character content.voidAbstractDOMParser.comment(XMLString text, Augmentations augs) A comment.voidAbstractSAXParser.comment(XMLString text, Augmentations augs) A comment.voidAbstractXMLDocumentParser.comment(XMLString text, Augmentations augs) A comment.voidAbstractDOMParser.processingInstruction(String target, XMLString data, Augmentations augs) A processing instruction.voidAbstractSAXParser.processingInstruction(String target, XMLString data, Augmentations augs) A processing instruction.voidAbstractXMLDocumentParser.processingInstruction(String target, XMLString data, Augmentations augs) A processing instruction. -
Uses of XMLString in org.htmlunit.cyberneko.xerces.xni
Fields in org.htmlunit.cyberneko.xerces.xni declared as XMLStringMethods in org.htmlunit.cyberneko.xerces.xni that return XMLStringModifier and TypeMethodDescriptionXMLString.append(char c) Appends a single character to the buffer.XMLString.append(char[] src, int offset, int length) Add data from a char array to this buffer with the ability to specify a range to copy fromXMLString.append(char c1, char c2) Append two characters at once, mainly to make a codePoint add more efficientAppend a string to this buffer without copying the string first.Add another buffer to this one.XMLString.clear()Resets the buffer to 0 length.XMLString.clearAndAppend(char c) Resets the buffer to 0 length and sets the new data.XMLString.clone()Returns a content copy of this bufferXMLString.prepend(char c) Inserts a character at the beginningXMLString.reduceToContent(String startMarker, String endMarker) Deprecated.XMLString.shortenBy(int count) Shortens the buffer by that many positions.XMLString.toLowerCase(Locale locale) This lowercases an XMLString in place and will likely not consume extra memory unless the character might grow.XMLString.toUpperCase(Locale locale) This uppercases an XMLString in place and will likely not consume extra memory unless the character might grow.XMLString.trim()Trims the string similar toString.trim()XMLString.trimLeading()Removes all whitespace before the first non-whitespace char.XMLString.trimToContent(String startMarker, String endMarker) Reduces the buffer to the content between start and end marker when only whitespaces are found before the startMarker as well as after the end marker.XMLString.trimTrailing()Removes all whitespace at the end.XMLString.trimWhitespaceAtEnd()Deprecated.UseXMLString.trimTrailing()instead.Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type XMLStringModifier and TypeMethodDescriptionAdd another buffer to this one.voidXMLDocumentHandler.characters(XMLString text, Augmentations augs) Character content.voidXMLDocumentHandler.comment(XMLString text, Augmentations augs) A comment.booleanSee if this string contains the otherstatic booleanXMLString.equals(CharSequence sequence, XMLString s) Compares a CharSequence with an XMLString in a null-safe manner.static booleanXMLString.equalsIgnoreCase(CharSequence sequence, XMLString s) Compares a CharSequence with an XMLString in a null-safe manner.intSearch for the first occurrence of another buffer in this buffervoidXMLDocumentHandler.processingInstruction(String target, XMLString data, Augmentations augs) A processing instruction.static StringReturns a string representation of a buffer.static StringXMLString.toString(XMLString seq, FastHashMap<XMLString, String> cache) Returns a string representation of the buffer using a cache as source to avoid duplicates.Method parameters in org.htmlunit.cyberneko.xerces.xni with type arguments of type XMLStringModifier and TypeMethodDescriptionXMLString.toString(FastHashMap<XMLString, String> cache) Returns a string representation of this buffer using a cache as source to avoid duplicates.static StringXMLString.toString(XMLString seq, FastHashMap<XMLString, String> cache) Returns a string representation of the buffer using a cache as source to avoid duplicates.Constructors in org.htmlunit.cyberneko.xerces.xni with parameters of type XMLString
XMLString.trimToContent(String, String)instead.