A C D E G I L M N O P R S T U V X _ 
All Classes All Packages

A

action(RuleContext, int, int) - Method in class org.xembly.XemblyLexer
 
add(Object) - Method in class org.xembly.Directives
Add node to all current nodes.
add(Map<K, V>) - Method in class org.xembly.Directives
Add multiple nodes and set their text values.
addIf(Object) - Method in class org.xembly.Directives
Add node if it's absent.
append(Iterable<Directive>) - Method in class org.xembly.Directives
Append all directives.
append(Node) - Method in class org.xembly.Directives
Appends the node.
apply(Node) - Method in class org.xembly.Xembler
Apply all changes to the document/node.
applyQuietly(Node) - Method in class org.xembly.Xembler
Apply all changes to the document/node, without any checked exceptions.
argument - Variable in class org.xembly.XemblyParser.DirectiveContext
 
argument() - Method in class org.xembly.XemblyParser
 
argument() - Method in class org.xembly.XemblyParser.DirectiveContext
 
argument(int) - Method in class org.xembly.XemblyParser.DirectiveContext
 
ArgumentContext(ParserRuleContext, int) - Constructor for class org.xembly.XemblyParser.ArgumentContext
 
attr(Object, Object) - Method in class org.xembly.Directives
Set attribute.

C

cdata(Object) - Method in class org.xembly.Directives
Set CDATA section.
channelNames - Static variable in class org.xembly.XemblyLexer
 
COLON - Static variable in class org.xembly.XemblyLexer
 
COLON - Static variable in class org.xembly.XemblyParser
 
COLON() - Method in class org.xembly.XemblyParser.DirectivesContext
 
COLON(int) - Method in class org.xembly.XemblyParser.DirectivesContext
 
COMMA - Static variable in class org.xembly.XemblyLexer
 
COMMA - Static variable in class org.xembly.XemblyParser
 
COMMA() - Method in class org.xembly.XemblyParser.DirectiveContext
 
comment(Object) - Method in class org.xembly.Directives
Add an XML comment.
copyOf(Node) - Static method in class org.xembly.Directives
Create a collection of directives, which can create a copy of provided node.

D

data - Variable in class org.xembly.XemblyParser.DirectiveContext
 
DIGIT - Static variable in class org.xembly.XemblyLexer
 
DIGIT - Static variable in class org.xembly.XemblyParser
 
DIGIT() - Method in class org.xembly.XemblyParser.LabelContext
 
DIGIT(int) - Method in class org.xembly.XemblyParser.LabelContext
 
directive - Variable in class org.xembly.XemblyParser.DirectivesContext
 
directive() - Method in class org.xembly.XemblyParser
 
directive() - Method in class org.xembly.XemblyParser.DirectivesContext
 
directive(int) - Method in class org.xembly.XemblyParser.DirectivesContext
 
Directive - Interface in org.xembly
Directive.
Directive.Cursor - Interface in org.xembly
Cursor.
Directive.Stack - Interface in org.xembly
Stack.
DirectiveContext(ParserRuleContext, int) - Constructor for class org.xembly.XemblyParser.DirectiveContext
 
directives() - Method in class org.xembly.XemblyParser
 
Directives - Class in org.xembly
Collection of Directives, instantiable from String.
Directives() - Constructor for class org.xembly.Directives
Public ctor.
Directives(Iterable<Directive>) - Constructor for class org.xembly.Directives
Public ctor.
Directives(String) - Constructor for class org.xembly.Directives
Public ctor.
DirectivesContext(ParserRuleContext, int) - Constructor for class org.xembly.XemblyParser.DirectivesContext
 
dom() - Method in class org.xembly.Xembler
Apply all changes to an empty DOM.
domQuietly() - Method in class org.xembly.Xembler
Apply all changes to an empty DOM, without checked exceptions.

E

