Package Summary  Overview Summary

class:HTMLDocument.RunElement [NONE]

constructor:<init>(javax.swing.text.Element,javax.swing.text.AttributeSet,int,int) [NONE]

  • RunElement

    public RunElement​(Element parent,
                      AttributeSet a,
                      int offs0,
                      int offs1)
    Constructs an element that represents content within the document (has no children).
    Parameters:
    parent - the parent element
    a - the element attributes
    offs0 - the start offset (must be at least 0)
    offs1 - the end offset (must be at least offs0)
    Since:
    1.4

method:getName() [NONE]

method:getResolveParent() [NONE]

© 2019 Oracle Corporation and/or its affiliates