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 private XMLStringHTMLScanner.SpecialScanner. charBuffer_A string buffer.(package private) XMLStringHTMLScanner. fScanCommentprivate XMLStringHTMLScanner. fScanLiteral(package private) XMLStringHTMLScanner. fScanScriptContentString buffer, larger because scripts areas are larger(package private) XMLStringHTMLScanner. fScanUntilEndTagprotected XMLStringHTMLScanner. fStringBufferString buffer.(package private) XMLStringHTMLScanner. fStringBufferEntiyRefString buffer used when resolving entity refs.(package private) XMLStringHTMLScanner. fStringBufferPlainAttribValue(package private) XMLStringLostText.Entry. text_private XMLStringHTMLScanner.PlainTextScanner. xmlString_A string buffer.Methods in org.htmlunit.cyberneko with parameters of type XMLString Modifier and Type Method Description voidLostText. 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(java.lang.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 Constructor Description Entry(XMLString text, Augmentations augs) -
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(java.lang.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(java.lang.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(java.lang.String target, XMLString data, Augmentations augs)A processing instruction.voidAbstractSAXParser. processingInstruction(java.lang.String target, XMLString data, Augmentations augs)A processing instruction.voidAbstractXMLDocumentParser. processingInstruction(java.lang.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(java.lang.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(java.lang.String startMarker, java.lang.String endMarker)Deprecated.Use the new methodtrimToContent(String, String)instead.XMLStringXMLString. shortenBy(int count)Shortens the buffer by that many positions.XMLStringXMLString. toLowerCase(java.util.Locale locale)This lowercases an XMLString in place and will likely not consume extra memory unless the character might grow.XMLStringXMLString. toUpperCase(java.util.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(java.lang.String startMarker, java.lang.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(java.lang.CharSequence sequence, XMLString s)Compares a CharSequence with an XMLString in a null-safe manner.static booleanXMLString. equalsIgnoreCase(java.lang.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(java.lang.String target, XMLString data, Augmentations augs)A processing instruction.static java.lang.StringXMLString. toString(XMLString seq)Returns a string representation of a buffer.static java.lang.StringXMLString. toString(XMLString seq, FastHashMap<XMLString,java.lang.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 java.lang.StringXMLString. toString(FastHashMap<XMLString,java.lang.String> cache)Returns a string representation of this buffer using a cache as source to avoid duplicates.static java.lang.StringXMLString. toString(XMLString seq, FastHashMap<XMLString,java.lang.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.
-