enterArgument(XemblyParser.ArgumentContext) - Method in class org.xembly.XemblyBaseListener
Enter a parse tree produced by XemblyParser.argument().
enterArgument(XemblyParser.ArgumentContext) - Method in interface org.xembly.XemblyListener
Enter a parse tree produced by XemblyParser.argument().
enterDirective(XemblyParser.DirectiveContext) - Method in class org.xembly.XemblyBaseListener
Enter a parse tree produced by XemblyParser.directive().
enterDirective(XemblyParser.DirectiveContext) - Method in interface org.xembly.XemblyListener
Enter a parse tree produced by XemblyParser.directive().
enterDirectives(XemblyParser.DirectivesContext) - Method in class org.xembly.XemblyBaseListener
Enter a parse tree produced by XemblyParser.directives().
enterDirectives(XemblyParser.DirectivesContext) - Method in interface org.xembly.XemblyListener
Enter a parse tree produced by XemblyParser.directives().
enterEveryRule(ParserRuleContext) - Method in class org.xembly.XemblyBaseListener
enterLabel(XemblyParser.LabelContext) - Method in class org.xembly.XemblyBaseListener
Enter a parse tree produced by XemblyParser.label().
enterLabel(XemblyParser.LabelContext) - Method in interface org.xembly.XemblyListener
Enter a parse tree produced by XemblyParser.label().
enterRule(ParseTreeListener) - Method in class org.xembly.XemblyParser.ArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.xembly.XemblyParser.DirectiveContext
 
enterRule(ParseTreeListener) - Method in class org.xembly.XemblyParser.DirectivesContext
 
enterRule(ParseTreeListener) - Method in class org.xembly.XemblyParser.LabelContext
 
EOF() - Method in class org.xembly.XemblyParser.DirectivesContext
 
escape(String) - Static method in class org.xembly.Xembler
Utility method to escape text before using it as a text value in XML.
exec(Node, Directive.Cursor, Directive.Stack) - Method in interface org.xembly.Directive
Execute it in the given document with current position at the given node.
exitArgument(XemblyParser.ArgumentContext) - Method in class org.xembly.XemblyBaseListener
Exit a parse tree produced by XemblyParser.argument().
exitArgument(XemblyParser.ArgumentContext) - Method in interface org.xembly.XemblyListener
Exit a parse tree produced by XemblyParser.argument().
exitDirective(XemblyParser.DirectiveContext) - Method in class org.xembly.XemblyBaseListener
Exit a parse tree produced by XemblyParser.directive().
exitDirective(XemblyParser.DirectiveContext) - Method in interface org.xembly.XemblyListener
Exit a parse tree produced by XemblyParser.directive().
exitDirectives(XemblyParser.DirectivesContext) - Method in class org.xembly.XemblyBaseListener
Exit a parse tree produced by XemblyParser.directives().
exitDirectives(XemblyParser.DirectivesContext) - Method in interface org.xembly.XemblyListener
Exit a parse tree produced by XemblyParser.directives().
exitEveryRule(ParserRuleContext) - Method in class org.xembly.XemblyBaseListener
exitLabel(XemblyParser.LabelContext) - Method in class org.xembly.XemblyBaseListener
Exit a parse tree produced by XemblyParser.label().
exitLabel(XemblyParser.LabelContext) - Method in interface org.xembly.XemblyListener
Exit a parse tree produced by XemblyParser.label().
exitRule(ParseTreeListener) - Method in class org.xembly.XemblyParser.ArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.xembly.XemblyParser.DirectiveContext
 
exitRule(ParseTreeListener) - Method in class org.xembly.XemblyParser.DirectivesContext
 
exitRule(ParseTreeListener) - Method in class org.xembly.XemblyParser.LabelContext
 

G

getATN() - Method in class org.xembly.XemblyLexer
 
getATN() - Method in class org.xembly.XemblyParser
 
getChannelNames() - Method in class org.xembly.XemblyLexer
 
getGrammarFileName() - Method in class org.xembly.XemblyLexer
 
getGrammarFileName() - Method in class org.xembly.XemblyParser
 
getModeNames() - Method in class org.xembly.XemblyLexer
 
getRuleIndex() - Method in class org.xembly.XemblyParser.ArgumentContext
 
getRuleIndex() - Method in class org.xembly.XemblyParser.DirectiveContext
 
getRuleIndex() - Method in class org.xembly.XemblyParser.DirectivesContext
 
getRuleIndex() - Method in class org.xembly.XemblyParser.LabelContext
 
