Uses of Class
org.htmlunit.cyberneko.xerces.xni.XMLString
-
Packages that use XMLString Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.filters org.htmlunit.cyberneko.parsers org.htmlunit.cyberneko.xerces.parsers org.htmlunit.cyberneko.xerces.xni -
-
Uses of XMLString in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as XMLString Modifier and Type Field Description protected XMLStringHTMLScanner. fStringBufferString buffer.Methods in org.htmlunit.cyberneko with parameters of type XMLString Modifier and Type Method Description voidHTMLTagBalancer. characters(XMLString text, Augmentations augs)Characters.voidHTMLTagBalancer. comment(XMLString text, Augmentations augs)Comment.voidHTMLTagBalancer. processingInstruction(String target, XMLString data, Augmentations augs)Processing instruction.protected voidHTMLScanner.ContentScanner. scanAttributeQuotedValue(int currentQuote, org.htmlunit.cyberneko.HTMLScanner.CurrentEntity currentEntity, XMLString attribValue, XMLString plainAttribValue, boolean normalizeAttributes)protected voidHTMLScanner.ContentScanner. scanAttributeUnquotedValue(org.htmlunit.cyberneko.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)protected booleanHTMLScanner.ContentScanner. scanCommentContent(XMLString buffer)protected intHTMLScanner. scanEntityRef(XMLString str, XMLString plainValue, boolean content) -
Uses of XMLString in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters with parameters of type XMLString Modifier and Type Method Description voidDefaultFilter. 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 XMLString Modifier and Type Method Description voidDOMFragmentParser. 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 XMLString Modifier and Type Field Description protected XMLStringAbstractDOMParser. fStringBufferCharacter bufferMethods in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLString Modifier and Type Method Description voidAbstractDOMParser. 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 XMLString Modifier and Type Field Description static XMLStringXMLString. EMPTYMethods in org.htmlunit.cyberneko.xerces.xni that return XMLString Modifier and Type Method Description XMLStringXMLString. append(char c)Appends a single character to the buffer.XMLStringXMLString. 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 fromXMLStringXMLString. append(char c1, char c2)Append two characters at once, mainly to make a codePoint add more efficientXMLStringXMLString. append(String src)Append a string to this buffer without copying the string first.XMLStringXMLString. append(XMLString src)Add another buffer to this one.XMLStringXMLString. clear()Resets the buffer to 0 length.XMLStringXMLString. clearAndAppend(char c)Resets the buffer to 0 length and sets the new data.XMLStringXMLString. clone()Returns a content copy of this bufferXMLStringXMLString. prepend(char c)Inserts a character at the beginningXMLStringXMLString. reduceToContent(String startMarker, String endMarker)Deprecated.Use the new methodtrimToContent(String, String)instead.XMLStringXMLString. shortenBy(int count)Shortens the buffer by that many positions.XMLStringXMLString. toLowerCase(Locale locale)This lowercases an XMLString in place and will likely not consume extra memory unless the character might grow.XMLStringXMLString. toUpperCase(Locale locale)This uppercases an XMLString in place and will likely not consume extra memory unless the character might grow.XMLStringXMLString. trim()Trims the string similar toString.trim()XMLStringXMLString. trimLeading()Removes all whitespace before the first non-whitespace char.XMLStringXMLString. 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.XMLStringXMLString. trimTrailing()Removes all whitespace at the end.XMLStringXMLString. trimWhitespaceAtEnd()Deprecated.UsetrimTrailing()instead.Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type XMLString Modifier and Type Method Description XMLStringXMLString. append(XMLString src)Add another buffer to this one.voidXMLDocumentHandler. characters(XMLString text, Augmentations augs)Character content.voidXMLDocumentHandler. comment(XMLString text, Augmentations augs)A comment.booleanXMLString. contains(XMLString s)See 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.intXMLString. indexOf(XMLString s)Search for the first occurrence of another buffer in this buffervoidXMLDocumentHandler. processingInstruction(String target, XMLString data, Augmentations augs)A processing instruction.static StringXMLString. toString(XMLString seq)Returns 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 XMLString Modifier and Type Method Description StringXMLString. 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 Constructor Description XMLString(XMLString src)Constructs an XMLCharBuffer from another buffer.XMLString(XMLString src, int addCapacity)Constructs an XMLCharBuffer from another buffer.
-