Modifier and Type | Class and Description |
---|---|
class |
FlexParagraphNode
A Flex specific override for ParagraphNode used catch attributes that need to
be renamed on a <p> tag.
|
class |
FlexRichTextNode
A Flex specific override for RichTextNode used to capture the
attributes specified on a <RichText> node in FXG 2.0.
|
class |
FlexSpanNode
A Flex specific override for SpanNode used to capture the
attributes specified on a <span> node in FXG.
|
class |
FlexTextGraphicNode
A Flex specific override for TextGraphicNode used to capture the
attributes specified on a <TextGraphic> node in FXG 1.0.
|
Modifier and Type | Class and Description |
---|---|
class |
CDATANode
A class to determine whether a node constitutes an CData in
a text flow.
|
class |
RichTextNode
Represents a <RichText> element of an FXG Document.
|
class |
TextGraphicNode |
Modifier and Type | Field and Description |
---|---|
protected List<ITextNode> |
TextGraphicNode.content
This nodes child text nodes.
|
protected List<ITextNode> |
RichTextNode.content
This node's child text nodes.
|
protected Map<String,ITextNode> |
RichTextNode.properties
This node's child property nodes.
|
Modifier and Type | Method and Description |
---|---|
List<ITextNode> |
TextGraphicNode.getTextChildren() |
List<ITextNode> |
RichTextNode.getTextChildren() |
List<ITextNode> |
ITextNode.getTextChildren() |
List<ITextNode> |
CDATANode.getTextChildren() |
HashMap<String,ITextNode> |
TextGraphicNode.getTextProperties() |
Map<String,ITextNode> |
RichTextNode.getTextProperties() |
Map<String,ITextNode> |
ITextNode.getTextProperties() |
HashMap<String,ITextNode> |
CDATANode.getTextProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TextGraphicNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A text node may also have special child property nodes that represent
complex property values that cannot be set via a simple attribute.
|
void |
RichTextNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A RichText node can also have special child property nodes that represent
complex property values that cannot be set via a simple attribute.
|
void |
ITextNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
Add a child property to this text node.
|
void |
CDATANode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A text node may also have special child property nodes that represent
complex property values that cannot be set via a simple attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRichBlockTextNode
A base class that represents a block text.
|
class |
AbstractRichParagraphNode
A base class that represents a paragraph text.
|
class |
AbstractRichTextLeafNode
A base text left node class that have character formatting.
|
class |
AbstractRichTextNode
A base class for all FXG nodes concerned with formatted text.
|
class |
BRNode
Represents a <br /> child tag of FXG <RichText> content.
|
class |
DivNode
Represents a <p /> child tag of FXG <RichText> content.
|
class |
ImgNode
Represents a <p /> FXG image node.
|
class |
LinkNode
Represents a <p /> FXG link node.
|
class |
TabNode
Represents a <br /> child tag of FXG <RichText> content.
|
class |
TCYNode
Represents a <br /> child tag of FXG <RichText> content.
|
class |
TextLayoutFormatNode
TextLayoutFormat applied to a link.
|
Modifier and Type | Field and Description |
---|---|
protected List<ITextNode> |
AbstractRichTextNode.content
This nodes child text nodes.
|
protected HashMap<String,ITextNode> |
TCYNode.properties
This node's child property nodes.
|
protected Map<String,ITextNode> |
ParagraphNode.properties
This node's child property nodes.
|
protected HashMap<String,ITextNode> |
LinkNode.properties
This node's child property nodes.
|
protected HashMap<String,ITextNode> |
DivNode.properties
This node's child property nodes.
|
Modifier and Type | Method and Description |
---|---|
List<ITextNode> |
AbstractRichTextNode.getTextChildren() |
HashMap<String,ITextNode> |
TCYNode.getTextProperties() |
Map<String,ITextNode> |
ParagraphNode.getTextProperties() |
HashMap<String,ITextNode> |
LinkNode.getTextProperties() |
HashMap<String,ITextNode> |
DivNode.getTextProperties() |
Map<String,ITextNode> |
AbstractRichTextNode.getTextProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TCYNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A tcy node can also have special child property nodes that represent
complex property values that cannot be set via a simple attribute.
|
void |
ParagraphNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A paragraph node can also have special child property nodes that
represent complex property values that cannot be set via a simple
attribute.
|
void |
LinkNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A link node can also have special child property nodes that represent
complex property values that cannot be set via a simple attribute.
|
void |
DivNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A div node can also have special child property nodes that represent
complex property values that cannot be set via a simple attribute.
|
void |
AbstractRichTextNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A text node may also have special child property nodes that represent
complex property values that cannot be set via a simple attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharacterTextNode
A base class for text nodes that have character formatting.
|
class |
AbstractTextNode
A base class for all FXG nodes concerned with formatted text.
|
class |
ParagraphNode
Represents a <p /> child tag of FXG <TextGraphic> content.
|
class |
SpanNode
Represents a <span /> child tag of FXG text content.
|
Modifier and Type | Field and Description |
---|---|
protected List<ITextNode> |
AbstractTextNode.content
This nodes child text nodes.
|
Modifier and Type | Method and Description |
---|---|
List<ITextNode> |
AbstractTextNode.getTextChildren() |
HashMap<String,ITextNode> |
AbstractTextNode.getTextProperties() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextNode.addTextProperty(String propertyName,
ITextNode node,
Collection<ICompilerProblem> problems)
A text node may also have special child property nodes that represent
complex property values that cannot be set via a simple attribute.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.