getRuleNames() - Method in class org.xembly.XemblyLexer
 
getRuleNames() - Method in class org.xembly.XemblyParser
 
getSerializedATN() - Method in class org.xembly.XemblyLexer
 
getSerializedATN() - Method in class org.xembly.XemblyParser
 
getTokenNames() - Method in class org.xembly.XemblyLexer
Deprecated.
getTokenNames() - Method in class org.xembly.XemblyParser
Deprecated.
getVocabulary() - Method in class org.xembly.XemblyLexer
 
getVocabulary() - Method in class org.xembly.XemblyParser
 

I

ImpossibleModificationException - Exception in org.xembly
When further modification is impossible.
iterator() - Method in class org.xembly.Directives
 

L

label() - Method in class org.xembly.XemblyParser.DirectivesContext
 
label() - Method in class org.xembly.XemblyParser
 
label(int) - Method in class org.xembly.XemblyParser.DirectivesContext
 
LabelContext(ParserRuleContext, int) - Constructor for class org.xembly.XemblyParser.LabelContext
 

M

modeNames - Static variable in class org.xembly.XemblyLexer
 

N

name - Variable in class org.xembly.XemblyParser.DirectiveContext
 

O

org.xembly - package org.xembly
Assembly for XML.

P

pi(Object, Object) - Method in class org.xembly.Directives
Add processing instruction.
pop() - Method in interface org.xembly.Directive.Stack
Pop cursor (runtime exception if stack is empty).
pop() - Method in class org.xembly.Directives
Pop cursor to stack and replace current cursor with it.
push() - Method in class org.xembly.Directives
Push current cursor to stack.
push(Directive.Cursor) - Method in interface org.xembly.Directive.Stack
Push cursor (runtime exception if stack is full).

R

remove() - Method in class org.xembly.Directives
Remove all current nodes and move cursor to their parents.
ret - Variable in class org.xembly.XemblyParser.ArgumentContext
 
ret - Variable in class org.xembly.XemblyParser.DirectiveContext
 
ret - Variable in class org.xembly.XemblyParser.DirectivesContext
 
RULE_argument - Static variable in class org.xembly.XemblyParser
 
RULE_directive - Static variable in class org.xembly.XemblyParser
 
RULE_directives - Static variable in class org.xembly.XemblyParser
 
RULE_label - Static variable in class org.xembly.XemblyParser
 
ruleNames - Static variable in class org.xembly.XemblyLexer
 
ruleNames - Static variable in class org.xembly.XemblyParser
 

S

SEMICOLON - Static variable in class org.xembly.XemblyLexer
 
SEMICOLON - Static variable in class org.xembly.XemblyParser
 
SEMICOLON() - Method in class org.xembly.XemblyParser.DirectivesContext
 
SEMICOLON(int) - Method in class org.xembly.XemblyParser.DirectivesContext
 
set(Object) - Method in class org.xembly.Directives
Set text content.
SPACE - Static variable in class org.xembly.XemblyLexer
 
SPACE - Static variable in class org.xembly.XemblyParser
 
strict(int) - Method in class org.xembly.Directives
Check that there is exactly this number of current nodes.
SyntaxException - Exception in org.xembly
When syntax is broken.

T

T__0 - Static variable in class org.xembly.XemblyLexer
 
T__0 - Static variable in class org.xembly.XemblyParser
 
T__1 - Static variable in class org.xembly.XemblyLexer
 
T__1 - Static variable in class org.xembly.XemblyParser
 
T__10 - Static variable in class org.xembly.XemblyLexer
 
T__10 - Static variable in class org.xembly.XemblyParser
 
T__11 - Static variable in class org.xembly.XemblyLexer
 
T__11 - Static variable in class org.xembly.XemblyParser
 
T__12 - Static variable in class org.xembly.XemblyLexer
 
T__12 - Static variable in class org.xembly.XemblyParser
 
T__13 - Static variable in class org.xembly.XemblyLexer
 
T__13 - Static variable in class org.xembly.XemblyParser
 
T__14 - Static variable in class org.xembly.XemblyLexer
 
T__14 - Static variable in class org.xembly.XemblyParser
 
T__2 - Static variable in class org.xembly.XemblyLexer
 
T__2 - Static variable in class org.xembly.XemblyParser
 
T__3 - Static variable in class org.xembly.XemblyLexer
 
T__3 - Static variable in class org.xembly.XemblyParser
 
T__4 - Static variable in class org.xembly.XemblyLexer
 
T__4 - Static variable in class org.xembly.XemblyParser
 
T__5 - Static variable in class org.xembly.XemblyLexer
 
T__5 - Static variable in class org.xembly.XemblyParser
 
T__6 - Static variable in class org.xembly.XemblyLexer
 
T__6 - Static variable in class org.xembly.XemblyParser
 
T__7 - Static variable in class org.xembly.XemblyLexer
 
T__7 - Static variable in class org.xembly.XemblyParser
 
T__8 - Static variable in class org.xembly.XemblyLexer
 
T__8 - Static variable in class org.xembly.XemblyParser
 
T__9 - Static variable in class org.xembly.XemblyLexer
 
T__9 - Static variable in class org.xembly.XemblyParser
 
target - Variable in class org.xembly.XemblyParser.DirectiveContext
 
TEXT - Static variable in class org.xembly.XemblyLexer
 
TEXT - Variable in class org.xembly.XemblyParser.ArgumentContext
 
TEXT - Static variable in class org.xembly.XemblyParser
 
TEXT() - Method in class org.xembly.XemblyParser.ArgumentContext
 
tokenNames - Static variable in class org.xembly.XemblyLexer
Deprecated.
tokenNames - Static variable in class org.xembly.XemblyParser
Deprecated.
toString() - Method in class org.xembly.Directives
 

U

up() - Method in class org.xembly.Directives
Go one node/level up.

V

value - Variable in class org.xembly.XemblyParser.DirectiveContext
 
visitErrorNode(ErrorNode) - Method in class org.xembly.XemblyBaseListener
visitTerminal(TerminalNode) - Method in class org.xembly.XemblyBaseListener
VOCABULARY - Static variable in class org.xembly.XemblyLexer
 
VOCABULARY - Static variable in class org.xembly.XemblyParser
 

X

xattr(Object, Object) - Method in class org.xembly.Directives
Set attribute.
Xembler - Class in org.xembly
Processor of Xembly directives, main entry point to the package.
Xembler(Iterable<Directive>) - Constructor for class org.xembly.Xembler
Public ctor.
XemblyBaseListener - Class in org.xembly
This class provides an empty implementation of XemblyListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
XemblyBaseListener() - Constructor for class org.xembly.XemblyBaseListener
 
XemblyLexer - Class in org.xembly
 
XemblyLexer(CharStream) - Constructor for class org.xembly.XemblyLexer
 
XemblyListener - Interface in org.xembly
This interface defines a complete listener for a parse tree produced by XemblyParser.
XemblyParser - Class in org.xembly
 
XemblyParser(TokenStream) - Constructor for class org.xembly.XemblyParser
 
XemblyParser.ArgumentContext - Class in org.xembly
 
XemblyParser.DirectiveContext - Class in org.xembly
 
XemblyParser.DirectivesContext - Class in org.xembly
 
XemblyParser.LabelContext - Class in org.xembly
 
xml() - Method in class org.xembly.Xembler
Convert to XML document.
xmlQuietly() - Method in class org.xembly.Xembler
Convert to XML document, without checked exceptions.
xpath(Object) - Method in class org.xembly.Directives
Go to XPath.
xset(Object) - Method in class org.xembly.Directives
Set text content.

_

_ATN - Static variable in class org.xembly.XemblyLexer
 
_ATN - Static variable in class org.xembly.XemblyParser
 
_decisionToDFA - Static variable in class org.xembly.XemblyLexer
 
_decisionToDFA - Static variable in class org.xembly.XemblyParser
 
_serializedATN - Static variable in class org.xembly.XemblyLexer
 
_serializedATN - Static variable in class org.xembly.XemblyParser
 
_sharedContextCache - Static variable in class org.xembly.XemblyLexer
 
_sharedContextCache - Static variable in class org.xembly.XemblyParser
 
A C D E G I L M N O P R S T U V X _ 
All Classes All Packages